Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/theme/
H A DThemeOverlayApplier.java82 static final String OVERLAY_COLOR_BOTH = "android.theme.customization.color_both"; field in ThemeOverlayApplier
H A DThemeOverlayController.java28 import static com.android.systemui.theme.ThemeOverlayApplier.OVERLAY_COLOR_BOTH;
337 jsonObject.put(OVERLAY_COLOR_BOTH, isDestinationBoth ? "1" : "0"); in handleWallpaperColors()