Home
last modified time | relevance | path

Searched refs:currentLockWallpaper (Results 1 – 4 of 4) sorted by relevance

/packages/apps/WallpaperPicker2/src/com/android/wallpaper/util/converter/
DWallpaperModelFactory.kt113 val currentLockWallpaper = wallpaperManager.getWallpaperInfo(WallpaperManager.FLAG_LOCK) in getWallpaperModel() constant
118 isApplied = isApplied(currentHomeWallpaper, currentLockWallpaper), in getWallpaperModel()
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/model/
DLiveWallpaperInfo.java469 @Nullable android.app.WallpaperInfo currentLockWallpaper) { in isApplied() argument
477 boolean isAppliedToLock = currentLockWallpaper != null in isApplied()
478 && TextUtils.equals(currentLockWallpaper.getServiceName(), serviceName); in isApplied()
DCreativeWallpaperInfo.java284 @Nullable WallpaperInfo currentLockWallpaper) {
285 return super.isApplied(currentHomeWallpaper, currentLockWallpaper) && mIsCurrent;
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/picker/individual/
DIndividualPickerFragment2.kt210 val currentLockWallpaper: android.app.WallpaperInfo? = in <lambda>() constant
234 currentLockWallpaper, in <lambda>()
289 currentLockWallpaper: android.app.WallpaperInfo?, in <lambda>()
296 (it.isApplied(currentHomeWallpaper, currentLockWallpaper)) in <lambda>()