Home
last modified time | relevance | path

Searched refs:GetWindowX (Results 1 - 18 of 18) sorted by relevance

/foundation/window/window_manager/wm/src/
H A Dgtx_input_event_sender.cpp59 dstTouchPoint.x = srcTouchPoint.GetWindowX(); in SetTouchEvent()
H A Dwindow_scene_session_impl.cpp766 int32_t winX = pointerItem.GetWindowX(); in HandlePointDownEvent()
/foundation/arkui/ace_engine/adapter/ohos/entrance/
H A Dmmi_event_convertor.cpp66 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 Dnative_interface_xcomponent_impl.cpp139 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 Dnative_interface_xcomponent_impl.h257 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 Dmock_pointer_event.cpp86 int32_t PointerEvent::PointerItem::GetWindowX() const in GetWindowX() function in OHOS::MMI::PointerEvent::PointerItem
/foundation/multimodalinput/input/frameworks/proxy/events/include/
H A Devent_log_helper.h384 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 Dintention_event_manager.cpp60 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 Dmove_drag_controller.cpp564 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 Dnative_interface_xcomponent.cpp96 return component->GetWindowX(pointIndex, windowX); in OH_NativeXComponent_GetTouchPointWindowX()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/window_scene/helper/
H A Dwindow_scene_helper.cpp192 PointF tmp(item.GetWindowX() + rect.GetX(), item.GetWindowY() + rect.GetY()); in CaculatePoint()
/foundation/multimodalinput/input/interfaces/native/innerkits/event/include/
H A Dpointer_event.h855 int32_t GetWindowX() const;
/foundation/window/window_manager/window_scene/session/container/src/
H A Dwindow_event_channel.cpp278 item.GetWindowX(), item.GetWindowY()); in PrintPointerEvent()
/foundation/multimodalinput/input/frameworks/proxy/events/src/
H A Dpointer_event.cpp99 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 Devent_normalize_handler.cpp302 item.GetWindowX(), item.GetWindowY(), item.GetWidth(), item.GetHeight(), item.GetPressure(), in HandlePointerEvent()
/foundation/multimodalinput/input/frameworks/napi/input_monitor/src/
H A Djs_input_monitor.cpp577 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 Dmouse_transform_processor.cpp732 item.GetWindowX(), item.GetWindowY(), pointerEvent_->GetButtonId(), pointerEvent_->GetAgentWindowId(), in Dump()
/foundation/multimodalinput/input/frameworks/proxy/events/test/
H A Dpointer_event_test.cpp311 item2.SetWindowX(item1.GetWindowX()); in HWTEST_F()

Completed in 27 milliseconds