C# Class android.view.animation.AlphaAnimation

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

Public Methods

Method Description
AlphaAnimation ( android arg0, android arg1 )
AlphaAnimation ( float arg0, float arg1 )
willChangeBounds ( ) : bool
willChangeTransformationMatrix ( ) : bool

Protected Methods

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

Private Methods

Method Description
AlphaAnimation ( )

Method Details

AlphaAnimation() public method

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

AlphaAnimation() public method

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

AlphaAnimation() protected method

protected AlphaAnimation ( global @__env )
@__env global

applyTransformation() protected method

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

willChangeBounds() public method

public willChangeBounds ( ) : bool
return bool

willChangeTransformationMatrix() public method

public willChangeTransformationMatrix ( ) : bool
return bool