Home
last modified time | relevance | path

Searched refs:DEFAULT_COMPRESS_QUALITY (Results 1 – 4 of 4) sorted by relevance

/packages/apps/WallpaperPicker/src/com/android/wallpaperpicker/common/
DCropAndSetWallpaperTask.java42 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/
DCropActivity.java78 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/
DDefaultWallpaperPersister.java62 private static final int DEFAULT_COMPRESS_QUALITY = 100; field in DefaultWallpaperPersister
449 if (wallpaperBitmap.compress(CompressFormat.JPEG, DEFAULT_COMPRESS_QUALITY, tmpOut)) { in setBitmapToWallpaperManagerCompat()
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/cache/
DImageLoader.java56 public static final int DEFAULT_COMPRESS_QUALITY = 95; field in ImageLoader