C# Class android.graphics.drawable.InsetDrawable

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

Public Methods

Method Description
InsetDrawable ( android arg0, int arg1 )
InsetDrawable ( android arg0, int arg1, int arg2, int arg3, int arg4 )
draw ( android arg0 ) : void
getChangingConfigurations ( ) : int
getConstantState ( ) : global::android.graphics.drawable.Drawable.ConstantState
getIntrinsicHeight ( ) : int
getIntrinsicWidth ( ) : int
getOpacity ( ) : int
getPadding ( android arg0 ) : bool
inflate ( android arg0, org arg1, android arg2 ) : void
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
setAlpha ( int arg0 ) : void
setColorFilter ( android arg0 ) : void
setVisible ( bool arg0, bool arg1 ) : bool
unscheduleDrawable ( android arg0, global arg1 ) : void
unscheduleDrawable ( android arg0, java arg1 ) : void

Protected Methods

Method Description
InsetDrawable ( global @__env )
onBoundsChange ( android arg0 ) : void
onStateChange ( int arg0 ) : bool

Private Methods

Method Description
InsetDrawable ( )

Method Details

InsetDrawable() public method

public InsetDrawable ( android arg0, int arg1 )
arg0 android
arg1 int

InsetDrawable() public method

public InsetDrawable ( android arg0, int arg1, int arg2, int arg3, int arg4 )
arg0 android
arg1 int
arg2 int
arg3 int
arg4 int

InsetDrawable() protected method

protected InsetDrawable ( 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

getIntrinsicHeight() public method

public getIntrinsicHeight ( ) : int
return int

getIntrinsicWidth() public method

public getIntrinsicWidth ( ) : int
return int

getOpacity() public method

public getOpacity ( ) : int
return int

getPadding() public method

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

inflate() public method

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

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

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

setAlpha() public method

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

setColorFilter() public method

public setColorFilter ( android arg0 ) : void
arg0 android
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