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

Inheritance: android.graphics.drawable.Drawable.ConstantState
Afficher le fichier Open project: JeroMiya/androidmono

Méthodes publiques

Méthode 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

Méthodes protégées

Méthode Description
DrawableContainerState ( global @__env )

Private Methods

Méthode Description
DrawableContainerState ( )

Method Details

DrawableContainerState() protected méthode

protected DrawableContainerState ( global @__env )
@__env global

addChild() public méthode

public addChild ( android arg0 ) : int
arg0 android
Résultat int

canConstantState() public méthode

public canConstantState ( ) : bool
Résultat bool

getChangingConfigurations() public méthode

public getChangingConfigurations ( ) : int
Résultat int

getChildCount() public méthode

public getChildCount ( ) : int
Résultat int

getChildren() public méthode

public getChildren ( ) : global::android.graphics.drawable.Drawable[]
Résultat global::android.graphics.drawable.Drawable[]

getConstantHeight() public méthode

public getConstantHeight ( ) : int
Résultat int

getConstantMinimumHeight() public méthode

public getConstantMinimumHeight ( ) : int
Résultat int

getConstantMinimumWidth() public méthode

public getConstantMinimumWidth ( ) : int
Résultat int

getConstantPadding() public méthode

public getConstantPadding ( ) : global::android.graphics.Rect
Résultat global::android.graphics.Rect

getConstantWidth() public méthode

public getConstantWidth ( ) : int
Résultat int

getOpacity() public méthode

public getOpacity ( ) : int
Résultat int

growArray() public méthode

public growArray ( int arg0, int arg1 ) : void
arg0 int
arg1 int
Résultat void

isConstantSize() public méthode

public isConstantSize ( ) : bool
Résultat bool

isStateful() public méthode

public isStateful ( ) : bool
Résultat bool

setConstantSize() public méthode

public setConstantSize ( bool arg0 ) : void
arg0 bool
Résultat void

setVariablePadding() public méthode

public setVariablePadding ( bool arg0 ) : void
arg0 bool
Résultat void