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

/frameworks/base/core/java/android/view/
H A DMotionEvent.java54 * {@link #ACTION_CANCEL}).
126 * with {@link #ACTION_CANCEL}.
163 * handle {@link #ACTION_CANCEL} and should tolerate anomalous
217 public static final int ACTION_CANCEL = 3; field in class:MotionEvent
3055 case ACTION_CANCEL:
3056 return "ACTION_CANCEL";
3205 setAction(ACTION_CANCEL);

Completed in 198 milliseconds