C# Class android.graphics.drawable.ColorDrawable

Inheritance: android.graphics.drawable.Drawable
Mostrar archivo Open project: JeroMiya/androidmono

Public Methods

Method Description
ColorDrawable ( int arg0 )
draw ( android arg0 ) : void
getAlpha ( ) : int
getChangingConfigurations ( ) : int
getConstantState ( ) : global::android.graphics.drawable.Drawable.ConstantState
getOpacity ( ) : int
inflate ( android arg0, org arg1, android arg2 ) : void
setAlpha ( int arg0 ) : void
setColorFilter ( android arg0 ) : void

Protected Methods

Method Description
ColorDrawable ( global @__env )

Private Methods

Method Description
ColorDrawable ( )

Method Details

ColorDrawable() protected method

protected ColorDrawable ( global @__env )
@__env global

ColorDrawable() public method

public ColorDrawable ( int arg0 )
arg0 int

draw() public method

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

getAlpha() public method

public getAlpha ( ) : int
return int

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

getOpacity() public method

public getOpacity ( ) : int
return int

inflate() public method

public inflate ( android arg0, org arg1, android arg2 ) : void
arg0 android
arg1 org
arg2 android
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