Searched refs:outSpotCoords (Results 1 – 1 of 1) sorted by relevance
207 std::array<PointerCoords, MAX_POINTERS> outSpotCoords{}; in setSpots() local214 outSpotCoords[index].setAxisValue(AMOTION_EVENT_AXIS_X, xy.x); in setSpots()215 outSpotCoords[index].setAxisValue(AMOTION_EVENT_AXIS_Y, xy.y); in setSpots()218 outSpotCoords[index].setAxisValue(AMOTION_EVENT_AXIS_PRESSURE, pressure); in setSpots()227 mLocked.spotControllers.at(displayId).setSpots(outSpotCoords.data(), spotIdToIndex, spotIdBits, in setSpots()