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

123

/frameworks/layoutlib/bridge/tests/src/com/android/layoutlib/bridge/intensive/
H A DRenderTests.java114 .setTheme("Theme.NoTitleBar", false)
130 .setTheme("Theme.Material.Light.NoActionBar.TranslucentDecor", false)
139 .setTheme("Theme.Material.Light.NoActionBar.TranslucentDecor", false)
147 .setTheme("Theme.Material.Light.NoActionBar", false)
199 .setTheme("Theme.Material.Light.NoActionBar", false)
209 .setTheme("Theme.Material.Light", false)
221 .setTheme("Theme.Material.Light.NoActionBar", false)
255 .setTheme("Theme.Material.Light.NoActionBar", false)
284 .setTheme("Theme.Material.Light.NoActionBar.Fullscreen", false)
300 .setTheme("Them
[all...]
/frameworks/layoutlib/bridge/tests/res/testApp/MyApplication/src/main/java/com/android/layoutlib/test/myapplication/
H A DThemableWidget.java36 context.setTheme(R.style.ThemableWidgetStyle);
/frameworks/support/frameworks/support/samples/Support4Demos/src/main/java/com/example/android/supportv4/media/utils/
H A DResourceHelper.java43 packageContext.setTheme(applicationInfo.theme);
/frameworks/support/samples/Support4Demos/src/main/java/com/example/android/supportv4/media/utils/
H A DResourceHelper.java43 packageContext.setTheme(applicationInfo.theme);
/frameworks/layoutlib/bridge/src/android/content/res/
H A DResources_Theme_Delegate.java61 ta.setTheme(thisTheme);
74 ta.setTheme(thisTheme);
86 ta.setTheme(thisTheme);
/frameworks/support/v7/appcompat/src/main/java/androidx/appcompat/widget/
H A DTintContextWrapper.java112 public void setTheme(int resid) { method in class:TintContextWrapper
114 super.setTheme(resid);
/frameworks/base/packages/SimAppDialog/src/com/android/simappdialog/
H A DInstallCarrierAppActivity.java52 setTheme(
/frameworks/base/packages/SystemUI/tests/src/com/android/keyguard/
H A DKeyguardSecurityContainerTest.java45 context.setTheme(theme);
/frameworks/support/wear/src/main/java/androidx/wear/activity/
H A DConfirmationActivity.java78 setTheme(R.style.ConfirmationActivity);
/frameworks/layoutlib/bridge/tests/src/com/android/layoutlib/bridge/android/
H A DBridgeContextTest.java53 .setTheme("Theme.Material", false)
100 .setTheme("Theme.Material", false)
/frameworks/layoutlib/remote/tests/src/
H A DRemoteBridgeTest.java115 getSessionParamsBuilder().setParser(parser).setCallback(layoutLibCallback).setTheme(
132 getSessionParamsBuilder().setParser(parser).setCallback(layoutLibCallback).setTheme(
/frameworks/support/mediarouter/src/androidTest/java/androidx/mediarouter/app/
H A DMediaRouteChooserDialogTest.java75 context.setTheme(R.style.HasWindowTitle);
87 context.setTheme(0);
/frameworks/opt/setupwizard/library/gingerbread/test/instrumentation/src/com/android/setupwizardlib/items/
H A DButtonItemDrawingTest.java82 item.setTheme(R.style.SuwButtonItem_Colored);
/frameworks/opt/setupwizard/library/test/instrumentation/src/com/android/setupwizardlib/test/util/
H A DDrawingTestHelper.java57 activity.setTheme(theme);
/frameworks/opt/setupwizard/library/test/robotest/src/com/android/setupwizardlib/util/
H A DGlifV3StyleTest.java80 setTheme(R.style.SuwThemeGlifV3_Light);
H A DGlifStyleTest.java93 setTheme(R.style.SuwThemeGlif_Light);
/frameworks/layoutlib/bridge/tests/src/com/android/layoutlib/bridge/intensive/util/
H A DSessionParamsBuilder.java93 public SessionParamsBuilder setTheme(@NonNull String themeName, boolean isProjectTheme) { method in class:SessionParamsBuilder
100 public SessionParamsBuilder setTheme(@NonNull String themeName) { method in class:SessionParamsBuilder
108 return setTheme(themeName, isProjectTheme);
/frameworks/opt/datetimepicker/src/com/android/datetimepicker/time/
H A DRadialPickerLayout.java223 /* package */ void setTheme(Context context, boolean themeDark) { method in class:RadialPickerLayout
224 mCircleView.setTheme(context, themeDark);
225 mAmPmCirclesView.setTheme(context, themeDark);
226 mHourRadialTextsView.setTheme(context, themeDark);
227 mMinuteRadialTextsView.setTheme(context, themeDark);
228 mHourRadialSelectorView.setTheme(context, themeDark);
229 mMinuteRadialSelectorView.setTheme(context, themeDark);
H A DCircleView.java79 /* package */ void setTheme(Context context, boolean dark) { method in class:CircleView
/frameworks/support/v7/appcompat/src/main/java/androidx/appcompat/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/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
/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/main/java/androidx/appcompat/view/
H A DContextThemeWrapper.java125 public void setTheme(int resid) { method in class:ContextThemeWrapper
166 * Called by {@link #setTheme} and {@link #getTheme} to apply a theme
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/
H A DSysuiTestCase.java61 mContext.setTheme(R.style.Theme_SystemUI);
/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DSystemUIApplication.java67 setTheme(R.style.Theme_SystemUI);

Completed in 644 milliseconds

123