C# 클래스 android.content.res.Resources.Theme

파일 보기 프로젝트 열기: JeroMiya/androidmono

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
Theme ( )
Theme ( global @__env )

메소드 상세

applyStyle() 공개 메소드

public applyStyle ( int arg0, bool arg1 ) : void
arg0 int
arg1 bool
리턴 void

dump() 공개 메소드

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

obtainStyledAttributes() 공개 메소드

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

obtainStyledAttributes() 공개 메소드

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

obtainStyledAttributes() 공개 메소드

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

resolveAttribute() 공개 메소드

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

setTo() 공개 메소드

public setTo ( android arg0 ) : void
arg0 android
리턴 void