Home
last modified time | relevance | path

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

/foundation/arkui/ace_engine/adapter/ohos/entrance/
H A Dmmi_event_convertor.cpp145 mouseEvent.x = pointerItem.GetWindowXPos(); in UpdateMouseEventForPen()
193 event.x = item.GetWindowXPos(); in ConvertTouchEvent()
597 xRelative = item.GetWindowXPos(); in CalculatePointerEvent()
622 xRelative = item.GetWindowXPos(); 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.h297 item.GetTargetWindowId(), item.GetDisplayXPos(), item.GetDisplayYPos(), item.GetWindowXPos(), in PrintInfoLog()
306 item.GetTargetWindowId(), item.GetDisplayXPos(), item.GetDisplayYPos(), item.GetWindowXPos(), in PrintInfoLog()
/foundation/multimodalinput/input/interfaces/native/innerkits/event/include/
H A Dpointer_event.h856 double GetWindowXPos() const;
/foundation/multimodalinput/input/frameworks/proxy/events/src/
H A Dpointer_event.cpp139 double PointerEvent::PointerItem::GetWindowXPos() const in GetWindowXPos() function in OHOS::MMI::PointerEvent::PointerItem
/foundation/multimodalinput/input/frameworks/proxy/events/test/
H A Dpointer_event_test.cpp1052 ASSERT_EQ(item.GetWindowXPos(), x); in HWTEST_F()

Completed in 9 milliseconds