Searched refs:cropFile (Results 1 – 1 of 1) sorted by relevance
476 String cropFile = null; in extractColors() local495 if (imageWallpaper && wallpaper.cropFile != null && wallpaper.cropFile.exists()) { in extractColors()496 cropFile = wallpaper.cropFile.getAbsolutePath(); in extractColors()504 if (cropFile != null) { in extractColors()505 Bitmap bitmap = BitmapFactory.decodeFile(cropFile); in extractColors()585 + " to " + wallpaper.cropFile.getName() in generateCrop()663 success = FileUtils.copyFile(wallpaper.wallpaperFile, wallpaper.cropFile); in generateCrop()667 wallpaper.cropFile.delete(); in generateCrop()760 f = new FileOutputStream(wallpaper.cropFile); in generateCrop()779 wallpaper.cropFile.delete(); in generateCrop()[all …]