Home
last modified time | relevance | path

Searched defs:setSpots (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/frameworks/base/libs/input/
H A DPointerController.h153 void setSpots(const PointerCoords*, const uint32_t*, BitSet32, ui::LogicalDisplayId) override { in setSpots() function
214 void setSpots(const PointerCoords*, const uint32_t*, BitSet32, ui::LogicalDisplayId) override { in setSpots() function
H A DTouchSpotController.cpp88 void TouchSpotController::setSpots(const PointerCoords* spotCoords, const uint32_t* spotIdToIndex, in setSpots() function in android::TouchSpotController
H A DPointerController.cpp201 void PointerController::setSpots(const PointerCoords* spotCoords, const uint32_t* spotIdToIndex, in setSpots() function in android::PointerController
/aosp_15_r20/frameworks/native/services/inputflinger/tests/
H A DFakePointerController.cpp178 void FakePointerController::setSpots(const PointerCoords*, const uint32_t*, BitSet32 spotIdBits, in setSpots() function in android::FakePointerController