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

/frameworks/support/compat/src/main/java/androidx/core/view/
H A DMotionEventCompat.java481 * Call {@link MotionEvent#findPointerIndex(int)}.
483 * @deprecated Call {@link MotionEvent#findPointerIndex(int)} directly. This method will be
487 public static int findPointerIndex(MotionEvent event, int pointerId) { method in class:MotionEventCompat
488 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.java74 * Then for successive motion events, use the {@link #findPointerIndex(int)} method
2189 public final int findPointerIndex(int pointerId) { method in class:MotionEvent

Completed in 16 milliseconds