Home
last modified time | relevance | path

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

/foundation/window/window_manager/wm/src/
H A Dgtx_input_event_sender.cpp60 dstTouchPoint.y = srcTouchPoint.GetWindowY(); in SetTouchEvent()
H A Dwindow_scene_session_impl.cpp767 int32_t winY = pointerItem.GetWindowY(); in HandlePointDownEvent()
/foundation/arkui/ace_engine/adapter/ohos/entrance/
H A Dmmi_event_convertor.cpp67 touchPoint.y = pointerItem.GetWindowY(); in ConvertTouchPoint()
107 return Offset(item.GetWindowX(), item.GetWindowY()); in GetTouchEventOriginOffset()
320 events.y = item.GetWindowY(); in ConvertMouseEvent()
395 event.y = static_cast<float>(item.GetWindowY()); in ConvertAxisEvent()
529 event.windowY = pointerItem.GetWindowY(); 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()
594 float yRelative = item.GetWindowY(); in CalculatePointerEvent()
619 float yRelative = item.GetWindowY(); in CalculatePointerEvent()
/foundation/arkui/ace_engine/frameworks/core/components/xcomponent/
H A Dnative_interface_xcomponent_impl.cpp148 int32_t OH_NativeXComponent::GetWindowY(size_t pointIndex, float* windowY) in GetWindowY() function in OH_NativeXComponent
153 (*windowY) = xcomponentImpl_->GetWindowY(pointIndex); in GetWindowY()
H A Dnative_interface_xcomponent_impl.h265 float GetWindowY(size_t pointIndex) const in GetWindowY() function in OHOS::Ace::NativeXComponentImpl
488 int32_t GetWindowY(size_t pointIndex, float* windowY);
/foundation/barrierfree/accessibility/services/test/mock/multimodalinput/src/
H A Dmock_pointer_event.cpp96 int32_t PointerEvent::PointerItem::GetWindowY() const in GetWindowY() 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.cpp565 int32_t pointerWindowY = pointerItem.GetWindowY(); in CalcMoveTargetRect()
606 type_ = SessionHelper::GetAreaType(pointerItem.GetWindowX(), pointerItem.GetWindowY(), sourceType, outside, vpr_, in EventDownInit()
621 moveDragProperty_.originalRect_.posY_ = pointerItem.GetDisplayY() - pointerItem.GetWindowY(); in EventDownInit()
942 moveTempProperty_.lastDownPointerWindowY_ = pointerItem.GetWindowY(); in UpdateMoveTempProperty()
/foundation/arkui/ace_engine/interfaces/native/
H A Dnative_interface_xcomponent.cpp104 return component->GetWindowY(pointIndex, windowY); in OH_NativeXComponent_GetTouchPointWindowY()
/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.h872 int32_t GetWindowY() 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.cpp109 int32_t PointerEvent::PointerItem::GetWindowY() const in GetWindowY() function in OHOS::MMI::PointerEvent::PointerItem
530 eventStr += ",windowY:" + std::to_string((*it).GetWindowY()); 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.cpp578 CHKRR(SetNameProperty(jsEnv_, value, "windowY", item.GetWindowY()), "Set windowY", RET_ERR); in GetJsPointerItem()
878 mapFun["windowY"] = [item] { return item.GetWindowY(); }; 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.cpp312 item2.SetWindowY(item1.GetWindowY()); in HWTEST_F()

Completed in 28 milliseconds