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

/frameworks/support/compat/java/android/support/v4/view/
H A DMotionEventCompat.java436 * @deprecated Call {@link MotionEvent#getPointerCount()} directly. This method will be
440 public static int getPointerCount(MotionEvent event) { method in class:MotionEventCompat
441 return event.getPointerCount();
484 * (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.java61 * returned by {@link #getPointerCount()}.
94 * final int pointerCount = ev.getPointerCount();
2064 public final int getPointerCount() { method in class:MotionEvent
2074 * (the first pointer that is down) to {@link #getPointerCount()}-1.
2086 * (the first pointer that is down) to {@link #getPointerCount()}-1.
2117 * (the first pointer that is down) to {@link #getPointerCount()}-1.
2132 * (the first pointer that is down) to {@link #getPointerCount()}-1.
2149 * (the first pointer that is down) to {@link #getPointerCount()}-1.
2167 * (the first pointer that is down) to {@link #getPointerCount()}-1.
2181 * (the first pointer that is down) to {@link #getPointerCount()}
[all...]

Completed in 205 milliseconds