Searched refs:spotCoords (Results 1 – 7 of 7) sorted by relevance
/frameworks/base/libs/input/ |
D | TouchSpotController.cpp | 79 void TouchSpotController::setSpots(const PointerCoords* spotCoords, const uint32_t* spotIdToIndex, in setSpots() argument 86 const PointerCoords& c = spotCoords[spotIdToIndex[id]]; in setSpots() 100 const PointerCoords& c = spotCoords[spotIdToIndex[id]]; in setSpots()
|
D | PointerController.cpp | 130 void PointerController::setSpots(const PointerCoords* spotCoords, const uint32_t* spotIdToIndex, in setSpots() argument 137 mLocked.spotControllers.at(displayId).setSpots(spotCoords, spotIdToIndex, spotIdBits); in setSpots()
|
D | TouchSpotController.h | 34 void setSpots(const PointerCoords* spotCoords, const uint32_t* spotIdToIndex,
|
D | PointerController.h | 64 virtual void setSpots(const PointerCoords* spotCoords, const uint32_t* spotIdToIndex,
|
/frameworks/native/services/inputflinger/include/ |
D | PointerControllerInterface.h | 97 virtual void setSpots(const PointerCoords* spotCoords, const uint32_t* spotIdToIndex,
|
/frameworks/native/services/inputflinger/reader/mapper/ |
D | TouchInputMapper.h | 806 void setTouchSpots(const PointerCoords* spotCoords, const uint32_t* spotIdToIndex,
|
D | TouchInputMapper.cpp | 4033 void TouchInputMapper::setTouchSpots(const PointerCoords* spotCoords, const uint32_t* spotIdToIndex, in setTouchSpots() argument 4039 float x = spotCoords[index].getX(); in setTouchSpots() 4040 float y = spotCoords[index].getY(); in setTouchSpots() 4041 float pressure = spotCoords[index].getAxisValue(AMOTION_EVENT_AXIS_PRESSURE); in setTouchSpots()
|