Searched defs:TYPE_GEOMETRY (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/
H A DFilterRepresentation.java49 public static final byte TYPE_GEOMETRY = 7; field in class:FilterRepresentation
274 if (getFilterType() == FilterRepresentation.TYPE_GEOMETRY
275 && representation.getFilterType() == FilterRepresentation.TYPE_GEOMETRY) {

Completed in 583 milliseconds