Home
last modified time | relevance | path

Searched refs:widgetTheme (Results 1 – 2 of 2) sorted by relevance

/frameworks/support/v7/appcompat/src/android/support/v7/app/
DAppCompatDelegateImplV9.java1265 Resources.Theme widgetTheme = null;
1267 widgetTheme = context.getResources().newTheme();
1268 widgetTheme.setTo(baseTheme);
1269 widgetTheme.applyStyle(outValue.resourceId, true);
1270 widgetTheme.resolveAttribute(
1278 if (widgetTheme == null) {
1279 widgetTheme = context.getResources().newTheme();
1280 widgetTheme.setTo(baseTheme);
1282 widgetTheme.applyStyle(outValue.resourceId, true);
1285 if (widgetTheme != null) {
[all …]
/frameworks/base/core/java/com/android/internal/policy/
DPhoneWindow.java1316 Theme widgetTheme = null; in initializePanelMenu() local
1318 widgetTheme = context.getResources().newTheme(); in initializePanelMenu()
1319 widgetTheme.setTo(baseTheme); in initializePanelMenu()
1320 widgetTheme.applyStyle(outValue.resourceId, true); in initializePanelMenu()
1321 widgetTheme.resolveAttribute( in initializePanelMenu()
1329 if (widgetTheme == null) { in initializePanelMenu()
1330 widgetTheme = context.getResources().newTheme(); in initializePanelMenu()
1331 widgetTheme.setTo(baseTheme); in initializePanelMenu()
1333 widgetTheme.applyStyle(outValue.resourceId, true); in initializePanelMenu()
1336 if (widgetTheme != null) { in initializePanelMenu()
[all …]