/foundation/window/window_manager/wm/src/ |
H A D | gtx_input_event_sender.cpp | 59 dstTouchPoint.x = srcTouchPoint.GetWindowX(); in SetTouchEvent()
|
H A D | window_scene_session_impl.cpp | 766 int32_t winX = pointerItem.GetWindowX(); in HandlePointDownEvent()
|
/foundation/arkui/ace_engine/adapter/ohos/entrance/ |
H A D | mmi_event_convertor.cpp | 66 touchPoint.x = pointerItem.GetWindowX(); in ConvertTouchPoint() 107 return Offset(item.GetWindowX(), item.GetWindowY()); in GetTouchEventOriginOffset() 319 events.x = item.GetWindowX(); in ConvertMouseEvent() 394 event.x = static_cast<float>(item.GetWindowX()); in ConvertAxisEvent() 528 event.windowX = pointerItem.GetWindowX(); in ConvertPointerEvent() 569 pointerEvent->GetId(), actionId, item.GetWindowX(), item.GetWindowY(), pointerEvent->GetPointerAction(), in LogPointInfo() 579 actionId, item.GetWindowX(), item.GetWindowY(), item.IsPressed(), item.GetPressure(), in LogPointInfo() 593 float xRelative = item.GetWindowX(); in CalculatePointerEvent() 618 float xRelative = item.GetWindowX(); in CalculatePointerEvent()
|
/foundation/arkui/ace_engine/frameworks/core/components/xcomponent/ |
H A D | native_interface_xcomponent_impl.cpp | 139 int32_t OH_NativeXComponent::GetWindowX(size_t pointIndex, float* windowX) in GetWindowX() function in OH_NativeXComponent 144 (*windowX) = xcomponentImpl_->GetWindowX(pointIndex); in GetWindowX()
|
H A D | native_interface_xcomponent_impl.h | 257 float GetWindowX(size_t pointIndex) const in GetWindowX() function in OHOS::Ace::NativeXComponentImpl 487 int32_t GetWindowX(size_t pointIndex, float* windowX);
|
/foundation/barrierfree/accessibility/services/test/mock/multimodalinput/src/ |
H A D | mock_pointer_event.cpp | 86 int32_t PointerEvent::PointerItem::GetWindowX() const in GetWindowX() function in OHOS::MMI::PointerEvent::PointerItem
|
/foundation/multimodalinput/input/frameworks/proxy/events/include/ |
H A D | event_log_helper.h | 384 item.GetWindowX(), item.GetWindowY(), item.GetWidth(), item.GetHeight(), item.GetTiltX(), in Print() 397 item.GetWindowX(), item.GetWindowY(), item.GetWidth(), item.GetHeight(), item.GetTiltX(), in Print() 417 item.GetDisplayY(), item.GetWindowX(), item.GetWindowY(), item.GetWidth(), item.GetHeight(), in Print() 431 item.GetDisplayY(), item.GetWindowX(), item.GetWindowY(), item.GetWidth(), item.GetHeight(), in Print()
|
/foundation/window/window_manager/window_scene/intention_event/src/ |
H A D | intention_event_manager.cpp | 60 windowId, actionId, item.GetDisplayX(), item.GetDisplayY(), item.GetWindowX(), item.GetWindowY(), in LogPointInfo() 69 actionId, item.GetWindowX(), item.GetWindowY(), item.IsPressed(), item.GetPressure(), in LogPointInfo()
|
/foundation/window/window_manager/window_scene/session/host/src/ |
H A D | move_drag_controller.cpp | 564 int32_t pointerWindowX = pointerItem.GetWindowX(); in CalcMoveTargetRect() 606 type_ = SessionHelper::GetAreaType(pointerItem.GetWindowX(), pointerItem.GetWindowY(), sourceType, outside, vpr_, in EventDownInit() 620 moveDragProperty_.originalRect_.posX_ = pointerItem.GetDisplayX() - pointerItem.GetWindowX(); in EventDownInit() 941 moveTempProperty_.lastDownPointerWindowX_ = pointerItem.GetWindowX(); in UpdateMoveTempProperty()
|
/foundation/arkui/ace_engine/interfaces/native/ |
H A D | native_interface_xcomponent.cpp | 96 return component->GetWindowX(pointIndex, windowX); in OH_NativeXComponent_GetTouchPointWindowX()
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/window_scene/helper/ |
H A D | window_scene_helper.cpp | 192 PointF tmp(item.GetWindowX() + rect.GetX(), item.GetWindowY() + rect.GetY()); in CaculatePoint()
|
/foundation/multimodalinput/input/interfaces/native/innerkits/event/include/ |
H A D | pointer_event.h | 855 int32_t GetWindowX() const;
|
/foundation/window/window_manager/window_scene/session/container/src/ |
H A D | window_event_channel.cpp | 278 item.GetWindowX(), item.GetWindowY()); in PrintPointerEvent()
|
/foundation/multimodalinput/input/frameworks/proxy/events/src/ |
H A D | pointer_event.cpp | 99 int32_t PointerEvent::PointerItem::GetWindowX() const in GetWindowX() function in OHOS::MMI::PointerEvent::PointerItem 529 eventStr += ",windowX:" + std::to_string((*it).GetWindowX()); in ToString()
|
/foundation/multimodalinput/input/service/event_handler/src/ |
H A D | event_normalize_handler.cpp | 302 item.GetWindowX(), item.GetWindowY(), item.GetWidth(), item.GetHeight(), item.GetPressure(), in HandlePointerEvent()
|
/foundation/multimodalinput/input/frameworks/napi/input_monitor/src/ |
H A D | js_input_monitor.cpp | 577 CHKRR(SetNameProperty(jsEnv_, value, "windowX", item.GetWindowX()), "Set windowX", RET_ERR); in GetJsPointerItem() 877 mapFun["windowX"] = [item] { return item.GetWindowX(); }; in GetFuns()
|
/foundation/multimodalinput/input/service/mouse_event_normalize/src/ |
H A D | mouse_transform_processor.cpp | 732 item.GetWindowX(), item.GetWindowY(), pointerEvent_->GetButtonId(), pointerEvent_->GetAgentWindowId(), in Dump()
|
/foundation/multimodalinput/input/frameworks/proxy/events/test/ |
H A D | pointer_event_test.cpp | 311 item2.SetWindowX(item1.GetWindowX()); in HWTEST_F()
|