Searched refs:ACTION_POINTER_INDEX_MASK (Results 1 - 7 of 7) sorted by relevance

/frameworks/support/compat/java/android/support/v4/view/
H A DMotionEventCompat.java67 * Synonym for {@link MotionEvent#ACTION_POINTER_INDEX_MASK}.
69 * @deprecated Use {@link MotionEvent#ACTION_POINTER_INDEX_MASK} directly.
72 public static final int ACTION_POINTER_INDEX_MASK = 0xff00; field in class:MotionEventCompat
/frameworks/base/core/java/com/android/internal/widget/
H A DPointerLocationView.java463 if (index == ((action & MotionEvent.ACTION_POINTER_INDEX_MASK)
471 if (index == ((action & MotionEvent.ACTION_POINTER_INDEX_MASK)
532 final int index = (action & MotionEvent.ACTION_POINTER_INDEX_MASK)
629 final int index = (action & MotionEvent.ACTION_POINTER_INDEX_MASK)
/frameworks/base/core/java/android/view/
H A DMotionEvent.java243 * The index is encoded in the {@link #ACTION_POINTER_INDEX_MASK} bits of the
254 * The index is encoded in the {@link #ACTION_POINTER_INDEX_MASK} bits of the
353 public static final int ACTION_POINTER_INDEX_MASK = 0xff00; field in class:MotionEvent
357 * defined by {@link #ACTION_POINTER_INDEX_MASK}.
364 * @deprecated Use {@link #ACTION_POINTER_INDEX_MASK} to retrieve the
371 * @deprecated Use {@link #ACTION_POINTER_INDEX_MASK} to retrieve the
378 * @deprecated Use {@link #ACTION_POINTER_INDEX_MASK} to retrieve the
385 * @deprecated Use {@link #ACTION_POINTER_INDEX_MASK} to retrieve the
392 * @deprecated Use {@link #ACTION_POINTER_INDEX_MASK} to retrieve the
399 * @deprecated Use {@link #ACTION_POINTER_INDEX_MASK} t
[all...]
/frameworks/base/core/java/android/widget/
H A DHorizontalScrollView.java712 final int pointerIndex = (ev.getAction() & MotionEvent.ACTION_POINTER_INDEX_MASK) >>
H A DScrollView.java772 final int pointerIndex = (ev.getAction() & MotionEvent.ACTION_POINTER_INDEX_MASK) >>
H A DAbsListView.java4511 final int pointerIndex = (ev.getAction() & MotionEvent.ACTION_POINTER_INDEX_MASK) >>
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
H A DNotificationStackScrollLayout.java1589 final int pointerIndex = (ev.getAction() & MotionEvent.ACTION_POINTER_INDEX_MASK) >>

Completed in 111 milliseconds