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

  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/pipeline/
FilterEnvironment.java 44 public static final int QUALITY_PREVIEW = 1;
  /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);

Completed in 115 milliseconds