Home
last modified time | relevance | path

Searched refs:spotCoords (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/services/input/
DPointerController.h103 virtual void setSpots(const PointerCoords* spotCoords, const uint32_t* spotIdToIndex,
169 virtual void setSpots(const PointerCoords* spotCoords,
DPointerController.cpp243 void PointerController::setSpots(const PointerCoords* spotCoords, in setSpots() argument
250 const PointerCoords& c = spotCoords[spotIdToIndex[id]]; in setSpots()
265 const PointerCoords& c = spotCoords[spotIdToIndex[id]]; in setSpots()
/frameworks/base/services/input/tests/
DInputReader_test.cpp116 virtual void setSpots(const PointerCoords* spotCoords, in setSpots() argument