/foundation/window/window_manager/window_scene/session/host/src/ |
H A D | move_drag_controller.cpp | 360 moveDragEndDisplayId_ = pointerEvent->GetTargetDisplayId(); in ConsumeMoveEvent() 423 if (!IsSystemWindow() || static_cast<uint64_t>(pointerEvent->GetTargetDisplayId()) == moveDragStartDisplayId_) { in CalcDragTargetRect() 479 moveDragStartDisplayId_ : pointerEvent->GetTargetDisplayId(); in ConsumeDragEvent() 536 GetScreenSessionById(static_cast<uint64_t>(pointerEvent->GetTargetDisplayId())); in CalcUnifiedTranslate() 571 if (!IsSystemWindow() || static_cast<uint64_t>(pointerEvent->GetTargetDisplayId()) == moveDragStartDisplayId_) { in CalcMoveTargetRect() 598 auto display = DisplayManager::GetInstance().GetDisplayById(pointerEvent->GetTargetDisplayId()); in EventDownInit() 1032 DisplayId displayId = pointerEvent->GetTargetDisplayId(); in UpdateHotAreaType()
|
/foundation/multimodalinput/input/interfaces/native/innerkits/event/include/ |
H A D | input_event.h | 272 int32_t GetTargetDisplayId() const;
|
/foundation/multimodalinput/input/service/touch_event_normalize/src/ |
H A D | tablet_tool_tranform_processor.cpp | 199 int32_t targetDisplayId = pointerEvent_->GetTargetDisplayId(); in OnTipMotion() 271 int32_t targetDisplayId = pointerEvent_->GetTargetDisplayId(); in OnTipProximity()
|
H A D | touch_transform_processor.cpp | 156 int32_t logicalDisplayId = pointerEvent_->GetTargetDisplayId(); in OnEventTouchMotion()
|
H A D | touch_gesture_detector.cpp | 271 int32_t displayId = event->GetTargetDisplayId(); in WhetherDiscardTouchEvent()
|
/foundation/arkui/ace_engine/frameworks/core/event/ |
H A D | ace_events.h | 112 int32_t GetTargetDisplayId() const in GetTargetDisplayId() function in OHOS::Ace::KeyCode::BaseEventInfo
|
/foundation/multimodalinput/input/service/window_manager/src/ |
H A D | input_windows_manager.cpp | 314 std::vector<WindowInfo> windowsInfo = GetWindowGroupInfoByDisplayId(pointerEvent->GetTargetDisplayId()); in GetClientFd() 343 if (windowInfo == nullptr && pointerEvent->GetTargetDisplayId() != firstBtnDownWindowInfo_.second) { in GetClientFd() 428 auto displayId = pointerEvent->GetTargetDisplayId(); in FoldScreenRotation() 507 std::vector<WindowInfo> windowsInfo = GetWindowGroupInfoByDisplayId(keyEvent->GetTargetDisplayId()); in HandleKeyEventWindowId() 548 int32_t displayId = inputEvent->GetTargetDisplayId(); in GetDisplayId() 567 std::vector<WindowInfo> windowInfos = GetWindowGroupInfoByDisplayId(pointerEvent->GetTargetDisplayId()); in GetClientFd() 619 std::vector<WindowInfo> windowsInfo = GetWindowGroupInfoByDisplayId(keyEvent->GetTargetDisplayId()); in GetPidAndUpdateTarget() 1220 pointerEvent->SetTargetDisplayId(lastPointerEvent_->GetTargetDisplayId()); in UpdateDisplayInfo() 1359 auto displayId = pointerEvent->GetTargetDisplayId(); in UpdateDisplayInfo() 1446 pointerEvent->SetTargetDisplayId(lastPointerEvent_->GetTargetDisplayId()); in UpdateDisplayInfo() [all...] |
H A D | knuckle_dynamic_drawing_manager.cpp | 125 auto displayId = pointerEvent->GetTargetDisplayId(); in KnuckleDynamicDrawHandler()
|
H A D | knuckle_drawing_manager.cpp | 178 int32_t displayId = touchEvent->GetTargetDisplayId(); in KnuckleDrawHandler()
|
/foundation/multimodalinput/input/frameworks/proxy/events/include/ |
H A D | event_log_helper.h | 134 event->GetTargetDisplayId(), isRepeat.c_str(), isSimulate.c_str()); in PrintInfoLog() 146 event->GetTargetDisplayId(), isRepeat.c_str(), isSimulate.c_str()); in PrintInfoLog() 157 event->GetTargetDisplayId(), isRepeat.c_str(), isSimulate.c_str()); in PrintInfoLog() 276 event->DumpPointerAction(), event->DumpSourceType(), event->GetTargetDisplayId(), in PrintInfoLog()
|
/foundation/arkui/ace_engine/adapter/ohos/entrance/ |
H A D | mmi_event_convertor.cpp | 178 .SetTargetDisplayId(pointerEvent->GetTargetDisplayId()) in ConvertTouchEvent() 330 events.targetDisplayId = pointerEvent->GetTargetDisplayId(); in ConvertMouseEvent() 417 event.targetDisplayId = pointerEvent->GetTargetDisplayId(); in ConvertAxisEvent()
|
/foundation/barrierfree/accessibility/services/aams/src/ |
H A D | accessibility_screen_touch.cpp | 304 screenId_ = event.GetTargetDisplayId(); in HandleResponseDelayStateInnerDown()
|
/foundation/multimodalinput/input/service/event_dispatch/src/ |
H A D | event_dispatch_handler.cpp | 166 auto windowInfo = WIN_MGR->GetWindowAndDisplayInfo(windowId, point->GetTargetDisplayId()); in HandleMultiWindowPointerEvent()
|
/foundation/multimodalinput/input/frameworks/proxy/events/src/ |
H A D | input_event.cpp | 180 int32_t InputEvent::GetTargetDisplayId() const in GetTargetDisplayId() function in OHOS::MMI::InputEvent
|
/foundation/multimodalinput/input/service/key_command/src/ |
H A D | key_command_handler.cpp | 648 auto physicDisplayInfo = WIN_MGR->GetPhysicalDisplay(touchEvent->GetTargetDisplayId()); in CheckKnuckleCondition() 706 auto displayInfo = WIN_MGR->GetPhysicalDisplay(touchEvent->GetTargetDisplayId()); in HandleKnuckleGestureTouchDown() 723 auto displayInfo = WIN_MGR->GetPhysicalDisplay(touchEvent->GetTargetDisplayId()); in HandleKnuckleGestureTouchMove() 2311 int32_t displayId = touchEvent->GetTargetDisplayId(); in CheckInputMethodArea()
|
/foundation/multimodalinput/input/service/event_resample/src/ |
H A D | event_resample.cpp | 220 auto windows = WIN_MGR->GetWindowGroupInfoByDisplayId(pointerEvent->GetTargetDisplayId()); in TransformSampleWindowXY()
|
/foundation/multimodalinput/input/util/common/src/ |
H A D | input_event_data_transformation.cpp | 165 << event->GetTargetDisplayId() << event->GetTargetWindowId() in SerializeInputEvent()
|
/foundation/multimodalinput/input/intention/cooperate/plugin/src/input_event_transmission/ |
H A D | input_event_serialization.cpp | 161 << event->GetTargetDisplayId() << event->GetTargetWindowId() in SerializeInputEvent()
|
/foundation/window/window_manager/wmserver/src/ |
H A D | drag_controller.cpp | 466 int32_t targetDisplayId = pointerEvent->GetTargetDisplayId(); in HandlePointerEvent()
|
/foundation/multimodalinput/input/service/window_manager/test/ |
H A D | input_windows_manager_test.cpp | 2672 auto id = pointerEvent->GetTargetDisplayId(); in HWTEST_F() 2686 auto id = pointerEvent->GetTargetDisplayId(); in HWTEST_F() 2803 inputWindowsManager.windowsPerDisplay_.insert(std::make_pair(pointerEvent->GetTargetDisplayId(), windowGroupInfo)); in HWTEST_F() 2860 inputWindowsManager.windowsPerDisplay_.insert(std::make_pair(pointerEvent->GetTargetDisplayId(), widGroupInfo)); in HWTEST_F() 3950 inputWindowsManager.windowsPerDisplay_.insert(std::make_pair(pointerEvent->GetTargetDisplayId(), windowGroupInfo)); in HWTEST_F() 3997 inputWindowsManager.windowsPerDisplay_.insert(std::make_pair(pointerEvent->GetTargetDisplayId(), windowGroupInfo)); in HWTEST_F() 4053 inputWindowsManager.windowsPerDisplay_.insert(std::make_pair(pointerEvent->GetTargetDisplayId(), windowGroupInfo)); in HWTEST_F() 4136 inputWindowsManager.windowsPerDisplay_.insert(std::make_pair(keyEvent->GetTargetDisplayId(), windowGroupInfo)); in HWTEST_F() 6454 EXPECT_EQ(keyEvent->GetTargetDisplayId(), 1); in HWTEST_F() 6458 EXPECT_EQ(keyEvent->GetTargetDisplayId(), in HWTEST_F() [all...] |
/foundation/multimodalinput/input/service/event_handler/src/ |
H A D | event_normalize_handler.cpp | 790 auto displayInfo = WIN_MGR->GetPhysicalDisplay(touchMoveEvent->GetTargetDisplayId()); in CalcTouchOffset()
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/event/ |
H A D | gesture_event_hub_drag.cpp | 717 info.GetScreenLocation().GetY(), info.GetTargetDisplayId(), windowId, true, false, summary }; in OnDragStart() 725 static_cast<int32_t>(extraInfoLimited.length()), info.GetPointerId(), info.GetTargetDisplayId(), windowId, in OnDragStart()
|
/foundation/multimodalinput/input/frameworks/napi/input_monitor/src/ |
H A D | js_input_monitor.cpp | 478 mapFunc["screenId"] = [inputEvent] { return inputEvent->GetTargetDisplayId(); }; in GetInputEventFunc() 874 mapFun["screenId"] = [pointerEvent] { return pointerEvent->GetTargetDisplayId(); }; in GetFuns()
|
/foundation/window/window_manager/wm/src/ |
H A D | window_impl.cpp | 3060 moveDragProperty_->targetDisplayId_ = pointerEvent->GetTargetDisplayId(); in ReadyToMoveOrDragWindow() 3132 int32_t targetDisplayId = pointerEvent->GetTargetDisplayId(); in ConsumeMoveOrDragEvent() 3225 SingletonContainer::Get<DisplayManager>().GetDisplayById(pointerEvent->GetTargetDisplayId()); in HandlePointerStyle()
|
/foundation/barrierfree/accessibility/interfaces/kits/napi/src/ |
H A D | napi_accessibility_utils.cpp | 1467 int32_t screenId = keyEvent->GetTargetDisplayId(); in SetInputEventProperty()
|