Home
last modified time | relevance | path

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

/frameworks/base/libs/input/
DPointerController.h64 void setSpots(const PointerCoords* spotCoords, const uint32_t* spotIdToIndex,
153 void setSpots(const PointerCoords*, const uint32_t*, BitSet32, ui::LogicalDisplayId) override { in setSpots() function
217 void setSpots(const PointerCoords*, const uint32_t*, BitSet32, ui::LogicalDisplayId) override { in setSpots() function
DTouchSpotController.h34 void setSpots(const PointerCoords* spotCoords, const uint32_t* spotIdToIndex,
DPointerController.cpp204 void PointerController::setSpots(const PointerCoords* spotCoords, const uint32_t* spotIdToIndex, in setSpots() function in android::PointerController
227 mLocked.spotControllers.at(displayId).setSpots(outSpotCoords.data(), spotIdToIndex, spotIdBits, in setSpots()
DTouchSpotController.cpp88 void TouchSpotController::setSpots(const PointerCoords* spotCoords, const uint32_t* spotIdToIndex, in setSpots() function in android::TouchSpotController
/frameworks/native/services/inputflinger/include/
DPointerControllerInterface.h127 virtual void setSpots(const PointerCoords* spotCoords, const uint32_t* spotIdToIndex,
/frameworks/base/libs/input/tests/
DPointerController_test.cpp341 mPointerController->setSpots(&testSpotCoords, testIdToIndex.cbegin(), testIdBits, in TEST_F()
350 mPointerController->setSpots(&testSpotCoords, testIdToIndex.cbegin(), testIdBits, in TEST_F()
357 mPointerController->setSpots(&testSpotCoords, testIdToIndex.cbegin(), testIdBits, in TEST_F()
/frameworks/native/services/inputflinger/tests/
DFakePointerController.h72 void setSpots(const PointerCoords*, const uint32_t*, BitSet32 spotIdBits,
DFakePointerController.cpp179 void FakePointerController::setSpots(const PointerCoords*, const uint32_t*, BitSet32 spotIdBits, in setSpots() function in android::FakePointerController
/frameworks/native/services/inputflinger/
DPointerChoreographer.cpp382 pc.setSpots(coords, idToIndex.cbegin(), idBits, args.displayId); in processTouchscreenAndStylusEventLocked()