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

/gdk/samples/PhotoEditor/src/com/android/photoeditor/actions/
H A DFilterAction.java49 protected final TouchView touchView; field in class:FilterAction
67 touchView = (TouchView) tools.findViewById(R.id.touch_view);
134 if (touchView.getVisibility() == View.VISIBLE) {
135 touchView.setSingleTapListener(null);
136 touchView.setSwipeListener(null);
137 touchView.setVisibility(View.INVISIBLE);

Completed in 640 milliseconds