Home
last modified time | relevance | path

Searched refs:toWindowHandle (Results 1 – 1 of 1) sorted by relevance

/frameworks/native/services/inputflinger/
DInputDispatcher.cpp3105 sp<InputWindowHandle> toWindowHandle = getWindowHandleLocked(toChannel); in transferTouchFocus() local
3106 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()