Searched refs:cropFile (Results 1 – 2 of 2) sorted by relevance
490 String cropFile = null; in extractColors() local509 if (imageWallpaper && wallpaper.cropFile != null && wallpaper.cropFile.exists()) { in extractColors()510 cropFile = wallpaper.cropFile.getAbsolutePath(); in extractColors()518 if (cropFile != null) { in extractColors()793 wallpaper.cropFile.delete(); in generateCrop()796 if (wallpaper.cropFile.exists()) { in generateCrop()980 return cropFile.exists(); in cropExists()1876 wallpaper.cropFile.delete(); in clearWallpaperData()2062 wallpaper.cropFile.delete(); in clearWallpaperLocked()2715 Os.rename(sysWP.cropFile.getAbsolutePath(), lockWP.cropFile.getAbsolutePath()); in migrateSystemToLockWallpaperLocked()[all …]
389 systemWallpaperData.cropFile.getAbsolutePath()); in testXmlSerializationRoundtrip()