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

1 2 3 4

  /frameworks/base/core/java/android/service/wallpaper/
WallpaperSettingsActivity.java 40 Resources.Theme theme = getTheme();
  /frameworks/base/core/java/android/view/
ContextThemeWrapper.java 60 @Override public Resources.Theme getTheme() {
83 * Called by {@link #setTheme} and {@link #getTheme} to apply a theme
101 Resources.Theme theme = mBase.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 41 context.getTheme().resolveAttribute(
  /sdk/layoutlib_api/src/com/android/ide/common/rendering/api/
RenderResources.java 58 public StyleResourceValue getTheme(String name, boolean frameworkTheme) {
  /frameworks/base/core/java/android/content/
Context.java 327 public abstract Resources.Theme getTheme();
338 return getTheme().obtainStyledAttributes(attrs);
350 return getTheme().obtainStyledAttributes(resid, attrs);
362 return getTheme().obtainStyledAttributes(set, attrs, 0, 0);
374 return getTheme().obtainStyledAttributes(
    [all...]
ContextWrapper.java 116 public Resources.Theme getTheme() {
117 return mBase.getTheme();
  /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);
  /packages/apps/Settings/src/com/android/settings/quicklaunch/
ShortcutPreference.java 60 context.getTheme().resolveAttribute(android.R.attr.disabledAlpha, outValue, true);
  /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());
AlertDialog.java 142 context.getTheme().resolveAttribute(com.android.internal.R.attr.alertDialogTheme,
325 mContext.getTheme().resolveAttribute(attrId, out, true);
474 P.mContext.getTheme().resolveAttribute(attrId, out, true);
    [all...]
  /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());
  /packages/apps/Email/tests/src/com/android/email/
DBTestHelper.java 201 public Theme getTheme() {
202 return mRealContext.getTheme();
  /cts/tests/tests/holo/src/android/holo/cts/
ThemeAdapter.java 48 public int getTheme() {
  /frameworks/base/core/java/android/widget/
ShareActionProvider.java 175 mContext.getTheme().resolveAttribute(R.attr.actionModeShareDrawable, outTypedValue, true);
  /frameworks/base/core/java/com/android/internal/app/
HeavyWeightSwitcherActivity.java 89 getTheme().resolveAttribute(android.R.attr.alertDialogIcon, out, true);
  /packages/apps/VideoEditor/src/com/android/videoeditor/service/
MovieTheme.java 45 public static MovieTheme getTheme(Context context, String theme) {

Completed in 918 milliseconds

1 2 3 4