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.
234 public static final int ACTION_POINTER_DOWN = 5; field in class:MotionEvent
306 * {@link #ACTION_POINTER_DOWN} and {@link #ACTION_POINTER_UP}. Shifting
326 * data index associated with {@link #ACTION_POINTER_DOWN}.
329 public static final int ACTION_POINTER_1_DOWN = ACTION_POINTER_DOWN | 0x0000;
333 * data index associated with {@link #ACTION_POINTER_DOWN}.
336 public static final int ACTION_POINTER_2_DOWN = ACTION_POINTER_DOWN | 0x0100;
340 * data index associated with {@link #ACTION_POINTER_DOWN}.
343 public static final int ACTION_POINTER_3_DOWN = ACTION_POINTER_DOWN |
[all...]

Completed in 1378 milliseconds