Searched refs:DEFAULT_COMPRESS_QUALITY (Results 1 – 4 of 4) sorted by relevance
42 private static final int DEFAULT_COMPRESS_QUALITY = 90; field in CropAndSetWallpaperTask81 if (crop.compress(CompressFormat.JPEG, DEFAULT_COMPRESS_QUALITY, tmpOut)) { in cropBitmap()
78 private static final int DEFAULT_COMPRESS_QUALITY = 90; field in CropActivity549 || !crop.compress(cf, DEFAULT_COMPRESS_QUALITY, mOutStream)) { in doInBackground()558 if (crop.compress(cf, DEFAULT_COMPRESS_QUALITY, tmpOut)) { in doInBackground()
62 private static final int DEFAULT_COMPRESS_QUALITY = 100; field in DefaultWallpaperPersister449 if (wallpaperBitmap.compress(CompressFormat.JPEG, DEFAULT_COMPRESS_QUALITY, tmpOut)) { in setBitmapToWallpaperManagerCompat()
56 public static final int DEFAULT_COMPRESS_QUALITY = 95; field in ImageLoader