Searched refs:GetWindowXPos (Results 1 - 6 of 6) sorted by relevance
/foundation/arkui/ace_engine/adapter/ohos/entrance/ |
H A D | mmi_event_convertor.cpp | 145 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 D | window_scene_helper.cpp | 199 PointF tmpPos(item.GetWindowXPos() + rect.GetX(), item.GetWindowYPos() + rect.GetY()); in CaculatePoint()
|
/foundation/multimodalinput/input/frameworks/proxy/events/include/ |
H A D | event_log_helper.h | 297 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 D | pointer_event.h | 856 double GetWindowXPos() const;
|
/foundation/multimodalinput/input/frameworks/proxy/events/src/ |
H A D | pointer_event.cpp | 139 double PointerEvent::PointerItem::GetWindowXPos() const in GetWindowXPos() function in OHOS::MMI::PointerEvent::PointerItem
|
/foundation/multimodalinput/input/frameworks/proxy/events/test/ |
H A D | pointer_event_test.cpp | 1052 ASSERT_EQ(item.GetWindowXPos(), x); in HWTEST_F()
|
Completed in 9 milliseconds