C# Class android.widget.ViewAnimator

Inheritance: android.widget.FrameLayout
Show file Open project: JeroMiya/androidmono

Public Methods

Method Description
ViewAnimator ( android arg0 )
ViewAnimator ( android arg0, android arg1 )
addView ( android arg0, int arg1, android arg2 ) : void
getBaseline ( ) : int
getCurrentView ( ) : global::android.view.View
getDisplayedChild ( ) : int
getInAnimation ( ) : global::android.view.animation.Animation
getOutAnimation ( ) : global::android.view.animation.Animation
removeAllViews ( ) : void
removeView ( android arg0 ) : void
removeViewAt ( int arg0 ) : void
removeViewInLayout ( android arg0 ) : void
removeViews ( int arg0, int arg1 ) : void
removeViewsInLayout ( int arg0, int arg1 ) : void
setAnimateFirstView ( bool arg0 ) : void
setDisplayedChild ( int arg0 ) : void
setInAnimation ( android arg0 ) : void
setInAnimation ( android arg0, int arg1 ) : void
setOutAnimation ( android arg0 ) : void
setOutAnimation ( android arg0, int arg1 ) : void
showNext ( ) : void
showPrevious ( ) : void

Protected Methods

Method Description
ViewAnimator ( global @__env )

Private Methods

Method Description
ViewAnimator ( )

Method Details

ViewAnimator() public method

public ViewAnimator ( android arg0 )
arg0 android

ViewAnimator() public method

public ViewAnimator ( android arg0, android arg1 )
arg0 android
arg1 android

ViewAnimator() protected method

protected ViewAnimator ( global @__env )
@__env global

addView() public method

public addView ( android arg0, int arg1, android arg2 ) : void
arg0 android
arg1 int
arg2 android
return void

getBaseline() public method

public getBaseline ( ) : int
return int

getCurrentView() public method

public getCurrentView ( ) : global::android.view.View
return global::android.view.View

getDisplayedChild() public method

public getDisplayedChild ( ) : int
return int

getInAnimation() public method

public getInAnimation ( ) : global::android.view.animation.Animation
return global::android.view.animation.Animation

getOutAnimation() public method

public getOutAnimation ( ) : global::android.view.animation.Animation
return global::android.view.animation.Animation

removeAllViews() public method

public removeAllViews ( ) : void
return void

removeView() public method

public removeView ( android arg0 ) : void
arg0 android
return void

removeViewAt() public method

public removeViewAt ( int arg0 ) : void
arg0 int
return void

removeViewInLayout() public method

public removeViewInLayout ( android arg0 ) : void
arg0 android
return void

removeViews() public method

public removeViews ( int arg0, int arg1 ) : void
arg0 int
arg1 int
return void

removeViewsInLayout() public method

public removeViewsInLayout ( int arg0, int arg1 ) : void
arg0 int
arg1 int
return void

setAnimateFirstView() public method

public setAnimateFirstView ( bool arg0 ) : void
arg0 bool
return void

setDisplayedChild() public method

public setDisplayedChild ( int arg0 ) : void
arg0 int
return void

setInAnimation() public method

public setInAnimation ( android arg0 ) : void
arg0 android
return void

setInAnimation() public method

public setInAnimation ( android arg0, int arg1 ) : void
arg0 android
arg1 int
return void

setOutAnimation() public method

public setOutAnimation ( android arg0 ) : void
arg0 android
return void

setOutAnimation() public method

public setOutAnimation ( android arg0, int arg1 ) : void
arg0 android
arg1 int
return void

showNext() public method

public showNext ( ) : void
return void

showPrevious() public method

public showPrevious ( ) : void
return void