/ohos5.0/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, coord)) { in OnTipProximity() 288 pointerEvent_->SetTargetDisplayId(targetDisplayId); in OnTipProximity()
|
/ohos5.0/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()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/event/ |
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 | mouse_event.h | 108 int32_t targetDisplayId = 0; member 164 .targetDisplayId = targetDisplayId, in CloneWith() 221 .SetTargetDisplayId(targetDisplayId) in CreateTouchPoint() 252 .targetDisplayId = targetDisplayId, 461 info.SetTargetDisplayId(event.targetDisplayId); in HandleMouseEvent()
|
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.h | 98 int32_t targetDisplayId = 0; member 212 TouchEvent& SetTargetDisplayId(int32_t targetDisplayId) in SetTargetDisplayId() 214 this->targetDisplayId = targetDisplayId; in SetTargetDisplayId() 311 event.targetDisplayId = targetDisplayId; in CloneWith() 457 .SetTargetDisplayId(targetDisplayId) in UpdatePointers()
|
/ohos5.0/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() 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 …upController::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()
|
/ohos5.0/foundation/multimodalinput/input/service/window_manager/include/ |
H A D | i_input_windows_manager.h | 132 EventTouch& touchInfo, int32_t& targetDisplayId) = 0; 134 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;
|
/ohos5.0/foundation/window/window_manager/utils/include/ |
H A D | wm_common_inner.h | 216 …ty(int32_t startPointPosX, int32_t startPointPosY, int32_t startPointerId, int32_t targetDisplayId, in MoveDragProperty() 220 targetDisplayId_(targetDisplayId), sourceType_(sourceType), startDragFlag_(startDragFlag), in MoveDragProperty()
|
/ohos5.0/foundation/window/window_manager/wmserver/include/ |
H A D | display_group_controller.h | 69 void MoveCrossNodeToTargetDisplay(const sptr<WindowNode>& node, DisplayId targetDisplayId);
|
/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/entrance/ |
H A D | mmi_event_convertor.cpp | 337 events.targetDisplayId = pointerEvent->GetTargetDisplayId(); in ConvertMouseEvent() 421 event.targetDisplayId = pointerEvent->GetTargetDisplayId(); in ConvertAxisEvent()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/ |
H A D | js_base_node.cpp | 270 touchEvent.targetDisplayId = targetDisplayIdJsVal->ToNumber<int32_t>(); in PostTouchEvent()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/gestures/recognizers/ |
H A D | long_press_recognizer.cpp | 370 info.SetTargetDisplayId(lastTouchEvent_.targetDisplayId); in SendCallbackMsg()
|
H A D | pan_recognizer.cpp | 674 info.SetTargetDisplayId(touchPoint.targetDisplayId); in GetGestureEventInfo()
|
/ohos5.0/foundation/arkui/ace_engine/adapter/preview/entrance/ |
H A D | event_dispatcher.cpp | 253 mouseEvent.targetDisplayId = pointerEvent->targetDisplayId_; in ConvertMouseEvent()
|
/ohos5.0/foundation/multimodalinput/input/service/window_manager/test/ |
H A D | input_windows_manager_ex_test.cpp | 722 int32_t targetDisplayId = 3; variable 726 bool result = inputWindowsManager->TransformTipPoint(&event, coord, targetDisplayId); 728 bool ret = inputWindowsManager->CalculateTipPoint(&event, targetDisplayId, coord);
|
H A D | input_windows_manager_test.cpp | 417 int32_t targetDisplayId = 0; variable 418 keyEvent->SetTargetDisplayId(targetDisplayId);
|
/ohos5.0/foundation/multimodalinput/input/service/key_command/src/ |
H A D | key_command_handler.cpp | 2473 int32_t targetDisplayId = touchEvent->GetTargetDisplayId(); in CheckInputMethodArea() local 2474 auto window = WIN_MGR->GetWindowAndDisplayInfo(targetWindowId, targetDisplayId); in CheckInputMethodArea()
|
/ohos5.0/foundation/window/window_manager/wm/src/ |
H A D | window_impl.cpp | 3167 int32_t targetDisplayId = pointerEvent->GetTargetDisplayId(); in ConsumeMoveOrDragEvent() local 3181 … moveDragProperty_->startMoveFlag_, moveDragProperty_->startDragFlag_, targetDisplayId, in ConsumeMoveOrDragEvent()
|
/ohos5.0/foundation/multimodalinput/input/service/window_manager/src/ |
H A D | input_windows_manager.cpp | 1758 int32_t& targetDisplayId, PhysicalCoordinate& coord) const in UpdateDisplayInfo() argument 1761 if (!TransformTipPoint(tip, coord, targetDisplayId)) { in UpdateDisplayInfo()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/common/ |
H A D | event_manager.cpp | 405 .SetTargetDisplayId(axisEvent.targetDisplayId) in ConvertAxisEventToTouchEvent()
|