C# Class android.graphics.drawable.AnimationDrawable

Inheritance: android.graphics.drawable.DrawableContainer, java.lang.Runnable, android.graphics.drawable.Animatable
Afficher le fichier Open project: JeroMiya/androidmono

Méthodes publiques

Méthode Description
addFrame ( android arg0, int arg1 ) : void
getDuration ( int arg0 ) : int
getFrame ( int arg0 ) : global::android.graphics.drawable.Drawable
getNumberOfFrames ( ) : int
inflate ( android arg0, org arg1, android arg2 ) : void
isOneShot ( ) : bool
isRunning ( ) : bool
mutate ( ) : global::android.graphics.drawable.Drawable
run ( ) : void
setOneShot ( bool arg0 ) : void
setVisible ( bool arg0, bool arg1 ) : bool
start ( ) : void
stop ( ) : void
unscheduleSelf ( global arg0 ) : void
unscheduleSelf ( java arg0 ) : void

Méthodes protégées

Méthode Description
AnimationDrawable ( global @__env )

Private Methods

Méthode Description
AnimationDrawable ( )

Method Details

AnimationDrawable() protected méthode

protected AnimationDrawable ( global @__env )
@__env global

addFrame() public méthode

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

getDuration() public méthode

public getDuration ( int arg0 ) : int
arg0 int
Résultat int

getFrame() public méthode

public getFrame ( int arg0 ) : global::android.graphics.drawable.Drawable
arg0 int
Résultat global::android.graphics.drawable.Drawable

getNumberOfFrames() public méthode

public getNumberOfFrames ( ) : int
Résultat int

inflate() public méthode

public inflate ( android arg0, org arg1, android arg2 ) : void
arg0 android
arg1 org
arg2 android
Résultat void

isOneShot() public méthode

public isOneShot ( ) : bool
Résultat bool

isRunning() public méthode

public isRunning ( ) : bool
Résultat bool

mutate() public méthode

public mutate ( ) : global::android.graphics.drawable.Drawable
Résultat global::android.graphics.drawable.Drawable

run() public méthode

public run ( ) : void
Résultat void

setOneShot() public méthode

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

setVisible() public méthode

public setVisible ( bool arg0, bool arg1 ) : bool
arg0 bool
arg1 bool
Résultat bool

start() public méthode

public start ( ) : void
Résultat void

stop() public méthode

public stop ( ) : void
Résultat void

unscheduleSelf() public méthode

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

unscheduleSelf() public méthode

public unscheduleSelf ( java arg0 ) : void
arg0 java
Résultat void