C# Class android.view.animation.RotateAnimation

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

Méthodes publiques

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

Méthodes protégées

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

Private Methods

Méthode Description
RotateAnimation ( )

Method Details

RotateAnimation() public méthode

public RotateAnimation ( android arg0, android arg1 )
arg0 android
arg1 android

RotateAnimation() public méthode

public RotateAnimation ( float arg0, float arg1 )
arg0 float
arg1 float

RotateAnimation() public méthode

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

RotateAnimation() public méthode

public RotateAnimation ( float arg0, float arg1, int arg2, float arg3, int arg4, float arg5 )
arg0 float
arg1 float
arg2 int
arg3 float
arg4 int
arg5 float

RotateAnimation() protected méthode

protected RotateAnimation ( global @__env )
@__env global

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