C# Class android.graphics.drawable.DrawableContainer

Inheritance: android.graphics.drawable.Drawable, android.graphics.drawable.Drawable.Callback
Afficher le fichier Open project: JeroMiya/androidmono Class Usage Examples

Méthodes publiques

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

Méthodes protégées

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

Private Methods

Méthode Description
DrawableContainer ( )

Method Details

DrawableContainer() protected méthode

protected DrawableContainer ( global @__env )
@__env global

draw() public méthode

public draw ( android arg0 ) : void
arg0 android
Résultat void

getChangingConfigurations() public méthode

public getChangingConfigurations ( ) : int
Résultat int

getConstantState() public méthode

public getConstantState ( ) : global::android.graphics.drawable.Drawable.ConstantState
Résultat global::android.graphics.drawable.Drawable.ConstantState

getCurrent() public méthode

public getCurrent ( ) : global::android.graphics.drawable.Drawable
Résultat global::android.graphics.drawable.Drawable

getIntrinsicHeight() public méthode

public getIntrinsicHeight ( ) : int
Résultat int

getIntrinsicWidth() public méthode

public getIntrinsicWidth ( ) : int
Résultat int

getMinimumHeight() public méthode

public getMinimumHeight ( ) : int
Résultat int

getMinimumWidth() public méthode

public getMinimumWidth ( ) : int
Résultat int

getOpacity() public méthode

public getOpacity ( ) : int
Résultat int

getPadding() public méthode

public getPadding ( android arg0 ) : bool
arg0 android
Résultat bool

invalidateDrawable() public méthode

public invalidateDrawable ( android arg0 ) : void
arg0 android
Résultat void

isStateful() public méthode

public isStateful ( ) : bool
Résultat bool

mutate() public méthode

public mutate ( ) : global::android.graphics.drawable.Drawable
Résultat global::android.graphics.drawable.Drawable

onBoundsChange() protected méthode

protected onBoundsChange ( android arg0 ) : void
arg0 android
Résultat void

onLevelChange() protected méthode

protected onLevelChange ( int arg0 ) : bool
arg0 int
Résultat bool

onStateChange() protected méthode

protected onStateChange ( int arg0 ) : bool
arg0 int
Résultat bool

scheduleDrawable() public méthode

public scheduleDrawable ( android arg0, global arg1, long arg2 ) : void
arg0 android
arg1 global
arg2 long
Résultat void

scheduleDrawable() public méthode

public scheduleDrawable ( android arg0, java arg1, long arg2 ) : void
arg0 android
arg1 java
arg2 long
Résultat void

selectDrawable() public méthode

public selectDrawable ( int arg0 ) : bool
arg0 int
Résultat bool

setAlpha() public méthode

public setAlpha ( int arg0 ) : void
arg0 int
Résultat void

setColorFilter() public méthode

public setColorFilter ( android arg0 ) : void
arg0 android
Résultat void

setConstantState() protected méthode

protected setConstantState ( android arg0 ) : void
arg0 android
Résultat void

setDither() public méthode

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

setVisible() public méthode

public setVisible ( bool arg0, bool arg1 ) : bool
arg0 bool
arg1 bool
Résultat bool

unscheduleDrawable() public méthode

public unscheduleDrawable ( android arg0, global arg1 ) : void
arg0 android
arg1 global
Résultat void

unscheduleDrawable() public méthode

public unscheduleDrawable ( android arg0, java arg1 ) : void
arg0 android
arg1 java
Résultat void