Searched refs:OVERLAY_CATEGORY_FONT (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/packages/SystemUI/src/com/android/systemui/theme/ |
D | ThemeOverlayManager.java | 51 static final String OVERLAY_CATEGORY_FONT = "android.theme.customization.font"; field in ThemeOverlayManager 78 OVERLAY_CATEGORY_FONT, 89 OVERLAY_CATEGORY_FONT, 110 OVERLAY_CATEGORY_COLOR, OVERLAY_CATEGORY_FONT, in ThemeOverlayManager() 121 mCategoryToTargetPackage.put(OVERLAY_CATEGORY_FONT, ANDROID_PACKAGE); in ThemeOverlayManager()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/theme/ |
D | ThemeOverlayManagerTest.java | 20 import static com.android.systemui.theme.ThemeOverlayManager.OVERLAY_CATEGORY_FONT; 97 createOverlayInfo(TEST_DISABLED_PREFIX + OVERLAY_CATEGORY_FONT, in setup() 98 ANDROID_PACKAGE, OVERLAY_CATEGORY_FONT, false), in setup() 105 createOverlayInfo(TEST_ENABLED_PREFIX + OVERLAY_CATEGORY_FONT, in setup() 106 ANDROID_PACKAGE, OVERLAY_CATEGORY_FONT, true), in setup()
|