Searched refs:toWindowHandle (Results 1 – 1 of 1) sorted by relevance
3959 sp<InputWindowHandle> toWindowHandle = getWindowHandleLocked(toToken); in transferTouchFocus() local3960 if (fromWindowHandle == nullptr || toWindowHandle == nullptr) { in transferTouchFocus()3966 fromWindowHandle->getName().c_str(), toWindowHandle->getName().c_str()); in transferTouchFocus()3968 if (fromWindowHandle->getInfo()->displayId != toWindowHandle->getInfo()->displayId) { in transferTouchFocus()3989 state.addOrUpdateWindow(toWindowHandle, newTargetFlags, pointerIds); in transferTouchFocus()