Home
last modified time | relevance | path

Searched refs:setEnvironment (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/pipeline/
DFilterEnvironment.java114 filter.setEnvironment(this); in applyRepresentation()
119 filter.setEnvironment(null); in applyRepresentation()
134 filter.setEnvironment(this); in applyRepresentation()
140 filter.setEnvironment(null); in applyRepresentation()
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/
DImageFilter.java95 public void setEnvironment(FilterEnvironment environment) { in setEnvironment() method in ImageFilter