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

  /development/samples/training/bitmapfun/src/com/example/android/bitmapfun/util/
ImageCache.java 65 private static final int DEFAULT_COMPRESS_QUALITY = 70;
448 public int compressQuality = DEFAULT_COMPRESS_QUALITY;
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/cache/
ImageLoader.java 84 public static final int DEFAULT_COMPRESS_QUALITY = 95;
615 param.compress(cf, DEFAULT_COMPRESS_QUALITY, ios);
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/crop/
CropActivity.java 76 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)) {

Completed in 152 milliseconds