Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/
DPointerControllerInterface.h96 virtual void setSpots(const PointerCoords* spotCoords, const uint32_t* spotIdToIndex,
/frameworks/base/libs/input/
DPointerController.h104 virtual void setSpots(const PointerCoords* spotCoords,
DPointerController.cpp288 void PointerController::setSpots(const PointerCoords* spotCoords, in setSpots() function in android::PointerController
/frameworks/native/services/inputflinger/tests/
DInputReader_test.cpp121 virtual void setSpots(const PointerCoords*, const uint32_t*, BitSet32) { in setSpots() function in android::FakePointerController