C# Class android.view.animation.AnimationSet

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

Public Methods

Method Description
AnimationSet ( android arg0, android arg1 )
AnimationSet ( bool arg0 )
addAnimation ( android arg0 ) : void
computeDurationHint ( ) : long
getAnimations ( ) : global::java.util.List
getDuration ( ) : long
getStartTime ( ) : long
getTransformation ( long arg0, android arg1 ) : bool
initialize ( int arg0, int arg1, int arg2, int arg3 ) : void
reset ( ) : void
restrictDuration ( long arg0 ) : void
scaleCurrentDuration ( float arg0 ) : void
setDuration ( long arg0 ) : void
setFillAfter ( bool arg0 ) : void
setFillBefore ( bool arg0 ) : void
setRepeatMode ( int arg0 ) : void
setStartOffset ( long arg0 ) : void
setStartTime ( long arg0 ) : void
willChangeBounds ( ) : bool
willChangeTransformationMatrix ( ) : bool

Protected Methods

Method Description
AnimationSet ( global @__env )
clone ( ) : global::android.view.animation.AnimationSet

Private Methods

Method Description
AnimationSet ( )

Method Details

AnimationSet() public method

public AnimationSet ( android arg0, android arg1 )
arg0 android
arg1 android

AnimationSet() public method

public AnimationSet ( bool arg0 )
arg0 bool

AnimationSet() protected method

protected AnimationSet ( global @__env )
@__env global

addAnimation() public method

public addAnimation ( android arg0 ) : void
arg0 android
return void

clone() protected method

protected clone ( ) : global::android.view.animation.AnimationSet
return global::android.view.animation.AnimationSet

computeDurationHint() public method

public computeDurationHint ( ) : long
return long

getAnimations() public method

public getAnimations ( ) : global::java.util.List
return global::java.util.List

getDuration() public method

public getDuration ( ) : long
return long

getStartTime() public method

public getStartTime ( ) : long
return long

getTransformation() public method

public getTransformation ( long arg0, android arg1 ) : bool
arg0 long
arg1 android
return bool

initialize() public method

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

reset() public method

public reset ( ) : void
return void

restrictDuration() public method

public restrictDuration ( long arg0 ) : void
arg0 long
return void

scaleCurrentDuration() public method

public scaleCurrentDuration ( float arg0 ) : void
arg0 float
return void

setDuration() public method

public setDuration ( long arg0 ) : void
arg0 long
return void

setFillAfter() public method

public setFillAfter ( bool arg0 ) : void
arg0 bool
return void

setFillBefore() public method

public setFillBefore ( bool arg0 ) : void
arg0 bool
return void

setRepeatMode() public method

public setRepeatMode ( int arg0 ) : void
arg0 int
return void

setStartOffset() public method

public setStartOffset ( long arg0 ) : void
arg0 long
return void

setStartTime() public method

public setStartTime ( long arg0 ) : void
arg0 long
return void

willChangeBounds() public method

public willChangeBounds ( ) : bool
return bool

willChangeTransformationMatrix() public method

public willChangeTransformationMatrix ( ) : bool
return bool