C# Class android.view.animation.RotateAnimation

Inheritance: android.view.animation.Animation
显示文件 Open project: JeroMiya/androidmono

Public Methods

Method 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

Protected Methods

Method Description
RotateAnimation ( global @__env )
applyTransformation ( float arg0, android arg1 ) : void

Private Methods

Method Description
RotateAnimation ( )

Method Details

RotateAnimation() public method

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

RotateAnimation() public method

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

RotateAnimation() public method

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

RotateAnimation() public method

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 method

protected RotateAnimation ( global @__env )
@__env global

applyTransformation() protected method

protected applyTransformation ( float arg0, android arg1 ) : void
arg0 float
arg1 android
return void

initialize() public method

public initialize ( int arg0, int arg1, int arg2, int arg3 ) : void
arg0 int
arg1 int
arg2 int
arg3 int
return void