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

/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.java1012 currentTheme.resolveAttribute(com.android.internal.R.attr.actionBarWidgetTheme,
2192 mContext.getTheme().resolveAttribute(
2651 getContext().getTheme().resolveAttribute(
2671 getContext().getTheme().resolveAttribute(
2684 getContext().getTheme().resolveAttribute(
/frameworks/base/core/java/android/app/
H A DAlertDialog.java142 context.getTheme().resolveAttribute(com.android.internal.R.attr.alertDialogTheme,
325 mContext.getTheme().resolveAttribute(attrId, out, true);
474 P.mContext.getTheme().resolveAttribute(attrId, out, true);
H A DDialog.java153 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.java169 mContext.getTheme().resolveAttribute(R.attr.actionModeShareDrawable, outTypedValue, true);
H A DSuggestionsAdapter.java372 mContext.getTheme().resolveAttribute(R.attr.textColorSearchUrl, colorValue, true);
H A DSearchView.java987 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 DActionBarImpl.java626 currentTheme.resolveAttribute(com.android.internal.R.attr.actionBarWidgetTheme,
H A DAlertController.java177 context.getTheme().resolveAttribute(com.android.internal.R.attr.alertDialogCenterButtons,
/frameworks/base/core/java/android/content/res/
H A DResources.java1326 public boolean resolveAttribute(int resid, TypedValue outValue, method in class:Resources.Theme
1331 "resolveAttribute #" + Integer.toHexString(resid)
/frameworks/base/core/java/android/view/
H A DView.java13690 if (!mContext.getTheme().resolveAttribute(

Completed in 836 milliseconds