Searched refs:fromConnection (Results 1 – 1 of 1) sorted by relevance
5763 std::shared_ptr<Connection> fromConnection = getConnectionLocked(fromToken); in transferTouchGesture() local5765 if (fromConnection != nullptr && toConnection != nullptr) { in transferTouchGesture()5766 fromConnection->inputState.mergePointerStateTo(toConnection->inputState); in transferTouchGesture()5770 synthesizeCancelationEventsForWindowLocked(fromWindowHandle, options, fromConnection); in transferTouchGesture()