Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/dispatcher/
DInputDispatcher.cpp3959 sp<InputWindowHandle> toWindowHandle = getWindowHandleLocked(toToken); in transferTouchFocus() local
3960 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()