Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/wallpaper/
DWallpaperManagerService.java543 String cropFile = null; in extractColors() local
550 if (imageWallpaper && wallpaper.cropFile != null && wallpaper.cropFile.exists()) { in extractColors()
551 cropFile = wallpaper.cropFile.getAbsolutePath(); in extractColors()
557 if (cropFile != null) { in extractColors()
558 Bitmap bitmap = BitmapFactory.decodeFile(cropFile); in extractColors()
628 + " to " + wallpaper.cropFile.getName() in generateCrop()
684 success = FileUtils.copyFile(wallpaper.wallpaperFile, wallpaper.cropFile); in generateCrop()
686 wallpaper.cropFile.delete(); in generateCrop()
744 f = new FileOutputStream(wallpaper.cropFile); in generateCrop()
763 wallpaper.cropFile.delete(); in generateCrop()
[all …]