Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/theme/
DThemeOverlayManagerTest.java18 import static com.android.systemui.theme.ThemeOverlayManager.ANDROID_PACKAGE;
19 import static com.android.systemui.theme.ThemeOverlayManager.OVERLAY_CATEGORY_COLOR;
20 import static com.android.systemui.theme.ThemeOverlayManager.OVERLAY_CATEGORY_FONT;
21 import static com.android.systemui.theme.ThemeOverlayManager.OVERLAY_CATEGORY_ICON_ANDROID;
22 import static com.android.systemui.theme.ThemeOverlayManager.OVERLAY_CATEGORY_ICON_LAUNCHER;
23 import static com.android.systemui.theme.ThemeOverlayManager.OVERLAY_CATEGORY_ICON_SETTINGS;
24 import static com.android.systemui.theme.ThemeOverlayManager.OVERLAY_CATEGORY_ICON_SYSUI;
25 import static com.android.systemui.theme.ThemeOverlayManager.OVERLAY_CATEGORY_ICON_THEME_PICKER;
26 import static com.android.systemui.theme.ThemeOverlayManager.OVERLAY_CATEGORY_SHAPE;
27 import static com.android.systemui.theme.ThemeOverlayManager.SETTINGS_PACKAGE;
[all …]
/frameworks/base/packages/SystemUI/src/com/android/systemui/theme/
DThemeOverlayController.java61 private ThemeOverlayManager mThemeManager;
68 mThemeManager = new ThemeOverlayManager( in start()
109 for (String category : ThemeOverlayManager.THEME_CATEGORIES) { in updateThemeOverlays()
DThemeOverlayManager.java37 class ThemeOverlayManager { class
103 ThemeOverlayManager(OverlayManager overlayManager, Executor executor, in ThemeOverlayManager() method in ThemeOverlayManager