C# Class android.view.animation.AnimationSet

Inheritance: android.view.animation.Animation
Afficher le fichier Open project: JeroMiya/androidmono Class Usage Examples

Méthodes publiques

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

Méthodes protégées

Méthode Description
AnimationSet ( global @__env )
clone ( ) : global::android.view.animation.AnimationSet

Private Methods

Méthode Description
AnimationSet ( )

Method Details

AnimationSet() public méthode

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

AnimationSet() public méthode

public AnimationSet ( bool arg0 )
arg0 bool

AnimationSet() protected méthode

protected AnimationSet ( global @__env )
@__env global

addAnimation() public méthode

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

clone() protected méthode

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

computeDurationHint() public méthode

public computeDurationHint ( ) : long
Résultat long

getAnimations() public méthode

public getAnimations ( ) : global::java.util.List
Résultat global::java.util.List

getDuration() public méthode

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

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

reset() public méthode

public reset ( ) : void
Résultat void

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

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

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

willChangeBounds() public méthode

public willChangeBounds ( ) : bool
Résultat bool

willChangeTransformationMatrix() public méthode

public willChangeTransformationMatrix ( ) : bool
Résultat bool