Home
last modified time | relevance | path

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

/aosp12/frameworks/base/services/core/java/com/android/server/wallpaper/
H A DWallpaperManagerService.java490 String cropFile = null; in extractColors() local
509 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 …]
/aosp12/frameworks/base/services/tests/mockingservicestests/src/com/android/server/wallpaper/
H A DWallpaperManagerServiceTests.java389 systemWallpaperData.cropFile.getAbsolutePath()); in testXmlSerializationRoundtrip()