Searched refs:getTheme (Results 26 - 50 of 70) sorted by relevance

123

/frameworks/base/core/java/com/android/internal/app/
H A DHeavyWeightSwitcherActivity.java88 getTheme().resolveAttribute(android.R.attr.alertDialogIcon, out, true);
H A DAlertController.java171 context.getTheme().resolveAttribute(com.android.internal.R.attr.alertDialogCenterButtons,
395 mContext.getTheme().resolveAttribute(attrId, out, true);
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DClock.java69 TypedArray a = context.getTheme().obtainStyledAttributes(
/frameworks/support/v7/appcompat/src/android/support/v7/app/
H A DDrawerArrowDrawable.java64 final TypedArray typedArray = context.getTheme()
H A DActionBarActivityDelegateBase.java263 mActivity.getTheme().resolveAttribute(R.attr.actionBarTheme, outValue, true);
616 mActivity.getTheme().resolveAttribute(R.attr.actionBarSize, heightValue, true);
962 final Resources.Theme baseTheme = context.getTheme();
987 context.getTheme().setTo(widgetTheme);
1344 mActivity.getTheme().resolveAttribute(R.attr.panelMenuListTheme, outValue, true);
1527 widgetTheme.setTo(context.getTheme());
1544 context.getTheme().setTo(widgetTheme);
/frameworks/support/v7/appcompat/src/android/support/v7/internal/widget/
H A DTintManager.java320 if (mContext.getTheme().resolveAttribute(attr, mTypedValue, true)) {
341 mContext.getTheme().resolveAttribute(android.R.attr.disabledAlpha, mTypedValue, true);
H A DAbsActionBarView.java68 if (context.getTheme().resolveAttribute(R.attr.actionBarPopupTheme, tv, true)
/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
H A DPlaybackControlsRowPresenter.java296 context.getTheme().resolveAttribute(R.attr.defaultBrandColor, outValue, true);
302 context.getTheme().resolveAttribute(R.attr.playbackProgressPrimaryColor, outValue, true);
H A DDetailsOverviewRowPresenter.java368 context.getTheme().resolveAttribute(R.attr.defaultBrandColor, outValue, true);
/frameworks/base/core/java/android/widget/
H A DShareActionProvider.java172 mContext.getTheme().resolveAttribute(R.attr.actionModeShareDrawable, outTypedValue, true);
H A DSuggestionsAdapter.java379 mContext.getTheme().resolveAttribute(R.attr.textColorSearchUrl, colorValue, true);
573 return r.r.getDrawable(r.id, mContext.getTheme());
/frameworks/base/core/java/com/android/internal/widget/
H A DAbsActionBarView.java73 if (context.getTheme().resolveAttribute(R.attr.actionBarPopupTheme, tv, true)
H A DActionBarOverlayLayout.java177 TypedArray ta = getContext().getTheme().obtainStyledAttributes(ATTRS);
/frameworks/base/packages/Keyguard/src/com/android/keyguard/
H A DCarrierText.java86 TypedArray a = context.getTheme().obtainStyledAttributes(
/frameworks/support/v17/leanback/src/android/support/v17/leanback/app/
H A DHeadersFragment.java233 getActivity().getTheme().resolveAttribute(R.attr.defaultBrandColor, outValue, true);
/frameworks/support/v7/appcompat/src/android/support/v7/widget/
H A DShareActionProvider.java188 mContext.getTheme().resolveAttribute(R.attr.actionModeShareDrawable, outTypedValue, true);
/frameworks/base/core/java/android/animation/
H A DAnimatorInflater.java80 return loadAnimator(context.getResources(), context.getTheme(), id);
186 context.getTheme(), parser, 1f);
/frameworks/base/core/java/android/content/
H A DContextWrapper.java120 public Resources.Theme getTheme() { method in class:ContextWrapper
121 return mBase.getTheme();
/frameworks/base/core/java/android/view/animation/
H A DAnimationUtils.java273 return createInterpolatorFromXml(context.getResources(), context.getTheme(), parser);
/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/
H A DIconUtils.java278 context.getTheme().resolveAttribute(tintAttrId, outValue, true);
/frameworks/base/test-runner/src/android/test/mock/
H A DMockContext.java95 public Resources.Theme getTheme() { method in class:MockContext
/frameworks/base/policy/src/com/android/internal/policy/impl/
H A DPhoneWindow.java1201 final Theme baseTheme = context.getTheme();
1226 context.getTheme().setTo(widgetTheme);
2656 final Theme baseTheme = mContext.getTheme();
2666 actionBarContext.getTheme().setTo(actionBarTheme);
2679 actionBarContext.getTheme().resolveAttribute(
3435 getContext().getTheme().resolveAttribute(
3455 getContext().getTheme().resolveAttribute(
3468 getContext().getTheme().resolveAttribute(
/frameworks/base/core/java/android/app/
H A DDialog.java155 context.getTheme().resolveAttribute(com.android.internal.R.attr.dialogTheme,
H A DSearchDialog.java114 context.getTheme().resolveAttribute(com.android.internal.R.attr.searchDialogTheme,
/frameworks/base/core/java/android/view/inputmethod/
H A DBaseInputConnection.java592 TypedArray ta = context.getTheme()

Completed in 2495 milliseconds

123