Home
last modified time | relevance | path

Searched refs:resolveAttribute (Results 1 – 25 of 41) sorted by relevance

12

/frameworks/support/v7/mediarouter/src/android/support/v7/app/
DMediaRouterThemeHelper.java37 return context.getTheme().resolveAttribute(attr, value, true) ? value.resourceId : 0; in getThemeResource()
47 return context.getTheme().resolveAttribute(R.attr.isLightTheme, value, true) in isLightTheme()
/frameworks/base/policy/src/com/android/internal/policy/impl/
DIconUtilities.java72 mGlowColorPressedPaint.setColor(context.getTheme().resolveAttribute( in IconUtilities()
75 mGlowColorFocusedPaint.setColor(context.getTheme().resolveAttribute( in IconUtilities()
DPhoneWindow.java1212 baseTheme.resolveAttribute(R.attr.actionBarTheme, outValue, true); in initializePanelMenu()
1219 widgetTheme.resolveAttribute( in initializePanelMenu()
1222 baseTheme.resolveAttribute( in initializePanelMenu()
2712 baseTheme.resolveAttribute(R.attr.actionBarTheme, outValue, true);
2734 actionBarContext.getTheme().resolveAttribute(
3551 getContext().getTheme().resolveAttribute(
3571 getContext().getTheme().resolveAttribute(
3584 getContext().getTheme().resolveAttribute(
/frameworks/base/services/core/java/com/android/server/am/
DLaunchWarningWindow.java42 getContext().getTheme().resolveAttribute(android.R.attr.alertDialogIcon, out, true); in LaunchWarningWindow()
/frameworks/base/core/java/android/app/
DAlertDialog.java154 context.getTheme().resolveAttribute(com.android.internal.R.attr.alertDialogTheme, in resolveDialogTheme()
345 mContext.getTheme().resolveAttribute(attrId, out, true); in setIconAttribute()
500 P.mContext.getTheme().resolveAttribute(attrId, out, true); in setIconAttribute()
DPresentation.java299 displayContext.getTheme().resolveAttribute( in createPresentationContext()
DTimePickerDialog.java83 context.getTheme().resolveAttribute(R.attr.timePickerDialogTheme, outValue, true); in resolveDialogTheme()
DDatePickerDialog.java88 context.getTheme().resolveAttribute(R.attr.datePickerDialogTheme, outValue, true); in resolveDialogTheme()
DSearchDialog.java114 context.getTheme().resolveAttribute(com.android.internal.R.attr.searchDialogTheme, in resolveDialogTheme()
/frameworks/support/v7/appcompat/src/android/support/v7/internal/widget/
DTintManager.java357 if (mContext.getTheme().resolveAttribute(attr, mTypedValue, true)) { in getThemeAttrColor()
378 mContext.getTheme().resolveAttribute(android.R.attr.disabledAlpha, mTypedValue, true); in getDisabledThemeAttrColor()
DAbsActionBarView.java68 if (context.getTheme().resolveAttribute(R.attr.actionBarPopupTheme, tv, true) in AbsActionBarView()
/frameworks/support/v7/appcompat/src/android/support/v7/app/
DActionBarActivityDelegateBase.java275 mActivity.getTheme().resolveAttribute(R.attr.actionBarTheme, outValue, true); in ensureSubDecor()
610 mActivity.getTheme().resolveAttribute(R.attr.actionBarSize, heightValue, true);
967 baseTheme.resolveAttribute(R.attr.actionBarTheme, outValue, true);
974 widgetTheme.resolveAttribute(
977 baseTheme.resolveAttribute(
1628 widgetTheme.resolveAttribute(R.attr.actionBarPopupTheme, outValue, true);
1634 widgetTheme.resolveAttribute(R.attr.panelMenuListTheme, outValue, true);
/frameworks/base/tools/layoutlib/bridge/src/android/content/res/
DResources_Theme_Delegate.java90 /*package*/ static boolean resolveAttribute( in resolveAttribute() method in Resources_Theme_Delegate
/frameworks/base/core/java/com/android/internal/app/
DHeavyWeightSwitcherActivity.java88 getTheme().resolveAttribute(android.R.attr.alertDialogIcon, out, true); in onCreate()
DAlertController.java173 context.getTheme().resolveAttribute(com.android.internal.R.attr.alertDialogCenterButtons, in shouldCenterSingleButton()
397 mContext.getTheme().resolveAttribute(attrId, out, true); in getIconAttributeResId()
/frameworks/base/core/java/android/widget/
DShareActionProvider.java172 mContext.getTheme().resolveAttribute(R.attr.actionModeShareDrawable, outTypedValue, true); in onCreateActionView()
/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
DPlaybackControlsRowPresenter.java299 context.getTheme().resolveAttribute(R.attr.defaultBrandColor, outValue, true); in getDefaultBackgroundColor()
305 context.getTheme().resolveAttribute(R.attr.playbackProgressPrimaryColor, outValue, true); in getDefaultProgressColor()
DPlaybackControlsRow.java576 context.getTheme().resolveAttribute(attributeResId, outValue, true);
582 context.getTheme().resolveAttribute(
DDetailsOverviewRowPresenter.java368 context.getTheme().resolveAttribute(R.attr.defaultBrandColor, outValue, true); in getDefaultBackgroundColor()
/frameworks/support/v7/appcompat/src/android/support/v7/widget/
DShareActionProvider.java190 mContext.getTheme().resolveAttribute(R.attr.actionModeShareDrawable, outTypedValue, true); in onCreateActionView()
/frameworks/support/v17/leanback/src/android/support/v17/leanback/app/
DHeadersFragment.java233 getActivity().getTheme().resolveAttribute(R.attr.defaultBrandColor, outValue, true); in getBackgroundColor()
DHeadersSupportFragment.java235 getActivity().getTheme().resolveAttribute(R.attr.defaultBrandColor, outValue, true); in getBackgroundColor()
/frameworks/base/core/java/com/android/internal/widget/
DAbsActionBarView.java73 if (context.getTheme().resolveAttribute(R.attr.actionBarPopupTheme, tv, true) in AbsActionBarView()
/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/
DIconUtils.java278 context.getTheme().resolveAttribute(tintAttrId, outValue, true); in applyTintAttr()
/frameworks/support/v7/appcompat/src/android/support/v7/internal/app/
DToolbarActionBar.java525 widgetTheme.resolveAttribute(R.attr.panelMenuListTheme, outValue, true); in ensureListMenuPresenter()

12