Searched refs:toWindowHandle (Results 1 – 1 of 1) sorted by relevance
3105 sp<InputWindowHandle> toWindowHandle = getWindowHandleLocked(toChannel); in transferTouchFocus() local3106 if (fromWindowHandle == NULL || toWindowHandle == NULL) { in transferTouchFocus()3112 if (fromWindowHandle == toWindowHandle) { in transferTouchFocus()3118 if (fromWindowHandle->getInfo()->displayId != toWindowHandle->getInfo()->displayId) { in transferTouchFocus()3139 state.addOrUpdateWindow(toWindowHandle, newTargetFlags, pointerIds); in transferTouchFocus()