Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/wallpaper/
DWallpaperManagerService.java2051 WallpaperData sysWP = mWallpaperMap.get(userId); in migrateSystemToLockWallpaperLocked() local
2052 if (sysWP == null) { in migrateSystemToLockWallpaperLocked()
2062 lockWP.wallpaperId = sysWP.wallpaperId; in migrateSystemToLockWallpaperLocked()
2063 lockWP.cropHint.set(sysWP.cropHint); in migrateSystemToLockWallpaperLocked()
2064 lockWP.width = sysWP.width; in migrateSystemToLockWallpaperLocked()
2065 lockWP.height = sysWP.height; in migrateSystemToLockWallpaperLocked()
2066 lockWP.allowBackup = sysWP.allowBackup; in migrateSystemToLockWallpaperLocked()
2067 lockWP.primaryColors = sysWP.primaryColors; in migrateSystemToLockWallpaperLocked()
2071 … Os.rename(sysWP.wallpaperFile.getAbsolutePath(), lockWP.wallpaperFile.getAbsolutePath()); in migrateSystemToLockWallpaperLocked()
2072 Os.rename(sysWP.cropFile.getAbsolutePath(), lockWP.cropFile.getAbsolutePath()); in migrateSystemToLockWallpaperLocked()