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

/frameworks/base/core/java/android/view/
H A DMotionEvent.java58 * {@link #ACTION_CANCEL}).
130 * with {@link #ACTION_CANCEL}.
167 * handle {@link #ACTION_CANCEL} and should tolerate anomalous
221 public static final int ACTION_CANCEL = 3; field in class:MotionEvent
3279 case ACTION_CANCEL:
3280 return "ACTION_CANCEL";
3435 setAction(ACTION_CANCEL);

Completed in 1277 milliseconds