Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/theme/
DThemeOverlayController.java31 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()
DThemeOverlayApplier.java79 static final String OVERLAY_COLOR_SOURCE = "android.theme.customization.color_source"; field in ThemeOverlayApplier