/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/window_scene/screen/ |
H A D | screen_node.cpp | 29 uint64_t targetDisplayId = static_cast<uint64_t>(touchRestrict.touchEvent.targetDisplayId); in TouchTest() local 30 if (screenSession->GetScreenId() != targetDisplayId) { in TouchTest()
|
/foundation/multimodalinput/input/service/touch_event_normalize/src/ |
H A D | tablet_tool_tranform_processor.cpp | 148 int32_t targetDisplayId = -1; in OnTipDown() local 150 if (!WIN_MGR->CalculateTipPoint(event, targetDisplayId, tCoord)) { in OnTipDown() 161 pointerEvent_->SetTargetDisplayId(targetDisplayId); in OnTipDown() 199 int32_t targetDisplayId = pointerEvent_->GetTargetDisplayId(); in OnTipMotion() local 201 if (!WIN_MGR->CalculateTipPoint(tabletEvent, targetDisplayId, tCoord)) { in OnTipMotion() 214 pointerEvent_->SetTargetDisplayId(targetDisplayId); in OnTipMotion() 271 int32_t targetDisplayId = pointerEvent_->GetTargetDisplayId(); in OnTipProximity() local 273 if (!WIN_MGR->CalculateTipPoint(tabletEvent, targetDisplayId, tCoord)) { in OnTipProximity() 288 pointerEvent_->SetTargetDisplayId(targetDisplayId); in OnTipProximity()
|
/foundation/arkui/ace_engine/frameworks/core/event/ |
H A D | mouse_event.h | 108 int32_t targetDisplayId = 0; member 166 .targetDisplayId = targetDisplayId, in CloneWith() 223 .SetTargetDisplayId(targetDisplayId) in CreateTouchPoint() 254 .targetDisplayId = targetDisplayId, in operator -() 463 info.SetTargetDisplayId(event.targetDisplayId); in HandleMouseEvent()
|
H A D | axis_event.h | 88 int32_t targetDisplayId = 0; member 97 std::vector<KeyCode> pressedCodes, int32_t targetDisplayId, int32_t originalId, bool isInjected) in AxisEvent() 102 targetDisplayId(targetDisplayId), originalId(originalId), isInjected(isInjected) in AxisEvent() 112 targetDisplayId, originalId, isInjected }; in CreateScaleEvent() 116 pointerEvent, pressedCodes, targetDisplayId, originalId, isInjected }; in CreateScaleEvent()
|
H A D | ace_events.h | 116 void SetTargetDisplayId(int32_t targetDisplayId) in SetTargetDisplayId() argument 118 targetDisplayId_ = targetDisplayId; in SetTargetDisplayId()
|
H A D | touch_event.cpp | 102 TouchEvent& TouchEvent::SetTargetDisplayId(int32_t targetDisplayId) in SetTargetDisplayId() argument 104 this->targetDisplayId = targetDisplayId; in SetTargetDisplayId() 195 event.targetDisplayId = targetDisplayId; in CloneWith() 340 .SetTargetDisplayId(targetDisplayId) in UpdatePointers()
|
H A D | touch_event.h | 76 int32_t targetDisplayId = 0; member 115 TouchEvent& SetTargetDisplayId(int32_t targetDisplayId);
|
/foundation/window/window_manager/wmserver/src/ |
H A D | drag_controller.cpp | 466 int32_t targetDisplayId = pointerEvent->GetTargetDisplayId(); in HandlePointerEvent() local 467 ConvertPointerPosToDisplayGroupPos(targetDisplayId, pointPosX, pointPosY); in HandlePointerEvent() 476 "hasPointStarted:%{public}d, startMove:%{public}d, startDrag:%{public}d, targetDisplayId:" in HandlePointerEvent() 479 moveDragProperty_->startDragFlag_, targetDisplayId, pointPosX, pointPosY); in HandlePointerEvent() 484 HandleMoveEvent(targetDisplayId, pointPosX, pointPosY, pointId, sourceType); in HandlePointerEvent() 485 HandleDragEvent(targetDisplayId, pointPosX, pointPosY, pointId, sourceType); in HandlePointerEvent()
|
H A D | display_group_controller.cpp | 308 void DisplayGroupController::MoveCrossNodeToTargetDisplay(const sptr<WindowNode>& node, DisplayId targetDisplayId) in MoveCrossNodeToTargetDisplay() argument 312 std::vector<DisplayId> newShowingDisplays = { targetDisplayId }; in MoveCrossNodeToTargetDisplay() 315 if (node->GetDisplayId() != targetDisplayId) { in MoveCrossNodeToTargetDisplay() 316 UpdateWindowDisplayId(node, targetDisplayId); in MoveCrossNodeToTargetDisplay() 320 MoveCrossNodeToTargetDisplay(childNode, targetDisplayId); in MoveCrossNodeToTargetDisplay()
|
/foundation/multimodalinput/input/service/window_manager/include/ |
H A D | i_input_windows_manager.h | 128 EventTouch& touchInfo, int32_t& targetDisplayId) = 0; 130 int32_t& targetDisplayId, PhysicalCoordinate& coord) const = 0;
|
H A D | input_windows_manager.h | 131 EventTouch& touchInfo, int32_t& targetDisplayId); 140 int32_t& targetDisplayId, PhysicalCoordinate& coord) const;
|
/foundation/window/window_manager/wmserver/include/ |
H A D | display_group_controller.h | 69 void MoveCrossNodeToTargetDisplay(const sptr<WindowNode>& node, DisplayId targetDisplayId);
|
/foundation/window/window_manager/utils/include/ |
H A D | wm_common_inner.h | 232 MoveDragProperty(int32_t startPointPosX, int32_t startPointPosY, int32_t startPointerId, int32_t targetDisplayId,
in MoveDragProperty() 236 targetDisplayId_(targetDisplayId), sourceType_(sourceType), startDragFlag_(startDragFlag),
in MoveDragProperty()
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/gestures/recognizers/ |
H A D | long_press_recognizer.cpp | 348 info.SetTargetDisplayId(lastTouchEvent_.targetDisplayId); in SendCallbackMsg()
|
H A D | pan_recognizer.cpp | 698 info.SetTargetDisplayId(touchPoint.targetDisplayId); in GetGestureEventInfo()
|
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/ |
H A D | js_base_node.cpp | 288 auto targetDisplayIdJsVal = obj->GetProperty("targetDisplayId"); in InitTouchEvent() 290 touchEvent.targetDisplayId = targetDisplayIdJsVal->ToNumber<int32_t>(); in InitTouchEvent()
|
/foundation/arkui/ace_engine/adapter/ohos/entrance/ |
H A D | mmi_event_convertor.cpp | 330 events.targetDisplayId = pointerEvent->GetTargetDisplayId(); in ConvertMouseEvent() 417 event.targetDisplayId = pointerEvent->GetTargetDisplayId(); in ConvertAxisEvent()
|
/foundation/multimodalinput/input/service/window_manager/test/ |
H A D | input_windows_manager_ex_test.cpp | 851 int32_t targetDisplayId = 3; in HWTEST_F() local 855 bool result = inputWindowsManager->TransformTipPoint(&event, coord, targetDisplayId); in HWTEST_F() 857 bool ret = inputWindowsManager->CalculateTipPoint(&event, targetDisplayId, coord); in HWTEST_F()
|
H A D | input_windows_manager_test.cpp | 418 int32_t targetDisplayId = 0; in HWTEST_F() local 419 keyEvent->SetTargetDisplayId(targetDisplayId); in HWTEST_F()
|
/foundation/multimodalinput/input/service/window_manager/src/ |
H A D | input_windows_manager.cpp | 1761 int32_t& targetDisplayId, PhysicalCoordinate& coord) const in UpdateDisplayInfo() 1764 if (!TransformTipPoint(tip, coord, targetDisplayId)) { in UpdateDisplayInfo() 1760 CalculateTipPoint(struct libinput_event_tablet_tool* tip, int32_t& targetDisplayId, PhysicalCoordinate& coord) const UpdateDisplayInfo() argument
|
/foundation/window/window_manager/wm/src/ |
H A D | window_impl.cpp | 3068 WLOGFE("get display failed moveDragProperty targetDisplayId:%{public}u, window id:%{public}u", in ReadyToMoveOrDragWindow() 3074 WLOGFE("get display info failed moveDragProperty targetDisplayId:%{public}u, window id:%{public}u", in ReadyToMoveOrDragWindow() 3132 int32_t targetDisplayId = pointerEvent->GetTargetDisplayId(); in ConsumeMoveOrDragEvent() local 3143 "hasPointStarted:%{public}d, startMove:%{public}d, startDrag:%{public}d, targetDisplayId:" in ConsumeMoveOrDragEvent() 3146 moveDragProperty_->startMoveFlag_, moveDragProperty_->startDragFlag_, targetDisplayId, in ConsumeMoveOrDragEvent()
|
/foundation/arkui/ace_engine/frameworks/core/common/ |
H A D | event_manager.cpp | 427 .SetTargetDisplayId(axisEvent.targetDisplayId) in ConvertAxisEventToTouchEvent()
|