Searched refs:OVERLAY_CATEGORY_FONT (Results 1 – 2 of 2) sorted by relevance
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/theme/ |
H A D | ThemeOverlayApplier.java | 93 static final String OVERLAY_CATEGORY_FONT = "android.theme.customization.font"; field in ThemeOverlayApplier 121 OVERLAY_CATEGORY_FONT, 135 OVERLAY_CATEGORY_FONT, 165 OVERLAY_CATEGORY_FONT, OVERLAY_CATEGORY_SHAPE, in ThemeOverlayApplier() 177 mCategoryToTargetPackage.put(OVERLAY_CATEGORY_FONT, ANDROID_PACKAGE); in ThemeOverlayApplier()
|
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/theme/ |
H A 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()
|