C# Class android.graphics.drawable.DrawableContainer

Inheritance: android.graphics.drawable.Drawable, android.graphics.drawable.Drawable.Callback
Show file Open project: JeroMiya/androidmono Class Usage Examples

Public Methods

Method Description
draw ( android arg0 ) : void
getChangingConfigurations ( ) : int
getConstantState ( ) : global::android.graphics.drawable.Drawable.ConstantState
getCurrent ( ) : global::android.graphics.drawable.Drawable
getIntrinsicHeight ( ) : int
getIntrinsicWidth ( ) : int
getMinimumHeight ( ) : int
getMinimumWidth ( ) : int
getOpacity ( ) : int
getPadding ( android arg0 ) : bool
invalidateDrawable ( android arg0 ) : void
isStateful ( ) : bool
mutate ( ) : global::android.graphics.drawable.Drawable
scheduleDrawable ( android arg0, global arg1, long arg2 ) : void
scheduleDrawable ( android arg0, java arg1, long arg2 ) : void
selectDrawable ( int arg0 ) : bool
setAlpha ( int arg0 ) : void
setColorFilter ( android arg0 ) : void
setDither ( bool arg0 ) : void
setVisible ( bool arg0, bool arg1 ) : bool
unscheduleDrawable ( android arg0, global arg1 ) : void
unscheduleDrawable ( android arg0, java arg1 ) : void

Protected Methods

Method Description
DrawableContainer ( global @__env )
onBoundsChange ( android arg0 ) : void
onLevelChange ( int arg0 ) : bool
onStateChange ( int arg0 ) : bool
setConstantState ( android arg0 ) : void

Private Methods

Method Description
DrawableContainer ( )

Method Details

DrawableContainer() protected method

protected DrawableContainer ( global @__env )
@__env global

draw() public method

public draw ( android arg0 ) : void
arg0 android
return void

getChangingConfigurations() public method

public getChangingConfigurations ( ) : int
return int

getConstantState() public method

public getConstantState ( ) : global::android.graphics.drawable.Drawable.ConstantState
return global::android.graphics.drawable.Drawable.ConstantState

getCurrent() public method

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

getIntrinsicHeight() public method

public getIntrinsicHeight ( ) : int
return int

getIntrinsicWidth() public method

public getIntrinsicWidth ( ) : int
return int

getMinimumHeight() public method

public getMinimumHeight ( ) : int
return int

getMinimumWidth() public method

public getMinimumWidth ( ) : int
return int

getOpacity() public method

public getOpacity ( ) : int
return int

getPadding() public method

public getPadding ( android arg0 ) : bool
arg0 android
return bool

invalidateDrawable() public method

public invalidateDrawable ( android arg0 ) : void
arg0 android
return void

isStateful() public method

public isStateful ( ) : bool
return bool

mutate() public method

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

onBoundsChange() protected method

protected onBoundsChange ( android arg0 ) : void
arg0 android
return void

onLevelChange() protected method

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

onStateChange() protected method

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

scheduleDrawable() public method

public scheduleDrawable ( android arg0, global arg1, long arg2 ) : void
arg0 android
arg1 global
arg2 long
return void

scheduleDrawable() public method

public scheduleDrawable ( android arg0, java arg1, long arg2 ) : void
arg0 android
arg1 java
arg2 long
return void

selectDrawable() public method

public selectDrawable ( int arg0 ) : bool
arg0 int
return bool

setAlpha() public method

public setAlpha ( int arg0 ) : void
arg0 int
return void

setColorFilter() public method

public setColorFilter ( android arg0 ) : void
arg0 android
return void

setConstantState() protected method

protected setConstantState ( android arg0 ) : void
arg0 android
return void

setDither() public method

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

setVisible() public method

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

unscheduleDrawable() public method

public unscheduleDrawable ( android arg0, global arg1 ) : void
arg0 android
arg1 global
return void

unscheduleDrawable() public method

public unscheduleDrawable ( android arg0, java arg1 ) : void
arg0 android
arg1 java
return void