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

  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/pipeline/
FilterEnvironment.java 33 public class FilterEnvironment {
34 private static final String LOGTAG = "FilterEnvironment";
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/
ImageFilterDraw.java 36 import com.android.gallery3d.filtershow.pipeline.FilterEnvironment;
225 if (quality == FilterEnvironment.QUALITY_FINAL) {
237 if (quality == FilterEnvironment.QUALITY_FINAL) {
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 49 milliseconds