C# Class android.view.animation.Animation

Inheritance: java.lang.Object, java.lang.Cloneable
显示文件 Open project: JeroMiya/androidmono Class Usage Examples

Public Methods

Method Description
Animation ( android arg0, android arg1 )
cancel ( ) : void
computeDurationHint ( ) : long
getDetachWallpaper ( ) : bool
getDuration ( ) : long
getFillAfter ( ) : bool
getFillBefore ( ) : bool
getInterpolator ( ) : global::android.view.animation.Interpolator
getRepeatCount ( ) : int
getRepeatMode ( ) : int
getStartOffset ( ) : long
getStartTime ( ) : long
getTransformation ( long arg0, android arg1 ) : bool
getZAdjustment ( ) : int
hasEnded ( ) : bool
hasStarted ( ) : bool
initialize ( int arg0, int arg1, int arg2, int arg3 ) : void
isFillEnabled ( ) : bool
isInitialized ( ) : bool
reset ( ) : void
restrictDuration ( long arg0 ) : void
scaleCurrentDuration ( float arg0 ) : void
setAnimationListener ( android arg0 ) : void
setDetachWallpaper ( bool arg0 ) : void
setDuration ( long arg0 ) : void
setFillAfter ( bool arg0 ) : void
setFillBefore ( bool arg0 ) : void
setFillEnabled ( bool arg0 ) : void
setInterpolator ( android arg0 ) : void
setInterpolator ( android arg0, int arg1 ) : void
setInterpolator ( global arg0 ) : void
setRepeatCount ( int arg0 ) : void
setRepeatMode ( int arg0 ) : void
setStartOffset ( long arg0 ) : void
setStartTime ( long arg0 ) : void
setZAdjustment ( int arg0 ) : void
start ( ) : void
startNow ( ) : void
willChangeBounds ( ) : bool
willChangeTransformationMatrix ( ) : bool

Protected Methods

Method Description
Animation ( global @__env )
applyTransformation ( float arg0, android arg1 ) : void
clone ( ) : global::android.view.animation.Animation
ensureInterpolator ( ) : void
resolveSize ( int arg0, float arg1, int arg2, int arg3 ) : float

Private Methods

Method Description
Animation ( )

Method Details

Animation() public method

public Animation ( android arg0, android arg1 )
arg0 android
arg1 android

Animation() protected method

protected Animation ( global @__env )
@__env global

applyTransformation() protected method

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

cancel() public method

public cancel ( ) : void
return void

clone() protected method

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

computeDurationHint() public method

public computeDurationHint ( ) : long
return long

ensureInterpolator() protected method

protected ensureInterpolator ( ) : void
return void

getDetachWallpaper() public method

public getDetachWallpaper ( ) : bool
return bool

getDuration() public method

public getDuration ( ) : long
return long

getFillAfter() public method

public getFillAfter ( ) : bool
return bool

getFillBefore() public method

public getFillBefore ( ) : bool
return bool

getInterpolator() public method

public getInterpolator ( ) : global::android.view.animation.Interpolator
return global::android.view.animation.Interpolator

getRepeatCount() public method

public getRepeatCount ( ) : int
return int

getRepeatMode() public method

public getRepeatMode ( ) : int
return int

getStartOffset() public method

public getStartOffset ( ) : 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

getZAdjustment() public method

public getZAdjustment ( ) : int
return int

hasEnded() public method

public hasEnded ( ) : bool
return bool

hasStarted() public method

public hasStarted ( ) : bool
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

isFillEnabled() public method

public isFillEnabled ( ) : bool
return bool

isInitialized() public method

public isInitialized ( ) : bool
return bool

reset() public method

public reset ( ) : void
return void

resolveSize() protected method

protected resolveSize ( int arg0, float arg1, int arg2, int arg3 ) : float
arg0 int
arg1 float
arg2 int
arg3 int
return float

restrictDuration() public method

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

scaleCurrentDuration() public method

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

setAnimationListener() public method

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

setDetachWallpaper() public method

public setDetachWallpaper ( bool arg0 ) : void
arg0 bool
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

setFillEnabled() public method

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

setInterpolator() public method

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

setInterpolator() public method

public setInterpolator ( android arg0, int arg1 ) : void
arg0 android
arg1 int
return void

setInterpolator() public method

public setInterpolator ( global arg0 ) : void
arg0 global
return void

setRepeatCount() public method

public setRepeatCount ( int arg0 ) : void
arg0 int
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

setZAdjustment() public method

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

start() public method

public start ( ) : void
return void

startNow() public method

public startNow ( ) : void
return void

willChangeBounds() public method

public willChangeBounds ( ) : bool
return bool

willChangeTransformationMatrix() public method

public willChangeTransformationMatrix ( ) : bool
return bool