Home
last modified time | relevance | path

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

/frameworks/support/v4/eclair/android/support/v4/view/
DMotionEventCompatEclair.java37 public static int getPointerCount(MotionEvent event) { in getPointerCount() method in MotionEventCompatEclair
/frameworks/support/v4/java/android/support/v4/view/
DMotionEventCompat.java35 public int getPointerCount(MotionEvent event); in getPointerCount() method
77 public int getPointerCount(MotionEvent event) { in getPointerCount() method in MotionEventCompat.BaseMotionEventVersionImpl
123 public int getPointerCount(MotionEvent event) { in getPointerCount() method in MotionEventCompat.EclairMotionEventVersionImpl
512 public static int getPointerCount(MotionEvent event) { in getPointerCount() method in MotionEventCompat
/frameworks/native/include/input/
DInput.h419 inline size_t getPointerCount() const { return mPointerProperties.size(); } in getPointerCount() function
/frameworks/base/core/java/android/view/
DMotionEvent.java2064 public final int getPointerCount() { in getPointerCount() method in MotionEvent