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

/frameworks/support/v4/java/android/support/v4/view/
H A DMotionEventCompat.java143 * Synonym for {@link MotionEvent#ACTION_POINTER_INDEX_MASK}.
145 public static final int ACTION_POINTER_INDEX_MASK = 0xff00; field in class:MotionEventCompat
191 return (event.getAction() & ACTION_POINTER_INDEX_MASK)
/frameworks/base/core/java/android/view/
H A DMotionEvent.java231 * The index is encoded in the {@link #ACTION_POINTER_INDEX_MASK} bits of the
242 * The index is encoded in the {@link #ACTION_POINTER_INDEX_MASK} bits of the
315 public static final int ACTION_POINTER_INDEX_MASK = 0xff00; field in class:MotionEvent
319 * defined by {@link #ACTION_POINTER_INDEX_MASK}.
326 * @deprecated Use {@link #ACTION_POINTER_INDEX_MASK} to retrieve the
333 * @deprecated Use {@link #ACTION_POINTER_INDEX_MASK} to retrieve the
340 * @deprecated Use {@link #ACTION_POINTER_INDEX_MASK} to retrieve the
347 * @deprecated Use {@link #ACTION_POINTER_INDEX_MASK} to retrieve the
354 * @deprecated Use {@link #ACTION_POINTER_INDEX_MASK} to retrieve the
361 * @deprecated Use {@link #ACTION_POINTER_INDEX_MASK} t
[all...]

Completed in 116 milliseconds