Searched refs:getTheme (Results 1 - 25 of 70) sorted by last modified time

123

/frameworks/support/v17/leanback/src/android/support/v17/leanback/app/
H A DBackgroundManager.java360 TypedArray ta = activity.getTheme().obtainStyledAttributes(new int[] {
H A DHeadersFragment.java233 getActivity().getTheme().resolveAttribute(R.attr.defaultBrandColor, outValue, true);
/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
H A DDetailsOverviewRowPresenter.java368 context.getTheme().resolveAttribute(R.attr.defaultBrandColor, outValue, true);
H A DPlaybackControlsRow.java483 context.getTheme().resolveAttribute(attributeResId, outValue, true);
489 context.getTheme().resolveAttribute(
491 TypedArray array = context.getTheme().obtainStyledAttributes(outValue.data,
H A DPlaybackControlsRowPresenter.java296 context.getTheme().resolveAttribute(R.attr.defaultBrandColor, outValue, true);
302 context.getTheme().resolveAttribute(R.attr.playbackProgressPrimaryColor, outValue, true);
/frameworks/support/v4/java/android/support/v4/app/
H A DDialogFragment.java210 public int getTheme() { method in class:DialogFragment
350 return new Dialog(getActivity(), getTheme());
/frameworks/support/v7/appcompat/src/android/support/v7/app/
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);
H A DDrawerArrowDrawable.java64 final TypedArray typedArray = context.getTheme()
/frameworks/support/v7/appcompat/src/android/support/v7/internal/app/
H A DWindowDecorActionBar.java884 Resources.Theme currentTheme = mContext.getTheme();
/frameworks/support/v7/appcompat/src/android/support/v7/internal/widget/
H A DAbsActionBarView.java68 if (context.getTheme().resolveAttribute(R.attr.actionBarPopupTheme, tv, true)
H A DActionBarOverlayLayout.java177 TypedArray ta = getContext().getTheme().obtainStyledAttributes(ATTRS);
H A DTintManager.java320 if (mContext.getTheme().resolveAttribute(attr, mTypedValue, true)) {
341 mContext.getTheme().resolveAttribute(android.R.attr.disabledAlpha, mTypedValue, true);
/frameworks/support/v7/appcompat/src/android/support/v7/widget/
H A DShareActionProvider.java188 mContext.getTheme().resolveAttribute(R.attr.actionModeShareDrawable, outTypedValue, true);
H A DSuggestionsAdapter.java332 mContext.getTheme().resolveAttribute(R.attr.textColorSearchUrl, colorValue, true);
/frameworks/support/v7/mediarouter/src/android/support/v7/app/
H A DMediaRouterThemeHelper.java41 return context.getTheme().resolveAttribute(attr, value, true) ? value.resourceId : 0;
51 return context.getTheme().resolveAttribute(R.attr.isLightTheme, value, true)
/frameworks/opt/chips/src/com/android/ex/chips/
H A DRecipientEditTextView.java952 if (context.getTheme().resolveAttribute(android.R.attr.actionBarSize, tv, true)) {
/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/
H A DIconUtils.java278 context.getTheme().resolveAttribute(tintAttrId, outValue, true);
/frameworks/base/packages/Keyguard/src/com/android/keyguard/
H A DCarrierText.java86 TypedArray a = context.getTheme().obtainStyledAttributes(
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DClock.java69 TypedArray a = context.getTheme().obtainStyledAttributes(
H A DDateView.java63 TypedArray a = context.getTheme().obtainStyledAttributes(
/frameworks/base/packages/SystemUI/src/com/android/systemui/volume/
H A DVolumePanel.java355 if (mContext.getTheme() != null) {
356 final TypedArray arr = mContext.getTheme().obtainStyledAttributes(
/frameworks/base/policy/src/com/android/internal/policy/impl/
H A DGlobalActions.java1097 context.getTheme().resolveAttribute(com.android.internal.R.attr.alertDialogTheme,
H A DIconUtilities.java72 mGlowColorPressedPaint.setColor(context.getTheme().resolveAttribute(
75 mGlowColorFocusedPaint.setColor(context.getTheme().resolveAttribute(
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/services/core/java/com/android/server/am/
H A DLaunchWarningWindow.java42 getContext().getTheme().resolveAttribute(android.R.attr.alertDialogIcon, out, true);

Completed in 454 milliseconds

123