C# Class android.view.animation.Animation

Inheritance: java.lang.Object, java.lang.Cloneable
Afficher le fichier Open project: JeroMiya/androidmono Class Usage Examples

Méthodes publiques

Méthode 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

Méthodes protégées

Méthode 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

Méthode Description
Animation ( )

Method Details

Animation() public méthode

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

Animation() protected méthode

protected Animation ( global @__env )
@__env global

applyTransformation() protected méthode

protected applyTransformation ( float arg0, android arg1 ) : void
arg0 float
arg1 android
Résultat void

cancel() public méthode

public cancel ( ) : void
Résultat void

clone() protected méthode

protected clone ( ) : global::android.view.animation.Animation
Résultat global::android.view.animation.Animation

computeDurationHint() public méthode

public computeDurationHint ( ) : long
Résultat long

ensureInterpolator() protected méthode

protected ensureInterpolator ( ) : void
Résultat void

getDetachWallpaper() public méthode

public getDetachWallpaper ( ) : bool
Résultat bool

getDuration() public méthode

public getDuration ( ) : long
Résultat long

getFillAfter() public méthode

public getFillAfter ( ) : bool
Résultat bool

getFillBefore() public méthode

public getFillBefore ( ) : bool
Résultat bool

getInterpolator() public méthode

public getInterpolator ( ) : global::android.view.animation.Interpolator
Résultat global::android.view.animation.Interpolator

getRepeatCount() public méthode

public getRepeatCount ( ) : int
Résultat int

getRepeatMode() public méthode

public getRepeatMode ( ) : int
Résultat int

getStartOffset() public méthode

public getStartOffset ( ) : long
Résultat long

getStartTime() public méthode

public getStartTime ( ) : long
Résultat long

getTransformation() public méthode

public getTransformation ( long arg0, android arg1 ) : bool
arg0 long
arg1 android
Résultat bool

getZAdjustment() public méthode

public getZAdjustment ( ) : int
Résultat int

hasEnded() public méthode

public hasEnded ( ) : bool
Résultat bool

hasStarted() public méthode

public hasStarted ( ) : bool
Résultat bool

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

isFillEnabled() public méthode

public isFillEnabled ( ) : bool
Résultat bool

isInitialized() public méthode

public isInitialized ( ) : bool
Résultat bool

reset() public méthode

public reset ( ) : void
Résultat void

resolveSize() protected méthode

protected resolveSize ( int arg0, float arg1, int arg2, int arg3 ) : float
arg0 int
arg1 float
arg2 int
arg3 int
Résultat float

restrictDuration() public méthode

public restrictDuration ( long arg0 ) : void
arg0 long
Résultat void

scaleCurrentDuration() public méthode

public scaleCurrentDuration ( float arg0 ) : void
arg0 float
Résultat void

setAnimationListener() public méthode

public setAnimationListener ( android arg0 ) : void
arg0 android
Résultat void

setDetachWallpaper() public méthode

public setDetachWallpaper ( bool arg0 ) : void
arg0 bool
Résultat void

setDuration() public méthode

public setDuration ( long arg0 ) : void
arg0 long
Résultat void

setFillAfter() public méthode

public setFillAfter ( bool arg0 ) : void
arg0 bool
Résultat void

setFillBefore() public méthode

public setFillBefore ( bool arg0 ) : void
arg0 bool
Résultat void

setFillEnabled() public méthode

public setFillEnabled ( bool arg0 ) : void
arg0 bool
Résultat void

setInterpolator() public méthode

public setInterpolator ( android arg0 ) : void
arg0 android
Résultat void

setInterpolator() public méthode

public setInterpolator ( android arg0, int arg1 ) : void
arg0 android
arg1 int
Résultat void

setInterpolator() public méthode

public setInterpolator ( global arg0 ) : void
arg0 global
Résultat void

setRepeatCount() public méthode

public setRepeatCount ( int arg0 ) : void
arg0 int
Résultat void

setRepeatMode() public méthode

public setRepeatMode ( int arg0 ) : void
arg0 int
Résultat void

setStartOffset() public méthode

public setStartOffset ( long arg0 ) : void
arg0 long
Résultat void

setStartTime() public méthode

public setStartTime ( long arg0 ) : void
arg0 long
Résultat void

setZAdjustment() public méthode

public setZAdjustment ( int arg0 ) : void
arg0 int
Résultat void

start() public méthode

public start ( ) : void
Résultat void

startNow() public méthode

public startNow ( ) : void
Résultat void

willChangeBounds() public méthode

public willChangeBounds ( ) : bool
Résultat bool

willChangeTransformationMatrix() public méthode

public willChangeTransformationMatrix ( ) : bool
Résultat bool