Searched refs:OVERLAY_CATEGORY_FONT (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/packages/SystemUI/src/com/android/systemui/theme/ |
D | ThemeOverlayApplier.java | 94 static final String OVERLAY_CATEGORY_FONT = "android.theme.customization.font"; field in ThemeOverlayApplier 122 OVERLAY_CATEGORY_FONT, 136 OVERLAY_CATEGORY_FONT, 166 OVERLAY_CATEGORY_FONT, OVERLAY_CATEGORY_SHAPE, in ThemeOverlayApplier() 178 mCategoryToTargetPackage.put(OVERLAY_CATEGORY_FONT, ANDROID_PACKAGE); in ThemeOverlayApplier()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/theme/ |
D | ThemeOverlayApplierTest.java | 21 import static com.android.systemui.theme.ThemeOverlayApplier.OVERLAY_CATEGORY_FONT; 123 createOverlayInfo(TEST_DISABLED_PREFIX + OVERLAY_CATEGORY_FONT, in setup() 124 ANDROID_PACKAGE, OVERLAY_CATEGORY_FONT, false), in setup() 135 createOverlayInfo(TEST_ENABLED_PREFIX + OVERLAY_CATEGORY_FONT, in setup() 136 ANDROID_PACKAGE, OVERLAY_CATEGORY_FONT, true), in setup()
|