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

  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/
ImageFilterDraw.java 207 if (quality == ImagePreset.QUALITY_FINAL) {
217 if (quality == ImagePreset.QUALITY_FINAL) {
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/presets/
ImagePreset.java 44 public static final int QUALITY_FINAL = 2;
463 if (environment.getQuality() == QUALITY_FINAL) {
486 if (environment.getQuality() == QUALITY_FINAL) {
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/cache/
CachingPipeline.java 331 mEnvironment.setQuality(ImagePreset.QUALITY_FINAL);

Completed in 54 milliseconds