Searched refs:spotCoords (Results 1 - 3 of 3) 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.cpp246 void PointerController::setSpots(const PointerCoords* spotCoords, argument
253 const PointerCoords& c = spotCoords[spotIdToIndex[id]];
268 const PointerCoords& c = spotCoords[spotIdToIndex[id]];

Completed in 400 milliseconds