Home
last modified time | relevance | path

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

/frameworks/support/v4/java/android/support/v4/view/
DMotionEventCompat.java34 public int getPointerCount(MotionEvent event); in getPointerCount() method
72 public int getPointerCount(MotionEvent event) { in getPointerCount() method in MotionEventCompat.BaseMotionEventVersionImpl
98 public int getPointerCount(MotionEvent event) { in getPointerCount() method in MotionEventCompat.EclairMotionEventVersionImpl
235 public static int getPointerCount(MotionEvent event) { in getPointerCount() method in MotionEventCompat
/frameworks/support/v4/eclair/android/support/v4/view/
DMotionEventCompatEclair.java37 public static int getPointerCount(MotionEvent event) { in getPointerCount() method in MotionEventCompatEclair
/frameworks/native/include/input/
DInput.h382 inline size_t getPointerCount() const { return mPointerProperties.size(); } in getPointerCount() function
/frameworks/base/core/java/android/view/
DMotionEvent.java1956 public final int getPointerCount() { in getPointerCount() method in MotionEvent