Home
last modified time | relevance | path

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

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