C# Class android.content.res.Resources.Theme

Mostra file Open project: JeroMiya/androidmono

Public Methods

Method Description
applyStyle ( int arg0, bool arg1 ) : void
dump ( int arg0, java arg1, java arg2 ) : void
obtainStyledAttributes ( android arg0, int arg1, int arg2, int arg3 ) : global::android.content.res.TypedArray
obtainStyledAttributes ( int arg0 ) : global::android.content.res.TypedArray
obtainStyledAttributes ( int arg0, int arg1 ) : global::android.content.res.TypedArray
resolveAttribute ( int arg0, android arg1, bool arg2 ) : bool
setTo ( android arg0 ) : void

Private Methods

Method Description
Theme ( )
Theme ( global @__env )

Method Details

applyStyle() public method

public applyStyle ( int arg0, bool arg1 ) : void
arg0 int
arg1 bool
return void

dump() public method

public dump ( int arg0, java arg1, java arg2 ) : void
arg0 int
arg1 java
arg2 java
return void

obtainStyledAttributes() public method

public obtainStyledAttributes ( android arg0, int arg1, int arg2, int arg3 ) : global::android.content.res.TypedArray
arg0 android
arg1 int
arg2 int
arg3 int
return global::android.content.res.TypedArray

obtainStyledAttributes() public method

public obtainStyledAttributes ( int arg0 ) : global::android.content.res.TypedArray
arg0 int
return global::android.content.res.TypedArray

obtainStyledAttributes() public method

public obtainStyledAttributes ( int arg0, int arg1 ) : global::android.content.res.TypedArray
arg0 int
arg1 int
return global::android.content.res.TypedArray

resolveAttribute() public method

public resolveAttribute ( int arg0, android arg1, bool arg2 ) : bool
arg0 int
arg1 android
arg2 bool
return bool

setTo() public method

public setTo ( android arg0 ) : void
arg0 android
return void