C# Class android.view.animation.TranslateAnimation

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

Méthodes publiques

Méthode Description
TranslateAnimation ( android arg0, android arg1 )
TranslateAnimation ( float arg0, float arg1, float arg2, float arg3 )
TranslateAnimation ( int arg0, float arg1, int arg2, float arg3, int arg4, float arg5, int arg6, float arg7 )
initialize ( int arg0, int arg1, int arg2, int arg3 ) : void

Méthodes protégées

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

Private Methods

Méthode Description
TranslateAnimation ( )

Method Details

TranslateAnimation() public méthode

public TranslateAnimation ( android arg0, android arg1 )
arg0 android
arg1 android

TranslateAnimation() public méthode

public TranslateAnimation ( float arg0, float arg1, float arg2, float arg3 )
arg0 float
arg1 float
arg2 float
arg3 float

TranslateAnimation() protected méthode

protected TranslateAnimation ( global @__env )
@__env global

TranslateAnimation() public méthode

public TranslateAnimation ( int arg0, float arg1, int arg2, float arg3, int arg4, float arg5, int arg6, float arg7 )
arg0 int
arg1 float
arg2 int
arg3 float
arg4 int
arg5 float
arg6 int
arg7 float

applyTransformation() protected méthode

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

initialize() public méthode

public initialize ( int arg0, int arg1, int arg2, int arg3 ) : void
arg0 int
arg1 int
arg2 int
arg3 int
Résultat void