Home
last modified time | relevance | path

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

/frameworks/base/libs/input/
DTouchSpotController.cpp88 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()
DPointerController.cpp204 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()
DTouchSpotController.h34 void setSpots(const PointerCoords* spotCoords, const uint32_t* spotIdToIndex,
DPointerController.h64 void setSpots(const PointerCoords* spotCoords, const uint32_t* spotIdToIndex,
/frameworks/native/services/inputflinger/include/
DPointerControllerInterface.h127 virtual void setSpots(const PointerCoords* spotCoords, const uint32_t* spotIdToIndex,