Home
last modified time | relevance | path

Searched refs:baseTheme (Results 1 – 3 of 3) sorted by relevance

/aosp12/packages/apps/Settings/src/com/android/settings/accounts/
H A DAccountTypePreferenceLoader.java93 final Theme baseTheme = mFragment.getResources().newTheme(); in addPreferencesForType() local
94 baseTheme.applyStyle(R.style.Theme_SettingsBase, true); in addPreferencesForType()
97 themedCtx.getTheme().setTo(baseTheme); in addPreferencesForType()
/aosp12/frameworks/base/core/java/com/android/internal/policy/
H A DPhoneWindow.java1356 final Theme baseTheme = context.getTheme(); in initializePanelMenu() local
1357 baseTheme.resolveAttribute(R.attr.actionBarTheme, outValue, true); in initializePanelMenu()
1362 widgetTheme.setTo(baseTheme); in initializePanelMenu()
1367 baseTheme.resolveAttribute( in initializePanelMenu()
1374 widgetTheme.setTo(baseTheme); in initializePanelMenu()
H A DDecorView.java1948 final Resources.Theme baseTheme = mContext.getTheme(); in createStandaloneActionMode() local
1949 baseTheme.resolveAttribute(R.attr.actionBarTheme, outValue, true); in createStandaloneActionMode()
1954 actionBarTheme.setTo(baseTheme); in createStandaloneActionMode()