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

1 2 3 4 5

  /frameworks/base/core/java/android/service/wallpaper/
WallpaperSettingsActivity.java 40 Resources.Theme theme = getTheme();
  /frameworks/base/core/java/com/android/internal/app/
MediaRouteControllerDialogFragment.java 53 return new MediaRouteControllerDialog(context, getTheme());
MediaRouteChooserDialogFragment.java 91 return new MediaRouteChooserDialog(context, getTheme());
  /frameworks/support/v7/mediarouter/src/android/support/v7/app/
MediaRouterThemeHelper.java 41 return context.getTheme().resolveAttribute(attr, value, true) ? value.resourceId : 0;
51 return context.getTheme().resolveAttribute(R.attr.isLightTheme, value, true)
  /external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowContext.java 60 abstract public Resources.Theme getTheme();
65 return getTheme().obtainStyledAttributes(attrs);
71 return getTheme().obtainStyledAttributes(resid, attrs);
77 return getTheme().obtainStyledAttributes(set, attrs, 0, 0);
83 return getTheme().obtainStyledAttributes(
  /frameworks/base/core/java/android/view/
ContextThemeWrapper.java 98 @Override public Resources.Theme getTheme() {
121 * Called by {@link #setTheme} and {@link #getTheme} to apply a theme
139 Resources.Theme theme = mBase.getTheme();
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/internal/editors/layout/configuration/
ConfigurationTest.java 50 assertEquals("@style/Theme", configuration.getTheme());
85 ConfigurationChooser.getThemeLabel(configuration.getTheme(), true));
87 ConfigurationChooser.getThemeLabel(configuration.getTheme(), false));
111 assertEquals("@style/Theme", configuration.getTheme());
127 assertEquals("@android:style/Theme.Holo.Light", copy.getTheme());
138 assertEquals("@android:style/Theme.Holo.Light", copy.getTheme());
  /cts/tests/tests/view/src/android/view/cts/
ContextThemeWrapperTest.java 60 contextThemeWrapper.getTheme().obtainStyledAttributes(R.styleable.TextAppearance);
71 contextThemeWrapper.getTheme();
110 expected.setTo(getContext().getTheme());
ViewGroup_LayoutParamsTest.java 55 TypedArray array = mContext.getTheme().obtainStyledAttributes(R.style.Whatever, attrs);
  /packages/apps/Contacts/src/com/android/contacts/widget/
AlphaTouchInterceptorOverlay.java 52 final int resId = ThemeUtils.getSelectableItemBackground(context.getTheme());
  /packages/apps/Gallery2/src/com/android/gallery3d/ui/
ScrollBarView.java 44 context.getTheme().resolveAttribute(
  /cts/tests/tests/content/src/android/content/cts/
ContextTest.java 85 final Theme testTheme = mContext.getTheme();
108 assertSame(testTheme, mContext.getTheme());
  /frameworks/base/core/tests/coretests/src/android/widget/
ListViewTest.java 101 public Resources.Theme getTheme() {
102 return getInstrumentation().getTargetContext().getTheme();
  /cts/tests/tests/content/src/android/content/res/cts/
Resources_ThemeTest.java 48 final Theme other = getContext().getTheme();
TypedArrayTest.java 63 mTypedArray = getContext().getTheme().obtainStyledAttributes(R.style.Whatever, attrs);
156 final TypedArray test = contextThemeWrapper.getTheme().obtainStyledAttributes(
  /frameworks/base/services/java/com/android/server/am/
LaunchWarningWindow.java 42 getContext().getTheme().resolveAttribute(android.R.attr.alertDialogIcon, out, true);
  /frameworks/base/core/java/android/content/
Context.java 378 public abstract Resources.Theme getTheme();
389 return getTheme().obtainStyledAttributes(attrs);
401 return getTheme().obtainStyledAttributes(resid, attrs);
413 return getTheme().obtainStyledAttributes(set, attrs, 0, 0);
425 return getTheme().obtainStyledAttributes(
    [all...]
  /frameworks/support/v7/appcompat/src/android/support/v7/internal/widget/
ActionBarOverlayLayout.java 60 TypedArray ta = getContext().getTheme().obtainStyledAttributes(mActionBarSizeAttr);
  /packages/apps/Settings/src/com/android/settings/quicklaunch/
ShortcutPreference.java 60 context.getTheme().resolveAttribute(android.R.attr.disabledAlpha, outValue, true);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/configuration/
ThemeMenuAction.java 96 String currentTheme = configuration.getTheme();
201 String current = configuration.getTheme();
273 String current = mConfigChooser.getConfiguration().getTheme();
280 return theme.equals(mConfigChooser.getConfiguration().getTheme());
ConfigurationChooser.java 438 String theme = mConfiguration.getTheme();
622 selectTheme(configuration.getTheme());
640 selectTheme(configuration.getTheme());
653 if (!equal(oldConfiguration.getTheme(), mConfiguration.getTheme())) {
    [all...]
  /development/samples/ApiDemos/src/com/example/android/apis/accessibility/
CustomViewAccessibilityActivity.java 217 context.getTheme().resolveAttribute(android.R.attr.textSize, typedValue, true);
222 context.getTheme().resolveAttribute(android.R.attr.textColorPrimary, typedValue, true);
  /frameworks/base/core/java/android/app/
DialogFragment.java 301 public int getTheme() {
440 return new Dialog(getActivity(), getTheme());
  /frameworks/base/policy/src/com/android/internal/policy/impl/
IconUtilities.java 81 mGlowColorPressedPaint.setColor(context.getTheme().resolveAttribute(
84 mGlowColorFocusedPaint.setColor(context.getTheme().resolveAttribute(
  /frameworks/support/v4/java/android/support/v4/app/
DialogFragment.java 198 public int getTheme() {
337 return new Dialog(getActivity(), getTheme());

Completed in 656 milliseconds

1 2 3 4 5