Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/dispatcher/
DInputDispatcher.cpp5720 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
[all …]
DInputDispatcher.h719 const sp<android::gui::WindowInfoHandle> toWindowHandle,