Searched refs:sysWP (Results 1 – 1 of 1) sorted by relevance
3160 WallpaperData sysWP = mWallpaperMap.get(userId); in migrateStaticSystemToLockWallpaperLocked() local3161 if (sysWP == null) { in migrateStaticSystemToLockWallpaperLocked()3170 lockWP.wallpaperId = sysWP.wallpaperId; in migrateStaticSystemToLockWallpaperLocked()3171 lockWP.cropHint.set(sysWP.cropHint); in migrateStaticSystemToLockWallpaperLocked()3172 lockWP.allowBackup = sysWP.allowBackup; in migrateStaticSystemToLockWallpaperLocked()3173 lockWP.primaryColors = sysWP.primaryColors; in migrateStaticSystemToLockWallpaperLocked()3174 lockWP.mWallpaperDimAmount = sysWP.mWallpaperDimAmount; in migrateStaticSystemToLockWallpaperLocked()3179 if (!mIsLockscreenLiveWallpaperEnabled || sysWP.getWallpaperFile().exists()) { in migrateStaticSystemToLockWallpaperLocked()3180 Os.rename(sysWP.getWallpaperFile().getAbsolutePath(), in migrateStaticSystemToLockWallpaperLocked()3183 if (!mIsLockscreenLiveWallpaperEnabled || sysWP.getCropFile().exists()) { in migrateStaticSystemToLockWallpaperLocked()[all …]