C# Class android.view.ContextThemeWrapper

Inheritance: android.content.ContextWrapper
Afficher le fichier Open project: JeroMiya/androidmono

Méthodes publiques

Méthode Description
ContextThemeWrapper ( android arg0, int arg1 )
getSystemService ( java arg0 ) : global::java.lang.Object
getTheme ( ) : global::android.content.res.Resources.Theme
setTheme ( int arg0 ) : void

Méthodes protégées

Méthode Description
ContextThemeWrapper ( global @__env )
attachBaseContext ( android arg0 ) : void
onApplyThemeResource ( android arg0, int arg1, bool arg2 ) : void

Private Methods

Méthode Description
ContextThemeWrapper ( )

Method Details

ContextThemeWrapper() public méthode

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

ContextThemeWrapper() protected méthode

protected ContextThemeWrapper ( global @__env )
@__env global

attachBaseContext() protected méthode

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

getSystemService() public méthode

public getSystemService ( java arg0 ) : global::java.lang.Object
arg0 java
Résultat global::java.lang.Object

getTheme() public méthode

public getTheme ( ) : global::android.content.res.Resources.Theme
Résultat global::android.content.res.Resources.Theme

onApplyThemeResource() protected méthode

protected onApplyThemeResource ( android arg0, int arg1, bool arg2 ) : void
arg0 android
arg1 int
arg2 bool
Résultat void

setTheme() public méthode

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