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.java230 * The index is encoded in the {@link #ACTION_POINTER_INDEX_MASK} bits of the
241 * The index is encoded in the {@link #ACTION_POINTER_INDEX_MASK} bits of the
314 public static final int ACTION_POINTER_INDEX_MASK = 0xff00; field in class:MotionEvent
318 * defined by {@link #ACTION_POINTER_INDEX_MASK}.
325 * @deprecated Use {@link #ACTION_POINTER_INDEX_MASK} to retrieve the
332 * @deprecated Use {@link #ACTION_POINTER_INDEX_MASK} to retrieve the
339 * @deprecated Use {@link #ACTION_POINTER_INDEX_MASK} to retrieve the
346 * @deprecated Use {@link #ACTION_POINTER_INDEX_MASK} to retrieve the
353 * @deprecated Use {@link #ACTION_POINTER_INDEX_MASK} to retrieve the
360 * @deprecated Use {@link #ACTION_POINTER_INDEX_MASK} t
[all...]

Completed in 67 milliseconds