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

/frameworks/native/services/inputflinger/
H A DPointerControllerInterface.h93 * For spotCoords, pressure != 0 indicates that the spot's location is being
96 virtual void setSpots(const PointerCoords* spotCoords, const uint32_t* spotIdToIndex,
/frameworks/base/libs/input/
H A DPointerController.h92 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/native/services/inputflinger/tests/
H A DInputReader_test.cpp116 virtual void setSpots(const PointerCoords* spotCoords, argument

Completed in 734 milliseconds