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

/frameworks/support/v4/java/android/support/v4/view/
H A DMotionEventCompat.java211 * Synonym for {@link MotionEvent#ACTION_POINTER_INDEX_MASK}.
213 public static final int ACTION_POINTER_INDEX_MASK = 0xff00; field in class:MotionEventCompat
468 return (event.getAction() & ACTION_POINTER_INDEX_MASK)
/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.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
341 public static final int ACTION_POINTER_INDEX_MASK = 0xff00; field in class:MotionEvent
345 * defined by {@link #ACTION_POINTER_INDEX_MASK}.
352 * @deprecated Use {@link #ACTION_POINTER_INDEX_MASK} to retrieve the
359 * @deprecated Use {@link #ACTION_POINTER_INDEX_MASK} to retrieve the
366 * @deprecated Use {@link #ACTION_POINTER_INDEX_MASK} to retrieve the
373 * @deprecated Use {@link #ACTION_POINTER_INDEX_MASK} to retrieve the
380 * @deprecated Use {@link #ACTION_POINTER_INDEX_MASK} to retrieve the
387 * @deprecated Use {@link #ACTION_POINTER_INDEX_MASK} t
[all...]
/frameworks/base/core/java/android/widget/
H A DHorizontalScrollView.java704 final int pointerIndex = (ev.getAction() & MotionEvent.ACTION_POINTER_INDEX_MASK) >>
H A DScrollView.java762 final int pointerIndex = (ev.getAction() & MotionEvent.ACTION_POINTER_INDEX_MASK) >>
H A DAbsListView.java4487 final int pointerIndex = (ev.getAction() & MotionEvent.ACTION_POINTER_INDEX_MASK) >>
/frameworks/support/v4/java/android/support/v4/widget/
H A DNestedScrollView.java881 final int pointerIndex = (ev.getAction() & MotionEventCompat.ACTION_POINTER_INDEX_MASK) >>
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
H A DNotificationStackScrollLayout.java1394 final int pointerIndex = (ev.getAction() & MotionEvent.ACTION_POINTER_INDEX_MASK) >>

Completed in 178 milliseconds