Searched refs:fromWindowHandle (Results 1 – 1 of 1) sorted by relevance
3104 sp<InputWindowHandle> fromWindowHandle = getWindowHandleLocked(fromChannel); 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()3130 if (touchedWindow.windowHandle == fromWindowHandle) { in transferTouchFocus()