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

  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/
ImageFilterDraw.java 272 paint(v.get(i), drawCache, originalRotateToScreen, FilterEnvironment.QUALITY_PREVIEW);
279 paint(strokeData, canvas, originalRotateToScreen, FilterEnvironment.QUALITY_PREVIEW);
282 null, canvas, originalRotateToScreen, FilterEnvironment.QUALITY_PREVIEW);
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/pipeline/
FilterEnvironment.java 44 public static final int QUALITY_PREVIEW = 1;
CachingPipeline.java 172 mEnvironment.setQuality(FilterEnvironment.QUALITY_PREVIEW);
229 mEnvironment.setQuality(FilterEnvironment.QUALITY_PREVIEW);
346 mEnvironment.setQuality(FilterEnvironment.QUALITY_PREVIEW);

Completed in 167 milliseconds