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

  /gdk/samples/PhotoEditor/src/com/android/photoeditor/actions/
RedEyeAction.java 39 touchView.setSingleTapListener(new TouchView.SingleTapListener() {
47 touchView.setVisibility(View.VISIBLE);
TouchView.java 28 class TouchView extends View {
57 public TouchView(Context context, AttributeSet attrs) {
FilterAction.java 49 protected final TouchView touchView;
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);
FlipAction.java 45 touchView.setSwipeListener(new TouchView.SwipeListener() {
71 touchView.setVisibility(View.VISIBLE);

Completed in 414 milliseconds