Home
last modified time | relevance | path

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

/aosp12/frameworks/native/services/inputflinger/dispatcher/
H A DInputDispatcher.cpp4852 sp<WindowInfoHandle> toWindowHandle = getWindowHandleLocked(toToken, displayId); in transferTouchFocus() local
4853 if (toWindowHandle == nullptr) { in transferTouchFocus()
4861 toWindowHandle->getName().c_str()); in transferTouchFocus()
4873 state->addOrUpdateWindow(toWindowHandle, newTargetFlags, pointerIds); in transferTouchFocus()
4877 mDragState = std::make_unique<DragState>(toWindowHandle); in transferTouchFocus()
4915 sp<WindowInfoHandle> toWindowHandle = getWindowHandleLocked(destChannelToken, displayId); in transferTouch() local
4916 if (toWindowHandle == nullptr) { in transferTouch()