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

/frameworks/support/compat/java/android/support/v4/view/
H A DMotionEventCompat.java113 * Synonym for {@link MotionEvent#ACTION_POINTER_UP}.
115 public static final int ACTION_POINTER_UP = 6; field in class:MotionEventCompat
/frameworks/base/core/java/android/view/
H A DMotionEvent.java53 * or {@link #ACTION_POINTER_UP}) or when the gesture is canceled (indicated by
122 * {@link #ACTION_POINTER_DOWN} or {@link #ACTION_POINTER_UP} accordingly.
246 public static final int ACTION_POINTER_UP = 6; field in class:MotionEvent
333 * {@link #ACTION_POINTER_DOWN} and {@link #ACTION_POINTER_UP}. Shifting
374 * data index associated with {@link #ACTION_POINTER_UP}.
377 public static final int ACTION_POINTER_1_UP = ACTION_POINTER_UP | 0x0000;
381 * data index associated with {@link #ACTION_POINTER_UP}.
384 public static final int ACTION_POINTER_2_UP = ACTION_POINTER_UP | 0x0100;
388 * data index associated with {@link #ACTION_POINTER_UP}.
391 public static final int ACTION_POINTER_3_UP = ACTION_POINTER_UP |
[all...]

Completed in 104 milliseconds