C# Class android.graphics.drawable.DrawableContainer.DrawableContainerState

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

Public Methods

Method Description
addChild ( android arg0 ) : int
canConstantState ( ) : bool
getChangingConfigurations ( ) : int
getChildCount ( ) : int
getChildren ( ) : global::android.graphics.drawable.Drawable[]
getConstantHeight ( ) : int
getConstantMinimumHeight ( ) : int
getConstantMinimumWidth ( ) : int
getConstantPadding ( ) : global::android.graphics.Rect
getConstantWidth ( ) : int
getOpacity ( ) : int
growArray ( int arg0, int arg1 ) : void
isConstantSize ( ) : bool
isStateful ( ) : bool
setConstantSize ( bool arg0 ) : void
setVariablePadding ( bool arg0 ) : void

Protected Methods

Method Description
DrawableContainerState ( global @__env )

Private Methods

Method Description
DrawableContainerState ( )

Method Details

DrawableContainerState() protected method

protected DrawableContainerState ( global @__env )
@__env global

addChild() public method

public addChild ( android arg0 ) : int
arg0 android
return int

canConstantState() public method

public canConstantState ( ) : bool
return bool

getChangingConfigurations() public method

public getChangingConfigurations ( ) : int
return int

getChildCount() public method

public getChildCount ( ) : int
return int

getChildren() public method

public getChildren ( ) : global::android.graphics.drawable.Drawable[]
return global::android.graphics.drawable.Drawable[]

getConstantHeight() public method

public getConstantHeight ( ) : int
return int

getConstantMinimumHeight() public method

public getConstantMinimumHeight ( ) : int
return int

getConstantMinimumWidth() public method

public getConstantMinimumWidth ( ) : int
return int

getConstantPadding() public method

public getConstantPadding ( ) : global::android.graphics.Rect
return global::android.graphics.Rect

getConstantWidth() public method

public getConstantWidth ( ) : int
return int

getOpacity() public method

public getOpacity ( ) : int
return int

growArray() public method

public growArray ( int arg0, int arg1 ) : void
arg0 int
arg1 int
return void

isConstantSize() public method

public isConstantSize ( ) : bool
return bool

isStateful() public method

public isStateful ( ) : bool
return bool

setConstantSize() public method

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

setVariablePadding() public method

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