Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/include/
DPointerControllerInterface.h97 virtual void setSpots(const PointerCoords* spotCoords, const uint32_t* spotIdToIndex,
/frameworks/base/libs/input/
DPointerController.h106 virtual void setSpots(const PointerCoords* spotCoords,
DPointerController.cpp276 void PointerController::setSpots(const PointerCoords* spotCoords, in setSpots() argument
283 const PointerCoords& c = spotCoords[spotIdToIndex[id]]; in setSpots()
309 const PointerCoords& c = spotCoords[spotIdToIndex[id]]; in setSpots()