Home
last modified time | relevance | path

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

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