HomeSort by relevance Sort by last modified time
    Searched refs:DEFAULT_COMPRESS_QUALITY (Results 1 - 7 of 7) sorted by null

  /development/samples/training/bitmapfun/BitmapFun/src/main/java/com/example/android/bitmapfun/util/
ImageCache.java 68 private static final int DEFAULT_COMPRESS_QUALITY = 70;
460 public int compressQuality = DEFAULT_COMPRESS_QUALITY;
  /packages/apps/Camera2/src/com/android/camera/crop/
CropActivity.java 75 private static final int DEFAULT_COMPRESS_QUALITY = 90;
546 || !crop.compress(cf, DEFAULT_COMPRESS_QUALITY, mOutStream)) {
555 if (crop.compress(cf, DEFAULT_COMPRESS_QUALITY, tmpOut)) {
ImageLoader.java 46 public static final int DEFAULT_COMPRESS_QUALITY = 95;
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/crop/
CropActivity.java 78 private static final int DEFAULT_COMPRESS_QUALITY = 90;
549 || !crop.compress(cf, DEFAULT_COMPRESS_QUALITY, mOutStream)) {
558 if (crop.compress(cf, DEFAULT_COMPRESS_QUALITY, tmpOut)) {
  /frameworks/base/packages/WallpaperCropper/src/com/android/wallpapercropper/
WallpaperCropActivity.java 63 private static final int DEFAULT_COMPRESS_QUALITY = 90;
704 if (crop.compress(cf, DEFAULT_COMPRESS_QUALITY, tmpOut)) {
    [all...]
  /packages/apps/Launcher3/src/com/android/launcher3/
WallpaperCropActivity.java 62 private static final int DEFAULT_COMPRESS_QUALITY = 90;
652 if (crop.compress(cf, DEFAULT_COMPRESS_QUALITY, tmpOut)) {
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/cache/
ImageLoader.java 56 public static final int DEFAULT_COMPRESS_QUALITY = 95;

Completed in 262 milliseconds