Home
last modified time | relevance | path

Searched refs:getSamplePointerCoords (Results 1 – 2 of 2) sorted by relevance

/aosp12/frameworks/native/include/input/
H A DInput.h795 inline const PointerCoords* getSamplePointerCoords() const { in getSamplePointerCoords() function
/aosp12/frameworks/native/services/inputflinger/dispatcher/
H A DInputDispatcher.cpp4145 const PointerCoords* samplePointerCoords = motionEvent.getSamplePointerCoords(); in injectInputEvent()