Searched defs:findPointerIndex (Results 1 - 3 of 3) sorted by relevance

/frameworks/support/compat/java/android/support/v4/view/
H A DMotionEventCompat.java390 * Call {@link MotionEvent#findPointerIndex(int)}.
392 * @deprecated Call {@link MotionEvent#findPointerIndex(int)} directly. This method will be
396 public static int findPointerIndex(MotionEvent event, int pointerId) { method in class:MotionEventCompat
397 return event.findPointerIndex(pointerId);
/frameworks/native/libs/input/
H A DInput.cpp329 ssize_t MotionEvent::findPointerIndex(int32_t pointerId) const { function in class:android::MotionEvent
/frameworks/base/core/java/android/view/
H A DMotionEvent.java68 * Then for successive motion events, use the {@link #findPointerIndex(int)} method
2106 public final int findPointerIndex(int pointerId) { method in class:MotionEvent

Completed in 87 milliseconds