Home
last modified time | relevance | path

Searched refs:targetDisplayId (Results 1 - 22 of 22) sorted by relevance

/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/window_scene/screen/
H A Dscreen_node.cpp29 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 Dtablet_tool_tranform_processor.cpp148 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 Dmouse_event.h108 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 Daxis_event.h88 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 Dace_events.h116 void SetTargetDisplayId(int32_t targetDisplayId) in SetTargetDisplayId() argument
118 targetDisplayId_ = targetDisplayId; in SetTargetDisplayId()
H A Dtouch_event.cpp102 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 Dtouch_event.h76 int32_t targetDisplayId = 0; member
115 TouchEvent& SetTargetDisplayId(int32_t targetDisplayId);
/foundation/window/window_manager/wmserver/src/
H A Ddrag_controller.cpp466 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 Ddisplay_group_controller.cpp308 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 Di_input_windows_manager.h128 EventTouch& touchInfo, int32_t& targetDisplayId) = 0;
130 int32_t& targetDisplayId, PhysicalCoordinate& coord) const = 0;
H A Dinput_windows_manager.h131 EventTouch& touchInfo, int32_t& targetDisplayId);
140 int32_t& targetDisplayId, PhysicalCoordinate& coord) const;
/foundation/window/window_manager/wmserver/include/
H A Ddisplay_group_controller.h69 void MoveCrossNodeToTargetDisplay(const sptr<WindowNode>& node, DisplayId targetDisplayId);
/foundation/window/window_manager/utils/include/
H A Dwm_common_inner.h232 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 Dlong_press_recognizer.cpp348 info.SetTargetDisplayId(lastTouchEvent_.targetDisplayId); in SendCallbackMsg()
H A Dpan_recognizer.cpp698 info.SetTargetDisplayId(touchPoint.targetDisplayId); in GetGestureEventInfo()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_base_node.cpp288 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 Dmmi_event_convertor.cpp330 events.targetDisplayId = pointerEvent->GetTargetDisplayId(); in ConvertMouseEvent()
417 event.targetDisplayId = pointerEvent->GetTargetDisplayId(); in ConvertAxisEvent()
/foundation/multimodalinput/input/service/window_manager/test/
H A Dinput_windows_manager_ex_test.cpp851 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 Dinput_windows_manager_test.cpp418 int32_t targetDisplayId = 0; in HWTEST_F() local
419 keyEvent->SetTargetDisplayId(targetDisplayId); in HWTEST_F()
/foundation/multimodalinput/input/service/window_manager/src/
H A Dinput_windows_manager.cpp1761 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 Dwindow_impl.cpp3068 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 Devent_manager.cpp427 .SetTargetDisplayId(axisEvent.targetDisplayId) in ConvertAxisEventToTouchEvent()

Completed in 44 milliseconds