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

  /pdk/apps/TestingCamera2/src/com/android/testingcamera2/
PaneTracker.java 51 if (listener.getFilterType().isInstance(pane)) {
61 if (listener.getFilterType().isInstance(pane)) {
118 public Class<T> getFilterType() {
  /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) {

Completed in 131 milliseconds