Home
last modified time | relevance | path

Searched refs:GetWindowYPos (Results 1 - 6 of 6) sorted by relevance

/foundation/arkui/ace_engine/adapter/ohos/entrance/
H A Dmmi_event_convertor.cpp146 mouseEvent.y = pointerItem.GetWindowYPos(); in UpdateMouseEventForPen()
194 event.y = item.GetWindowYPos(); in ConvertTouchEvent()
598 yRelative = item.GetWindowYPos(); in CalculatePointerEvent()
623 yRelative = item.GetWindowYPos(); in CalculatePointerEvent()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/window_scene/helper/
H A Dwindow_scene_helper.cpp199 PointF tmpPos(item.GetWindowXPos() + rect.GetX(), item.GetWindowYPos() + rect.GetY()); in CaculatePoint()
/foundation/multimodalinput/input/frameworks/proxy/events/include/
H A Devent_log_helper.h298 item.GetWindowYPos(), item.GetOriginPointerId()); in PrintInfoLog()
307 item.GetWindowYPos(), item.GetOriginPointerId(), isSimulate.c_str()); in PrintInfoLog()
/foundation/multimodalinput/input/interfaces/native/innerkits/event/include/
H A Dpointer_event.h873 double GetWindowYPos() const;
/foundation/multimodalinput/input/frameworks/proxy/events/src/
H A Dpointer_event.cpp149 double PointerEvent::PointerItem::GetWindowYPos() const in GetWindowYPos() function in OHOS::MMI::PointerEvent::PointerItem
/foundation/multimodalinput/input/frameworks/proxy/events/test/
H A Dpointer_event_test.cpp1067 ASSERT_EQ(item.GetWindowYPos(), y); in HWTEST_F()

Completed in 9 milliseconds