C# Class android.graphics.drawable.LevelListDrawable

Inheritance: android.graphics.drawable.DrawableContainer
ファイルを表示 Open project: JeroMiya/androidmono

Public Methods

Method Description
addLevel ( int arg0, int arg1, android arg2 ) : void
inflate ( android arg0, org arg1, android arg2 ) : void
mutate ( ) : global::android.graphics.drawable.Drawable

Protected Methods

Method Description
LevelListDrawable ( global @__env )
onLevelChange ( int arg0 ) : bool

Private Methods

Method Description
LevelListDrawable ( )

Method Details

LevelListDrawable() protected method

protected LevelListDrawable ( global @__env )
@__env global

addLevel() public method

public addLevel ( int arg0, int arg1, android arg2 ) : void
arg0 int
arg1 int
arg2 android
return void

inflate() public method

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

mutate() public method

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

onLevelChange() protected method

protected onLevelChange ( int arg0 ) : bool
arg0 int
return bool