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

/frameworks/base/services/input/
H A DPointerController.h100 * For spotCoords, pressure != 0 indicates that the spot's location is being
103 virtual void setSpots(const PointerCoords* spotCoords, const uint32_t* spotIdToIndex,
169 virtual void setSpots(const PointerCoords* spotCoords,
H A DPointerController.cpp243 void PointerController::setSpots(const PointerCoords* spotCoords, argument
250 const PointerCoords& c = spotCoords[spotIdToIndex[id]];
265 const PointerCoords& c = spotCoords[spotIdToIndex[id]];
/frameworks/base/services/input/tests/
H A DInputReader_test.cpp116 virtual void setSpots(const PointerCoords* spotCoords, argument

Completed in 92 milliseconds