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

/frameworks/base/core/java/android/view/
H A DMotionEvent.java60 * {@link #ACTION_CANCEL}).
132 * with {@link #ACTION_CANCEL}.
169 * handle {@link #ACTION_CANCEL} and should tolerate anomalous
225 public static final int ACTION_CANCEL = 3; field in class:MotionEvent
3294 case ACTION_CANCEL:
3295 return "ACTION_CANCEL";
3450 setAction(ACTION_CANCEL);

Completed in 17 milliseconds