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

/frameworks/support/compat/java/android/support/v4/view/
H A DMotionEventCompat.java527 * @deprecated Call {@link MotionEvent#getPointerCount()} directly. This method will be
531 public static int getPointerCount(MotionEvent event) { method in class:MotionEventCompat
532 return event.getPointerCount();
579 * (the first pointer that is down) to {@link #getPointerCount(MotionEvent)}-1.
/frameworks/native/include/input/
H A DInput.h419 inline size_t getPointerCount() const { return mPointerProperties.size(); } function in class:android::MotionEvent
/frameworks/base/core/java/android/view/
H A DMotionEvent.java65 * returned by {@link #getPointerCount()}.
98 * final int pointerCount = ev.getPointerCount();
2143 public final int getPointerCount() { method in class:MotionEvent
2153 * (the first pointer that is down) to {@link #getPointerCount()}-1.
2165 * (the first pointer that is down) to {@link #getPointerCount()}-1.
2196 * (the first pointer that is down) to {@link #getPointerCount()}-1.
2211 * (the first pointer that is down) to {@link #getPointerCount()}-1.
2228 * (the first pointer that is down) to {@link #getPointerCount()}-1.
2246 * (the first pointer that is down) to {@link #getPointerCount()}-1.
2260 * (the first pointer that is down) to {@link #getPointerCount()}
[all...]

Completed in 142 milliseconds