Searched refs:OVERLAY_COLOR_SOURCE (Results 1 – 2 of 2) sorted by relevance
31 import static com.android.systemui.theme.ThemeOverlayApplier.OVERLAY_COLOR_SOURCE;323 String wallpaperPickerColorSource = jsonObject.optString(OVERLAY_COLOR_SOURCE); in handleWallpaperColors()342 jsonObject.put(OVERLAY_COLOR_SOURCE, in handleWallpaperColors()
79 static final String OVERLAY_COLOR_SOURCE = "android.theme.customization.color_source"; field in ThemeOverlayApplier