Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/theme/
DThemeOverlayController.java24 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()
DThemeOverlayApplier.java89 static final String COLOR_SOURCE_LOCK = "lock_wallpaper"; field in ThemeOverlayApplier