Searched refs:spotCoords (Results 1 – 5 of 5) sorted by relevance
/frameworks/base/libs/input/ |
D | TouchSpotController.cpp | 88 void TouchSpotController::setSpots(const PointerCoords* spotCoords, const uint32_t* spotIdToIndex, in setSpots() argument 95 const PointerCoords& c = spotCoords[spotIdToIndex[id]]; in setSpots() 109 const PointerCoords& c = spotCoords[spotIdToIndex[id]]; in setSpots()
|
D | PointerController.cpp | 204 void PointerController::setSpots(const PointerCoords* spotCoords, const uint32_t* spotIdToIndex, in setSpots() argument 213 const vec2 xy = transform.transform(spotCoords[index].getXYValue()); in setSpots() 217 float pressure = spotCoords[index].getAxisValue(AMOTION_EVENT_AXIS_PRESSURE); in setSpots()
|
D | TouchSpotController.h | 34 void setSpots(const PointerCoords* spotCoords, const uint32_t* spotIdToIndex,
|
D | PointerController.h | 64 void setSpots(const PointerCoords* spotCoords, const uint32_t* spotIdToIndex,
|
/frameworks/native/services/inputflinger/include/ |
D | PointerControllerInterface.h | 127 virtual void setSpots(const PointerCoords* spotCoords, const uint32_t* spotIdToIndex,
|