HomeSort by relevance Sort by last modified time
    Searched refs:setTheme (Results 1 - 25 of 49) sorted by null

1 2

  /cts/tests/src/android/view/cts/
FocusHandlingStubActivity.java 31 setTheme(android.R.style.Theme_Holo_NoActionBar);
  /development/samples/HoneycombGallery/src/com/example/android/hcgallery/
CameraActivity.java 28 this.setTheme(themeId);
ContentActivity.java 29 setTheme(mThemeId);
MainActivity.java 71 this.setTheme(mThemeId);
  /cts/tests/tests/theme/src/android/theme/cts/
DeviceDefaultActivity.java 38 setTheme(themeId);
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/internal/editors/layout/configuration/
ConfigurationTest.java 49 configuration.setTheme("@style/Theme");
78 configuration.setTheme("@android:style/Theme.Holo.Light");
110 configuration.setTheme("@style/Theme");
120 configuration.setTheme("@android:style/Theme.Holo.Light");
132 configuration.setTheme("@android:style/Theme.Holo");
  /cts/tests/tests/content/src/android/content/cts/
ContextTest.java 43 mContext.setTheme(R.style.Test_Theme);
84 mContext.setTheme(R.style.Test_Theme);
106 // setTheme only works for the first time
107 mContext.setTheme(android.R.style.Theme_Black);
  /development/samples/ApiDemos/src/com/example/android/apis/app/
ActivityRecreate.java 49 setTheme(mCurTheme);
  /frameworks/base/core/java/android/view/
ContextThemeWrapper.java 87 @Override public void setTheme(int resid) {
121 * Called by {@link #setTheme} and {@link #getTheme} to apply a theme
  /packages/apps/Mms/src/com/android/mms/ui/
WarnOfStorageLimitsActivity.java 56 this.setTheme(com.android.internal.R.style.Theme_Dialog_Alert);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/configuration/
NestedConfiguration.java 170 public void setTheme(String theme) {
172 mParent.setTheme(theme);
ConfigurationChooser.java     [all...]
Configuration.java 538 public void setTheme(String theme) {
690 setTheme(preferred);
    [all...]
  /cts/tests/tests/view/src/android/view/cts/
ContextThemeWrapperTest.java 58 contextThemeWrapper.setTheme(R.style.TextAppearance);
  /cts/tests/tests/content/src/android/content/res/cts/
TypedArrayTest.java 155 contextThemeWrapper.setTheme(R.style.TextAppearance);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
RenderPreviewList.java 163 configuration.setTheme(
  /frameworks/base/core/java/android/content/
ContextWrapper.java 113 public void setTheme(int resid) {
114 mBase.setTheme(resid);
Context.java 358 public abstract void setTheme(int resid);
    [all...]
  /cts/tests/tests/holo/src/android/holo/cts/
LayoutTestActivity.java 78 setTheme(themeInfo.getTheme());
  /development/apps/OBJViewer/com/android/objviewer/
OBJViewer.java 307 setTheme(R.style.Theme);
  /frameworks/base/test-runner/src/android/test/mock/
MockContext.java 90 public void setTheme(int resid) {
  /packages/apps/Camera/src/com/android/camera/
ActivityBase.java 174 // we want to hide it by default. setTheme must happen before
179 setTheme(R.style.Theme_Gallery);
  /packages/apps/Gallery2/src/com/android/camera/
ActivityBase.java 175 // we want to hide it by default. setTheme must happen before
180 setTheme(R.style.Theme_Gallery);
  /packages/apps/Dialer/tests/src/com/android/dialer/calllog/
CallLogFragmentTest.java 112 mActivity.setTheme(R.style.DialtactsTheme);
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/setup/
SetupWizardActivity.java 112 setTheme(android.R.style.Theme_Translucent_NoTitleBar);

Completed in 454 milliseconds

1 2