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

/frameworks/support/v4/eclair/android/support/v4/view/
H A DMotionEventCompatEclair.java37 public static int getPointerCount(MotionEvent event) { method in class:MotionEventCompatEclair
38 return event.getPointerCount();
/frameworks/support/v4/java/android/support/v4/view/
H A DMotionEventCompat.java35 public int getPointerCount(MotionEvent event); method in interface:MotionEventCompat.MotionEventVersionImpl
77 public int getPointerCount(MotionEvent event) { method in class:MotionEventCompat.BaseMotionEventVersionImpl
123 public int getPointerCount(MotionEvent event) { method in class:MotionEventCompat.EclairMotionEventVersionImpl
124 return MotionEventCompatEclair.getPointerCount(event);
512 public static int getPointerCount(MotionEvent event) { method in class:MotionEventCompat
513 return IMPL.getPointerCount(event);
553 * (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 432 milliseconds