Searched refs:DEFAULT_COMPRESS_QUALITY (Results 1 – 4 of 4) sorted by relevance
/packages/apps/WallpaperPicker/src/com/android/wallpaperpicker/common/ |
D | CropAndSetWallpaperTask.java | 42 private static final int DEFAULT_COMPRESS_QUALITY = 90; field in CropAndSetWallpaperTask 81 if (crop.compress(CompressFormat.JPEG, DEFAULT_COMPRESS_QUALITY, tmpOut)) { in cropBitmap()
|
/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/WallpaperPicker2/src/com/android/wallpaper/module/ |
D | DefaultWallpaperPersister.java | 69 private static final int DEFAULT_COMPRESS_QUALITY = 100; field in DefaultWallpaperPersister 580 wallpaperBitmap.compress(CompressFormat.JPEG, DEFAULT_COMPRESS_QUALITY, fos); in setWallpaperBitmapInRotationLive() 643 if (wallpaperBitmap.compress(CompressFormat.JPEG, DEFAULT_COMPRESS_QUALITY, tmpOut)) { in setBitmapToWallpaperManagerCompat()
|
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/cache/ |
D | ImageLoader.java | 56 public static final int DEFAULT_COMPRESS_QUALITY = 95; field in ImageLoader
|