C# Class android.view.animation.AlphaAnimation

Inheritance: android.view.animation.Animation
Afficher le fichier Open project: JeroMiya/androidmono Class Usage Examples

Méthodes publiques

Méthode Description
AlphaAnimation ( android arg0, android arg1 )
AlphaAnimation ( float arg0, float arg1 )
willChangeBounds ( ) : bool
willChangeTransformationMatrix ( ) : bool

Méthodes protégées

Méthode Description
AlphaAnimation ( global @__env )
applyTransformation ( float arg0, android arg1 ) : void

Private Methods

Méthode Description
AlphaAnimation ( )

Method Details

AlphaAnimation() public méthode

public AlphaAnimation ( android arg0, android arg1 )
arg0 android
arg1 android

AlphaAnimation() public méthode

public AlphaAnimation ( float arg0, float arg1 )
arg0 float
arg1 float

AlphaAnimation() protected méthode

protected AlphaAnimation ( global @__env )
@__env global

applyTransformation() protected méthode

protected applyTransformation ( float arg0, android arg1 ) : void
arg0 float
arg1 android
Résultat void

willChangeBounds() public méthode

public willChangeBounds ( ) : bool
Résultat bool

willChangeTransformationMatrix() public méthode

public willChangeTransformationMatrix ( ) : bool
Résultat bool