C# Class android.widget.ViewSwitcher

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

Public Methods

Method Description
ViewSwitcher ( android arg0 )
ViewSwitcher ( android arg0, android arg1 )
addView ( android arg0, int arg1, android arg2 ) : void
getNextView ( ) : global::android.view.View
reset ( ) : void
setFactory ( android arg0 ) : void
setFactory ( global arg0 ) : void

Protected Methods

Method Description
ViewSwitcher ( global @__env )

Private Methods

Method Description
ViewSwitcher ( )

Method Details

ViewSwitcher() public method

public ViewSwitcher ( android arg0 )
arg0 android

ViewSwitcher() public method

public ViewSwitcher ( android arg0, android arg1 )
arg0 android
arg1 android

ViewSwitcher() protected method

protected ViewSwitcher ( global @__env )
@__env global

addView() public method

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

getNextView() public method

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

reset() public method

public reset ( ) : void
return void

setFactory() public method

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

setFactory() public method

public setFactory ( global arg0 ) : void
arg0 global
return void