Searched refs:DEFAULT_COMPRESS_QUALITY (Results 1 – 5 of 5) sorted by relevance
/packages/apps/Camera2/src/com/android/camera/crop/ |
D | CropActivity.java | 75 private static final int DEFAULT_COMPRESS_QUALITY = 90; field in CropActivity 546 || !crop.compress(cf, DEFAULT_COMPRESS_QUALITY, mOutStream)) { in doInBackground() 555 if (crop.compress(cf, DEFAULT_COMPRESS_QUALITY, tmpOut)) { in doInBackground()
|
D | ImageLoader.java | 46 public static final int DEFAULT_COMPRESS_QUALITY = 95; field in ImageLoader
|
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/crop/ |
D | CropActivity.java | 78 private static final int DEFAULT_COMPRESS_QUALITY = 90; field in CropActivity 549 || !crop.compress(cf, DEFAULT_COMPRESS_QUALITY, mOutStream)) { in doInBackground() 558 if (crop.compress(cf, DEFAULT_COMPRESS_QUALITY, tmpOut)) { in doInBackground()
|
/packages/apps/Launcher3/WallpaperPicker/src/com/android/launcher3/ |
D | WallpaperCropActivity.java | 63 private static final int DEFAULT_COMPRESS_QUALITY = 90; field in WallpaperCropActivity 753 if (crop.compress(cf, DEFAULT_COMPRESS_QUALITY, tmpOut)) {
|
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/cache/ |
D | ImageLoader.java | 56 public static final int DEFAULT_COMPRESS_QUALITY = 95; field in ImageLoader
|