C# Class android.view.ContextThemeWrapper

Inheritance: android.content.ContextWrapper
Show file Open project: JeroMiya/androidmono

Public Methods

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

Protected Methods

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

Private Methods

Method Description
ContextThemeWrapper ( )

Method Details

ContextThemeWrapper() public method

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

ContextThemeWrapper() protected method

protected ContextThemeWrapper ( global @__env )
@__env global

attachBaseContext() protected method

protected attachBaseContext ( android arg0 ) : void
arg0 android
return void

getSystemService() public method

public getSystemService ( java arg0 ) : global::java.lang.Object
arg0 java
return global::java.lang.Object

getTheme() public method

public getTheme ( ) : global::android.content.res.Resources.Theme
return global::android.content.res.Resources.Theme

onApplyThemeResource() protected method

protected onApplyThemeResource ( android arg0, int arg1, bool arg2 ) : void
arg0 android
arg1 int
arg2 bool
return void

setTheme() public method

public setTheme ( int arg0 ) : void
arg0 int
return void