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