Searched refs:baseTheme (Results 1 – 3 of 3) sorted by relevance
93 final Theme baseTheme = mFragment.getResources().newTheme(); in addPreferencesForType() local94 baseTheme.applyStyle(R.style.Theme_SettingsBase, true); in addPreferencesForType()97 themedCtx.getTheme().setTo(baseTheme); in addPreferencesForType()
1356 final Theme baseTheme = context.getTheme(); in initializePanelMenu() local1357 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()
1948 final Resources.Theme baseTheme = mContext.getTheme(); in createStandaloneActionMode() local1949 baseTheme.resolveAttribute(R.attr.actionBarTheme, outValue, true); in createStandaloneActionMode()1954 actionBarTheme.setTo(baseTheme); in createStandaloneActionMode()