Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/include/
DPointerControllerInterface.h97 virtual void setSpots(const PointerCoords* spotCoords, const uint32_t* spotIdToIndex,
/frameworks/base/libs/input/
DPointerController.h104 virtual void setSpots(const PointerCoords* spotCoords,
DPointerController.cpp276 void PointerController::setSpots(const PointerCoords* spotCoords, in setSpots() function in android::PointerController
/frameworks/base/libs/input/tests/
DPointerController_test.cpp250 mPointerController->setSpots(nullptr, nullptr, BitSet32(), -1); in TEST_F()
/frameworks/native/services/inputflinger/reader/mapper/
DTouchInputMapper.cpp1621 mPointerController->setSpots(mCurrentCookedState.cookedPointerData.pointerCoords, in cookAndDispatch()
2375 mPointerController->setSpots(mPointerGesture.currentGestureCoords, in dispatchPointerGestures()
/frameworks/native/services/inputflinger/tests/
DInputReader_test.cpp145 virtual void setSpots(const PointerCoords*, const uint32_t*, BitSet32 spotIdBits, in setSpots() function in android::FakePointerController