Lines Matching refs:toWindowHandle
5720 const sp<WindowInfoHandle> toWindowHandle = getWindowHandleLocked(toToken, displayId); in transferTouchGesture() local
5721 if (!toWindowHandle) { in transferTouchGesture()
5729 toWindowHandle->getName().c_str()); in transferTouchGesture()
5741 if (canReceiveForegroundTouches(*toWindowHandle->getInfo())) { in transferTouchGesture()
5746 state->addOrUpdateWindow(toWindowHandle, InputTarget::DispatchMode::AS_IS, newTargetFlags, in transferTouchGesture()
5758 mDragState = std::make_unique<DragState>(toWindowHandle, id); in transferTouchGesture()
5773 transferWallpaperTouch(oldTargetFlags, newTargetFlags, fromWindowHandle, toWindowHandle, in transferTouchGesture()
5827 sp<WindowInfoHandle> toWindowHandle = getWindowHandleLocked(destChannelToken, displayId); in transferTouchOnDisplay() local
5828 if (toWindowHandle == nullptr) { in transferTouchOnDisplay()
7143 const sp<WindowInfoHandle> toWindowHandle, TouchState& state, DeviceId deviceId, in transferWallpaperTouch() argument
7150 toWindowHandle->getInfo()->inputConfig.test( in transferWallpaperTouch()
7156 newHasWallpaper ? findWallpaperWindowBelow(toWindowHandle) : nullptr; in transferWallpaperTouch()
7180 getConnectionLocked(toWindowHandle->getToken()); in transferWallpaperTouch()