Searched refs:setTheme (Results 1 - 25 of 30) sorted by relevance

12

/frameworks/support/v7/appcompat/src/android/support/v7/widget/
H A DTintContextWrapper.java100 public void setTheme(int resid) { method in class:TintContextWrapper
102 super.setTheme(resid);
/frameworks/base/tools/layoutlib/bridge/src/android/content/res/
H A DResources_Theme_Delegate.java60 ta.setTheme(thisTheme);
73 ta.setTheme(thisTheme);
85 ta.setTheme(thisTheme);
H A DBridgeTypedArray.java157 public void setTheme(Theme theme) { method in class:BridgeTypedArray
/frameworks/support/v7/appcompat/src/android/support/v7/view/
H A DContextThemeWrapper.java48 public void setTheme(int resid) { method in class:ContextThemeWrapper
85 * Called by {@link #setTheme} and {@link #getTheme} to apply a theme
/frameworks/opt/setupwizard/library/main/src/com/android/setupwizardlib/items/
H A DButtonItem.java78 public void setTheme(int theme) { method in class:ButtonItem
/frameworks/support/v7/appcompat/src/android/support/v7/app/
H A DAppCompatActivity.java77 // setTheme(), which will no-op if the theme ID is identical to the
82 setTheme(mThemeId);
89 public void setTheme(@StyleRes final int resid) { method in class:AppCompatActivity
90 super.setTheme(resid);
/frameworks/opt/datetimepicker/src/com/android/datetimepicker/time/
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);
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 DTimePickerDialog.java316 mTimePicker.setTheme(getActivity().getApplicationContext(), mThemeDark);
/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/test/src/com/android/setupwizardlib/test/
H A DButtonItemTest.java98 item.setTheme(12345);
/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DSystemUIApplication.java84 setTheme(R.style.systemui_theme);
/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/accounts/
H A DChooseTypeAndAccountActivity.java402 setTheme(R.style.Theme_Material_Light_Dialog_NoActionBar);
/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/inputmethodservice/
H A DInputMethodService.java745 public void setTheme(int theme) { method in class:InputMethodService
782 super.setTheme(mTheme);
/frameworks/base/core/java/android/service/voice/
H A DVoiceInteractionSession.java1155 public void setTheme(int theme) { method in class:VoiceInteractionSession
/frameworks/base/services/java/com/android/server/
H A DSystemServer.java392 mSystemContext.setTheme(DEFAULT_SYSTEM_THEME);
/frameworks/base/core/java/android/app/
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/com/android/internal/policy/
H A DPhoneWindow.java2334 context.setTheme(mTheme);
3812 public void setTheme(int resid) { method in class:PhoneWindow
3817 context.setTheme(resid);

Completed in 6238 milliseconds

12