Searched defs:setTheme (Results 1 - 21 of 21) sorted by relevance

/frameworks/support/v7/appcompat/src/android/support/v7/widget/
H A DTintContextWrapper.java111 public void setTheme(int resid) { method in class:TintContextWrapper
113 super.setTheme(resid);
/frameworks/opt/datetimepicker/src/com/android/datetimepicker/time/
H A DCircleView.java79 /* package */ void setTheme(Context context, boolean dark) { method in class:CircleView
H A DAmPmCirclesView.java101 /* package */ void setTheme(Context context, boolean themeDark) { method in class:AmPmCirclesView
H A DRadialSelectorView.java144 /* package */ void setTheme(Context context, boolean themeDark) { method in class:RadialSelectorView
H A DRadialTextsView.java146 /* package */ void setTheme(Context context, boolean themeDark) { method in class:RadialTextsView
H A DRadialPickerLayout.java221 /* package */ void setTheme(Context context, boolean themeDark) { method in class:RadialPickerLayout
222 mCircleView.setTheme(context, themeDark);
223 mAmPmCirclesView.setTheme(context, themeDark);
224 mHourRadialTextsView.setTheme(context, themeDark);
225 mMinuteRadialTextsView.setTheme(context, themeDark);
226 mHourRadialSelectorView.setTheme(context, themeDark);
227 mMinuteRadialSelectorView.setTheme(context, themeDark);
/frameworks/base/core/java/android/view/
H A DContextThemeWrapper.java137 public void setTheme(int resid) { method in class:ContextThemeWrapper
175 * Called by {@link #setTheme} and {@link #getTheme} to apply a theme
H A DWindow.java2253 public void setTheme(int resId) { method in class:Window
/frameworks/opt/setupwizard/library/main/src/com/android/setupwizardlib/items/
H A DButtonItem.java80 public void setTheme(int theme) { method in class:ButtonItem
/frameworks/support/v7/appcompat/src/android/support/v7/view/
H A DContextThemeWrapper.java140 public void setTheme(int resid) { method in class:ContextThemeWrapper
177 * Called by {@link #setTheme} and {@link #getTheme} to apply a theme
/frameworks/layoutlib/bridge/src/android/content/res/
H A DBridgeTypedArray.java164 public void setTheme(Theme theme) { method in class:BridgeTypedArray
/frameworks/support/v7/appcompat/src/android/support/v7/app/
H A DAppCompatActivity.java76 // setTheme(), which will no-op if the theme ID is identical to the
81 setTheme(mThemeId);
88 public void setTheme(@StyleRes final int resid) { method in class:AppCompatActivity
89 super.setTheme(resid);
/frameworks/base/core/java/android/content/
H A DContextWrapper.java113 public void setTheme(int resid) { method in class:ContextWrapper
114 mBase.setTheme(resid);
H A DContext.java633 public abstract void setTheme(@StyleRes int resid); method in class:Context
/frameworks/base/core/java/android/service/voice/
H A DVoiceInteractionSession.java1222 public void setTheme(int theme) { method in class:VoiceInteractionSession
/frameworks/base/test-runner/src/android/test/mock/
H A DMockContext.java95 public void setTheme(int resid) { method in class:MockContext
/frameworks/base/core/java/android/app/
H A DContextImpl.java260 public void setTheme(int resId) { method in class:ContextImpl
H A DActivity.java4254 public void setTheme(int resid) { method in class:Activity
4255 super.setTheme(resid);
4256 mWindow.setTheme(resid);
/frameworks/base/core/java/android/inputmethodservice/
H A DInputMethodService.java778 public void setTheme(int theme) { method in class:InputMethodService
816 super.setTheme(mTheme);
/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
H A DBridgeContext.java1808 public void setTheme(int arg0) { method in class:BridgeContext
/frameworks/base/core/java/com/android/internal/policy/
H A DPhoneWindow.java2300 context.setTheme(mTheme);
3819 public void setTheme(int resid) { method in class:PhoneWindow
3824 context.setTheme(resid);

Completed in 5420 milliseconds