Home
last modified time | relevance | path

Searched refs:setSpots (Results 1 – 5 of 5) sorted by relevance

/frameworks/native/services/inputflinger/
DPointerControllerInterface.h96 virtual void setSpots(const PointerCoords* spotCoords, const uint32_t* spotIdToIndex,
DInputReader.cpp4357 mPointerController->setSpots(mCurrentCookedState.cookedPointerData.pointerCoords, in cookAndDispatch()
5107 mPointerController->setSpots(mPointerGesture.currentGestureCoords, in dispatchPointerGestures()
/frameworks/base/libs/input/
DPointerController.h104 virtual void setSpots(const PointerCoords* spotCoords,
DPointerController.cpp292 void PointerController::setSpots(const PointerCoords* spotCoords, in setSpots() function in android::PointerController
/frameworks/native/services/inputflinger/tests/
DInputReader_test.cpp120 virtual void setSpots(const PointerCoords*, const uint32_t*, BitSet32) { in setSpots() function in android::FakePointerController