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

/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/base/tools/layoutlib/bridge/src/android/content/res/
H A DResources_Theme_Delegate.java60 /*package*/ static boolean resolveAttribute( method in class:Resources_Theme_Delegate
/frameworks/base/services/java/com/android/server/am/
H A DLaunchWarningWindow.java42 getContext().getTheme().resolveAttribute(android.R.attr.alertDialogIcon, out, true);
/frameworks/base/policy/src/com/android/internal/policy/impl/
H A DIconUtilities.java81 mGlowColorPressedPaint.setColor(context.getTheme().resolveAttribute(
84 mGlowColorFocusedPaint.setColor(context.getTheme().resolveAttribute(
H A DPhoneWindow.java1087 currentTheme.resolveAttribute(com.android.internal.R.attr.actionBarWidgetTheme,
2394 mContext.getTheme().resolveAttribute(
2970 getContext().getTheme().resolveAttribute(
2990 getContext().getTheme().resolveAttribute(
3003 getContext().getTheme().resolveAttribute(
H A DGlobalActions.java952 context.getTheme().resolveAttribute(com.android.internal.R.attr.alertDialogTheme,
/frameworks/base/core/java/android/app/
H A DAlertDialog.java143 context.getTheme().resolveAttribute(com.android.internal.R.attr.alertDialogTheme,
326 mContext.getTheme().resolveAttribute(attrId, out, true);
475 P.mContext.getTheme().resolveAttribute(attrId, out, true);
H A DPresentation.java299 displayContext.getTheme().resolveAttribute(
H A DDialog.java156 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/widget/
H A DShareActionProvider.java170 mContext.getTheme().resolveAttribute(R.attr.actionModeShareDrawable, outTypedValue, true);
H A DSuggestionsAdapter.java372 mContext.getTheme().resolveAttribute(R.attr.textColorSearchUrl, colorValue, true);
H A DSearchView.java1042 getContext().getTheme().resolveAttribute(com.android.internal.R.attr.searchViewSearchIcon,
/frameworks/base/core/java/com/android/internal/app/
H A DHeavyWeightSwitcherActivity.java89 getTheme().resolveAttribute(android.R.attr.alertDialogIcon, out, true);
H A DAlertController.java177 context.getTheme().resolveAttribute(com.android.internal.R.attr.alertDialogCenterButtons,
358 mContext.getTheme().resolveAttribute(attrId, out, true);
H A DActionBarImpl.java804 currentTheme.resolveAttribute(com.android.internal.R.attr.actionBarWidgetTheme,
/frameworks/support/v7/appcompat/src/android/support/v7/widget/
H A DShareActionProvider.java186 mContext.getTheme().resolveAttribute(R.attr.actionModeShareDrawable, outTypedValue, true);
H A DSuggestionsAdapter.java332 mContext.getTheme().resolveAttribute(R.attr.textColorSearchUrl, colorValue, true);
H A DSearchView.java1009 getContext().getTheme().resolveAttribute(R.attr.searchViewSearchIcon, outValue, true);
/frameworks/base/services/java/com/android/server/wm/
H A DDisplayMagnifier.java511 context.getTheme().resolveAttribute(R.attr.colorActivatedHighlight,
/frameworks/support/v7/appcompat/src/android/support/v7/app/
H A DActionBarImplBase.java505 currentTheme.resolveAttribute(R.attr.actionBarWidgetTheme, outValue, true);
/frameworks/base/core/java/android/content/res/
H A DResources.java1429 public boolean resolveAttribute(int resid, TypedValue outValue, method in class:Resources.Theme
1434 "resolveAttribute #" + Integer.toHexString(resid)
/frameworks/ex/chips/src/com/android/ex/chips/
H A DRecipientEditTextView.java779 if (context.getTheme().resolveAttribute(android.R.attr.actionBarSize, tv, true)) {
/frameworks/base/core/java/android/view/
H A DViewRootImpl.java2566 final boolean resolved = mView.mContext.getTheme().resolveAttribute(
H A DView.java17600 if (!mContext.getTheme().resolveAttribute(

Completed in 663 milliseconds