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