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

/frameworks/support/v4/java/android/support/v4/view/
H A DMotionEventCompat.java123 * Synonym for {@link MotionEvent#ACTION_POINTER_DOWN}.
125 public static final int ACTION_POINTER_DOWN = 5; field in class:MotionEventCompat
/frameworks/base/core/java/android/view/
H A DMotionEvent.java51 * (indicated by {@link #ACTION_DOWN} or {@link #ACTION_POINTER_DOWN}). A pointer id
122 * {@link #ACTION_POINTER_DOWN} or {@link #ACTION_POINTER_UP} accordingly.
235 public static final int ACTION_POINTER_DOWN = 5; field in class:MotionEvent
307 * {@link #ACTION_POINTER_DOWN} and {@link #ACTION_POINTER_UP}. Shifting
327 * data index associated with {@link #ACTION_POINTER_DOWN}.
330 public static final int ACTION_POINTER_1_DOWN = ACTION_POINTER_DOWN | 0x0000;
334 * data index associated with {@link #ACTION_POINTER_DOWN}.
337 public static final int ACTION_POINTER_2_DOWN = ACTION_POINTER_DOWN | 0x0100;
341 * data index associated with {@link #ACTION_POINTER_DOWN}.
344 public static final int ACTION_POINTER_3_DOWN = ACTION_POINTER_DOWN |
[all...]

Completed in 8 milliseconds