Searched refs:setSpots (Results 1 – 6 of 6) sorted by relevance
/frameworks/native/services/inputflinger/include/ |
D | PointerControllerInterface.h | 97 virtual void setSpots(const PointerCoords* spotCoords, const uint32_t* spotIdToIndex,
|
/frameworks/base/libs/input/ |
D | PointerController.h | 104 virtual void setSpots(const PointerCoords* spotCoords,
|
D | PointerController.cpp | 276 void PointerController::setSpots(const PointerCoords* spotCoords, in setSpots() function in android::PointerController
|
/frameworks/base/libs/input/tests/ |
D | PointerController_test.cpp | 250 mPointerController->setSpots(nullptr, nullptr, BitSet32(), -1); in TEST_F()
|
/frameworks/native/services/inputflinger/reader/mapper/ |
D | TouchInputMapper.cpp | 1621 mPointerController->setSpots(mCurrentCookedState.cookedPointerData.pointerCoords, in cookAndDispatch() 2375 mPointerController->setSpots(mPointerGesture.currentGestureCoords, in dispatchPointerGestures()
|
/frameworks/native/services/inputflinger/tests/ |
D | InputReader_test.cpp | 145 virtual void setSpots(const PointerCoords*, const uint32_t*, BitSet32 spotIdBits, in setSpots() function in android::FakePointerController
|