Searched refs:cropFile (Results 1 – 1 of 1) sorted by relevance
473 String cropFile = null; in extractColors() local492 if (imageWallpaper && wallpaper.cropFile != null && wallpaper.cropFile.exists()) { in extractColors()493 cropFile = wallpaper.cropFile.getAbsolutePath(); in extractColors()501 if (cropFile != null) { in extractColors()502 Bitmap bitmap = BitmapFactory.decodeFile(cropFile); in extractColors()580 + " to " + wallpaper.cropFile.getName() in generateCrop()650 success = FileUtils.copyFile(wallpaper.wallpaperFile, wallpaper.cropFile); in generateCrop()652 wallpaper.cropFile.delete(); in generateCrop()711 f = new FileOutputStream(wallpaper.cropFile); in generateCrop()730 wallpaper.cropFile.delete(); in generateCrop()[all …]