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

/frameworks/base/include/ui/
H A DInput.h385 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();
1914 public final int getPointerCount() { method in class:MotionEvent
1924 * (the first pointer that is down) to {@link #getPointerCount()}-1.
1936 * (the first pointer that is down) to {@link #getPointerCount()}-1.
1969 * (the first pointer that is down) to {@link #getPointerCount()}-1.
1984 * (the first pointer that is down) to {@link #getPointerCount()}-1.
2001 * (the first pointer that is down) to {@link #getPointerCount()}-1.
2019 * (the first pointer that is down) to {@link #getPointerCount()}-1.
2033 * (the first pointer that is down) to {@link #getPointerCount()}
[all...]

Completed in 3361 milliseconds