Searched refs:currentLockWallpaper (Results 1 – 4 of 4) sorted by relevance
113 val currentLockWallpaper = wallpaperManager.getWallpaperInfo(WallpaperManager.FLAG_LOCK) in getWallpaperModel() constant118 isApplied = isApplied(currentHomeWallpaper, currentLockWallpaper), in getWallpaperModel()
469 @Nullable android.app.WallpaperInfo currentLockWallpaper) { in isApplied() argument477 boolean isAppliedToLock = currentLockWallpaper != null in isApplied()478 && TextUtils.equals(currentLockWallpaper.getServiceName(), serviceName); in isApplied()
284 @Nullable WallpaperInfo currentLockWallpaper) {285 return super.isApplied(currentHomeWallpaper, currentLockWallpaper) && mIsCurrent;
210 val currentLockWallpaper: android.app.WallpaperInfo? = in <lambda>() constant234 currentLockWallpaper, in <lambda>()289 currentLockWallpaper: android.app.WallpaperInfo?, in <lambda>()296 (it.isApplied(currentHomeWallpaper, currentLockWallpaper)) in <lambda>()