Home
last modified time | relevance | path

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

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