Searched refs:toWindowHandle (Results 1 – 1 of 1) sorted by relevance
4852 sp<WindowInfoHandle> toWindowHandle = getWindowHandleLocked(toToken, displayId); in transferTouchFocus() local4853 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() local4916 if (toWindowHandle == nullptr) { in transferTouch()