Searched refs:COLOR_SOURCE_LOCK (Results 1 – 2 of 2) sorted by relevance
24 import static com.android.systemui.theme.ThemeOverlayApplier.COLOR_SOURCE_LOCK;325 boolean userChoseLockScreenColor = COLOR_SOURCE_LOCK.equals(wallpaperPickerColorSource); in handleWallpaperColors()343 (flags == WallpaperManager.FLAG_LOCK) ? COLOR_SOURCE_LOCK in handleWallpaperColors()
89 static final String COLOR_SOURCE_LOCK = "lock_wallpaper"; field in ThemeOverlayApplier