Home
last modified time | relevance | path

Searched refs:targetDisplayId (Results 1 – 23 of 23) sorted by relevance

/ohos5.0/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, 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 Dscreen_node.cpp29 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 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 Dmouse_event.h108 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 Dace_events.h116 void SetTargetDisplayId(int32_t targetDisplayId) in SetTargetDisplayId() argument
118 targetDisplayId_ = targetDisplayId; in SetTargetDisplayId()
H A Dtouch_event.h98 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 Ddrag_controller.cpp466 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 Ddisplay_group_controller.cpp308 …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 Di_input_windows_manager.h132 EventTouch& touchInfo, int32_t& targetDisplayId) = 0;
134 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;
/ohos5.0/foundation/window/window_manager/utils/include/
H A Dwm_common_inner.h216 …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 Ddisplay_group_controller.h69 void MoveCrossNodeToTargetDisplay(const sptr<WindowNode>& node, DisplayId targetDisplayId);
/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/entrance/
H A Dmmi_event_convertor.cpp337 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 Djs_base_node.cpp270 touchEvent.targetDisplayId = targetDisplayIdJsVal->ToNumber<int32_t>(); in PostTouchEvent()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/gestures/recognizers/
H A Dlong_press_recognizer.cpp370 info.SetTargetDisplayId(lastTouchEvent_.targetDisplayId); in SendCallbackMsg()
H A Dpan_recognizer.cpp674 info.SetTargetDisplayId(touchPoint.targetDisplayId); in GetGestureEventInfo()
/ohos5.0/foundation/arkui/ace_engine/adapter/preview/entrance/
H A Devent_dispatcher.cpp253 mouseEvent.targetDisplayId = pointerEvent->targetDisplayId_; in ConvertMouseEvent()
/ohos5.0/foundation/multimodalinput/input/service/window_manager/test/
H A Dinput_windows_manager_ex_test.cpp722 int32_t targetDisplayId = 3; variable
726 bool result = inputWindowsManager->TransformTipPoint(&event, coord, targetDisplayId);
728 bool ret = inputWindowsManager->CalculateTipPoint(&event, targetDisplayId, coord);
H A Dinput_windows_manager_test.cpp417 int32_t targetDisplayId = 0; variable
418 keyEvent->SetTargetDisplayId(targetDisplayId);
/ohos5.0/foundation/multimodalinput/input/service/key_command/src/
H A Dkey_command_handler.cpp2473 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 Dwindow_impl.cpp3167 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 Dinput_windows_manager.cpp1758 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 Devent_manager.cpp405 .SetTargetDisplayId(axisEvent.targetDisplayId) in ConvertAxisEventToTouchEvent()