C# Class android.graphics.drawable.AnimationDrawable

Inheritance: android.graphics.drawable.DrawableContainer, java.lang.Runnable, android.graphics.drawable.Animatable
ファイルを表示 Open project: JeroMiya/androidmono

Public Methods

Method 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

Protected Methods

Method Description
AnimationDrawable ( global @__env )

Private Methods

Method Description
AnimationDrawable ( )

Method Details

AnimationDrawable() protected method

protected AnimationDrawable ( global @__env )
@__env global

addFrame() public method

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

getDuration() public method

public getDuration ( int arg0 ) : int
arg0 int
return int

getFrame() public method

public getFrame ( int arg0 ) : global::android.graphics.drawable.Drawable
arg0 int
return global::android.graphics.drawable.Drawable

getNumberOfFrames() public method

public getNumberOfFrames ( ) : int
return int

inflate() public method

public inflate ( android arg0, org arg1, android arg2 ) : void
arg0 android
arg1 org
arg2 android
return void

isOneShot() public method

public isOneShot ( ) : bool
return bool

isRunning() public method

public isRunning ( ) : bool
return bool

mutate() public method

public mutate ( ) : global::android.graphics.drawable.Drawable
return global::android.graphics.drawable.Drawable

run() public method

public run ( ) : void
return void

setOneShot() public method

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

setVisible() public method

public setVisible ( bool arg0, bool arg1 ) : bool
arg0 bool
arg1 bool
return bool

start() public method

public start ( ) : void
return void

stop() public method

public stop ( ) : void
return void

unscheduleSelf() public method

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

unscheduleSelf() public method

public unscheduleSelf ( java arg0 ) : void
arg0 java
return void