Searched refs:OVERLAY_COLOR_BOTH (Results 1 – 2 of 2) sorted by relevance
83 static final String OVERLAY_COLOR_BOTH = "android.theme.customization.color_both"; field in ThemeOverlayApplier
29 import static com.android.systemui.theme.ThemeOverlayApplier.OVERLAY_COLOR_BOTH;340 jsonObject.put(OVERLAY_COLOR_BOTH, isDestinationBoth ? "1" : "0"); in handleWallpaperColors()