Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/dispatcher/
DInputState.cpp300 size_t InputState::MotionMemento::getPointerCount() const { in getPointerCount() function in android::inputdispatcher::InputState::MotionMemento
DEntry.h176 size_t getPointerCount() const { return pointerProperties.size(); } in getPointerCount() function
/frameworks/native/services/inputflinger/include/
DNotifyArgs.h124 inline size_t getPointerCount() const { return pointerProperties.size(); } in getPointerCount() function
/frameworks/native/include/input/
DInput.h753 inline size_t getPointerCount() const { return mPointerProperties.size(); } in getPointerCount() function
/frameworks/base/core/java/android/view/
DMotionEvent.java2746 public final int getPointerCount() { in getPointerCount() method in MotionEvent