C# Class android.graphics.drawable.InsetDrawable

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

Méthodes publiques

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

Méthodes protégées

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

Private Methods

Méthode Description
InsetDrawable ( )

Method Details

InsetDrawable() public méthode

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

InsetDrawable() public méthode

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

InsetDrawable() protected méthode

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

getIntrinsicHeight() public méthode

public getIntrinsicHeight ( ) : int
Résultat int

getIntrinsicWidth() public méthode

public getIntrinsicWidth ( ) : 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

inflate() public méthode

public inflate ( android arg0, org arg1, android arg2 ) : void
arg0 android
arg1 org
arg2 android
Résultat void

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

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

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

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