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

/frameworks/support/v7/appcompat/src/android/support/v7/view/
H A DContextThemeWrapper.java52 public void setTheme(int resid) { method in class:ContextThemeWrapper
89 * Called by {@link #setTheme} and {@link #getTheme} to apply a theme
/frameworks/support/v7/appcompat/src/android/support/v7/widget/
H A DTintContextWrapper.java110 public void setTheme(int resid) { method in class:TintContextWrapper
112 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.java2154 public void setTheme(int resId) { method in class:Window
/frameworks/opt/setupwizard/library/main/src/com/android/setupwizardlib/items/
H A DButtonItem.java78 public void setTheme(int theme) { method in class:ButtonItem
/frameworks/base/tools/layoutlib/bridge/src/android/content/res/
H A DBridgeTypedArray.java157 public void setTheme(Theme theme) { method in class:BridgeTypedArray
/frameworks/support/v7/appcompat/src/android/support/v7/app/
H A DAppCompatActivity.java80 // setTheme(), which will no-op if the theme ID is identical to the
85 setTheme(mThemeId);
92 public void setTheme(@StyleRes final int resid) { method in class:AppCompatActivity
93 super.setTheme(resid);
/frameworks/base/test-runner/src/android/test/mock/
H A DMockContext.java92 public void setTheme(int resid) { method in class:MockContext
/frameworks/base/core/java/android/app/
H A DContextImpl.java242 public void setTheme(int resId) { method in class:ContextImpl
H A DActivity.java4008 public void setTheme(int resid) { method in class:Activity
4009 super.setTheme(resid);
4010 mWindow.setTheme(resid);
/frameworks/base/core/java/android/content/
H A DContextWrapper.java110 public void setTheme(int resid) { method in class:ContextWrapper
111 mBase.setTheme(resid);
H A DContext.java553 public abstract void setTheme(@StyleRes int resid); method in class:Context
/frameworks/base/core/java/android/service/voice/
H A DVoiceInteractionSession.java1155 public void setTheme(int theme) { method in class:VoiceInteractionSession
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
H A DBridgeContext.java1683 public void setTheme(int arg0) { method in class:BridgeContext
/frameworks/base/core/java/android/inputmethodservice/
H A DInputMethodService.java747 public void setTheme(int theme) { method in class:InputMethodService
784 super.setTheme(mTheme);
/frameworks/base/core/java/com/android/internal/policy/
H A DPhoneWindow.java2275 context.setTheme(mTheme);
3753 public void setTheme(int resid) { method in class:PhoneWindow
3758 context.setTheme(resid);

Completed in 1446 milliseconds