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