C# Class android.widget.ViewSwitcher

Inheritance: android.widget.ViewAnimator
Afficher le fichier Open project: JeroMiya/androidmono

Méthodes publiques

Méthode 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

Méthodes protégées

Méthode Description
ViewSwitcher ( global @__env )

Private Methods

Méthode Description
ViewSwitcher ( )

Method Details

ViewSwitcher() public méthode

public ViewSwitcher ( android arg0 )
arg0 android

ViewSwitcher() public méthode

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

ViewSwitcher() protected méthode

protected ViewSwitcher ( global @__env )
@__env global

addView() public méthode

public addView ( android arg0, int arg1, android arg2 ) : void
arg0 android
arg1 int
arg2 android
Résultat void

getNextView() public méthode

public getNextView ( ) : global::android.view.View
Résultat global::android.view.View

reset() public méthode

public reset ( ) : void
Résultat void

setFactory() public méthode

public setFactory ( android arg0 ) : void
arg0 android
Résultat void

setFactory() public méthode

public setFactory ( global arg0 ) : void
arg0 global
Résultat void