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

  /developers/build/prebuilts/gradle/DisplayingBitmaps/Application/src/main/java/com/example/android/displayingbitmaps/util/
ImageCache.java 69 private static final int DEFAULT_COMPRESS_QUALITY = 70;
473 public int compressQuality = DEFAULT_COMPRESS_QUALITY;
  /developers/samples/android/ui/graphics/DisplayingBitmaps/Application/src/main/java/com/example/android/displayingbitmaps/util/
ImageCache.java 69 private static final int DEFAULT_COMPRESS_QUALITY = 70;
473 public int compressQuality = DEFAULT_COMPRESS_QUALITY;
  /development/samples/browseable/DisplayingBitmaps/src/com.example.android.displayingbitmaps/util/
ImageCache.java 69 private static final int DEFAULT_COMPRESS_QUALITY = 70;
473 public int compressQuality = DEFAULT_COMPRESS_QUALITY;
  /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)) {
  /packages/apps/Camera2/src/com/android/camera/util/
ImageLoader.java 47 public static final int DEFAULT_COMPRESS_QUALITY = 95;
  /frameworks/base/packages/WallpaperCropper/src/com/android/wallpapercropper/
WallpaperCropActivity.java 63 private static final int DEFAULT_COMPRESS_QUALITY = 90;
    [all...]
  /packages/apps/Launcher3/WallpaperPicker/src/com/android/launcher3/
WallpaperCropActivity.java 63 private static final int DEFAULT_COMPRESS_QUALITY = 90;
    [all...]
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/cache/
ImageLoader.java 56 public static final int DEFAULT_COMPRESS_QUALITY = 95;

Completed in 1313 milliseconds