Home
last modified time | relevance | path

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

12

/aosp14/frameworks/base/packages/PackageInstaller/src/com/android/packageinstaller/television/
H A DUninstallAppProgress.java333 getTheme().resolveAttribute(android.R.attr.windowBackground, attribute, true); in initView()
342 getTheme().resolveAttribute(android.R.attr.navigationBarColor, attribute, true); in initView()
345 getTheme().resolveAttribute(android.R.attr.statusBarColor, attribute, true); in initView()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/volume/
H A DVolumeToolTipView.java68 getContext().getTheme().resolveAttribute(android.R.attr.colorAccent, typedValue, true); in drawArrow()
/aosp14/frameworks/base/core/java/com/android/internal/globalactions/
H A DActionsDialog.java44 context.getTheme().resolveAttribute(com.android.internal.R.attr.alertDialogTheme, in getDialogTheme()
/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DLaunchWarningWindow.java42 getContext().getTheme().resolveAttribute(android.R.attr.alertDialogIcon, out, true); in LaunchWarningWindow()
/aosp14/frameworks/base/tests/UiBench/src/com/android/test/uibench/recyclerview/
H A DRvBoxAdapter.java52 context.getTheme().resolveAttribute( in RvBoxAdapter()
/aosp14/frameworks/base/core/java/android/app/
H A DAlertDialog.java227 context.getTheme().resolveAttribute(R.attr.alertDialogTheme, outValue, true); in resolveDialogTheme()
428 mContext.getTheme().resolveAttribute(attrId, out, true); in setIconAttribute()
614 P.mContext.getTheme().resolveAttribute(attrId, out, true); in setIconAttribute()
H A DPresentation.java331 windowContext.getTheme().resolveAttribute( in createPresentationContext()
H A DTimePickerDialog.java88 context.getTheme().resolveAttribute(R.attr.timePickerDialogTheme, outValue, true); in resolveDialogTheme()
H A DDatePickerDialog.java144 context.getTheme().resolveAttribute(R.attr.datePickerDialogTheme, outValue, true); in resolveDialogTheme()
/aosp14/frameworks/base/services/autofill/java/com/android/server/autofill/ui/
H A DCustomScrollView.java141 context.getTheme().resolveAttribute(R.attr.autofillSaveCustomSubtitleMaxHeight, in getAttrBasedMaxHeightPercent()
H A DFillUi.java578 context.getTheme().resolveAttribute(R.attr.autofillDatasetPickerMaxWidth, in resolveMaxWindowSize()
581 context.getTheme().resolveAttribute(R.attr.autofillDatasetPickerMaxHeight, in resolveMaxWindowSize()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/controls/
H A DTooltipManager.kt82 context.theme.resolveAttribute(android.R.attr.colorAccent, typedValue, true)
/aosp14/frameworks/base/core/tests/coretests/src/android/content/res/
H A DResourcesManagerTest.java218 assertTrue(theme.resolveAttribute(android.R.attr.windowNoTitle, value, true)); in testThemesGetUpdatedWithNewImpl()
229 assertTrue(theme.resolveAttribute(android.R.attr.windowNoTitle, value, true)); in testThemesGetUpdatedWithNewImpl()
/aosp14/frameworks/base/packages/VpnDialogs/src/com/android/vpndialogs/
H A DConfirmDialog.java161 if (getTheme().resolveAttribute(android.R.attr.textColorPrimary, tv, true)) { in getDrawable()
/aosp14/frameworks/base/core/java/android/widget/
H A DShareActionProvider.java172 mContext.getTheme().resolveAttribute(R.attr.actionModeShareDrawable, outTypedValue, true); in onCreateActionView()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/customize/
H A DQSCustomizer.java74 mContext.getTheme().resolveAttribute(android.R.attr.homeAsUpIndicator, value, true); in QSCustomizer()
/aosp14/frameworks/base/core/java/com/android/internal/app/
H A DMediaRouteChooserDialog.java200 return context.getTheme().resolveAttribute(R.attr.isLightTheme, value, true) in isLightTheme()
H A DMediaRouteControllerDialog.java285 if (!context.getTheme().resolveAttribute(R.attr.mediaRouteButtonStyle, value, true)) { in obtainMediaRouteButtonDrawable()
H A DAlertController.java186 context.getTheme().resolveAttribute(R.attr.alertDialogCenterButtons, outValue, true); in shouldCenterSingleButton()
455 mContext.getTheme().resolveAttribute(attrId, out, true); in getIconAttributeResId()
/aosp14/frameworks/base/core/java/com/android/internal/widget/
H A DAbsActionBarView.java78 if (context.getTheme().resolveAttribute(R.attr.actionBarPopupTheme, tv, true) in AbsActionBarView()
/aosp14/frameworks/base/services/core/java/com/android/server/am/
H A DUserSwitchingDialog.java143 getContext().getTheme().resolveAttribute(R.attr.colorAccentPrimary, value, true); in inflateContent()
/aosp14/frameworks/base/core/java/android/content/res/
H A DResources.java1737 public boolean resolveAttribute(int resid, TypedValue outValue, boolean resolveRefs) { in resolveAttribute() method in Resources.Theme
1739 return mThemeImpl.resolveAttribute(resid, outValue, resolveRefs); in resolveAttribute()
1908 boolean resolved = resolveAttribute(styleAttr, explicitStyle, true); in getExplicitStyle()
/aosp14/frameworks/base/core/java/com/android/internal/policy/
H A DPhoneWindow.java1370 baseTheme.resolveAttribute(R.attr.actionBarTheme, outValue, true); in initializePanelMenu()
1377 widgetTheme.resolveAttribute( in initializePanelMenu()
1380 baseTheme.resolveAttribute( in initializePanelMenu()
2656 getContext().getTheme().resolveAttribute( in generateLayout()
2676 getContext().getTheme().resolveAttribute( in generateLayout()
2689 getContext().getTheme().resolveAttribute( in generateLayout()
/aosp14/frameworks/base/core/java/android/app/slice/
H A DSliceProvider.java492 .getTheme().resolveAttribute(android.R.attr.colorAccent, tv, true); in createPermissionSlice()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/keyguard/
H A DClockEventController.kt227 context.theme.resolveAttribute(android.R.attr.isLightTheme, isLightTheme, true)

12