Searched refs:cropFile (Results 1 – 1 of 1) sorted by relevance
543 String cropFile = null; in extractColors() local550 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 …]