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