Searched refs:toConnection (Results 1 – 1 of 1) sorted by relevance
4006 sp<Connection> toConnection = getConnectionLocked(toToken); in transferTouchFocus() local4007 if (fromConnection != nullptr && toConnection != nullptr) { in transferTouchFocus()4008 fromConnection->inputState.mergePointerStateTo(toConnection->inputState); in transferTouchFocus()4013 synthesizePointerDownEventsForConnectionLocked(toConnection); in transferTouchFocus()