Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/
DPointerControllerInterface.h96 virtual void setSpots(const PointerCoords* spotCoords, const uint32_t* spotIdToIndex,
/frameworks/base/libs/input/
DPointerController.cpp292 void PointerController::setSpots(const PointerCoords* spotCoords, in setSpots() argument
299 const PointerCoords& c = spotCoords[spotIdToIndex[id]]; in setSpots()
314 const PointerCoords& c = spotCoords[spotIdToIndex[id]]; in setSpots()
DPointerController.h104 virtual void setSpots(const PointerCoords* spotCoords,