C# Class android.widget.ViewAnimator

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

Méthodes publiques

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

Méthodes protégées

Méthode Description
ViewAnimator ( global @__env )

Private Methods

Méthode Description
ViewAnimator ( )

Method Details

ViewAnimator() public méthode

public ViewAnimator ( android arg0 )
arg0 android

ViewAnimator() public méthode

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

ViewAnimator() protected méthode

protected ViewAnimator ( 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

getBaseline() public méthode

public getBaseline ( ) : int
Résultat int

getCurrentView() public méthode

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

getDisplayedChild() public méthode

public getDisplayedChild ( ) : int
Résultat int

getInAnimation() public méthode

public getInAnimation ( ) : global::android.view.animation.Animation
Résultat global::android.view.animation.Animation

getOutAnimation() public méthode

public getOutAnimation ( ) : global::android.view.animation.Animation
Résultat global::android.view.animation.Animation

removeAllViews() public méthode

public removeAllViews ( ) : void
Résultat void

removeView() public méthode

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

removeViewAt() public méthode

public removeViewAt ( int arg0 ) : void
arg0 int
Résultat void

removeViewInLayout() public méthode

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

removeViews() public méthode

public removeViews ( int arg0, int arg1 ) : void
arg0 int
arg1 int
Résultat void

removeViewsInLayout() public méthode

public removeViewsInLayout ( int arg0, int arg1 ) : void
arg0 int
arg1 int
Résultat void

setAnimateFirstView() public méthode

public setAnimateFirstView ( bool arg0 ) : void
arg0 bool
Résultat void

setDisplayedChild() public méthode

public setDisplayedChild ( int arg0 ) : void
arg0 int
Résultat void

setInAnimation() public méthode

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

setInAnimation() public méthode

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

setOutAnimation() public méthode

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

setOutAnimation() public méthode

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

showNext() public méthode

public showNext ( ) : void
Résultat void

showPrevious() public méthode

public showPrevious ( ) : void
Résultat void