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

  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/pipeline/
ImagePreset.java 114 if (mFilters.elementAt(i).getFilterType() == type) {
123 if (mFilters.elementAt(i).getFilterType() == type) {
186 if (representation.getFilterType() == type
196 if (representation.getFilterType() == FilterRepresentation.TYPE_GEOMETRY
200 if (representation.getFilterType() == FilterRepresentation.TYPE_BORDER
204 if (representation.getFilterType() == FilterRepresentation.TYPE_VIGNETTE
208 if (representation.getFilterType() == FilterRepresentation.TYPE_TINYPLANET
328 if (filterRepresentation.getFilterType() == FilterRepresentation.TYPE_BORDER) {
330 if (mFilters.elementAt(i).getFilterType()
331 == filterRepresentation.getFilterType()) {
    [all...]
CacheProcessing.java 98 if (representation.getFilterType() != FilterRepresentation.TYPE_GEOMETRY) {
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/
FilterRepresentation.java 65 representation.setFilterType(getFilterType());
131 public int getFilterType() {
274 if (getFilterType() == FilterRepresentation.TYPE_GEOMETRY
275 && representation.getFilterType() == FilterRepresentation.TYPE_GEOMETRY) {
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/category/
Action.java 192 if (getRepresentation().getFilterType() == FilterRepresentation.TYPE_BORDER) {

Completed in 225 milliseconds