/foundation/window/window_manager/wm/src/ |
H A D | gtx_input_event_sender.cpp | 60 dstTouchPoint.y = srcTouchPoint.GetWindowY(); in SetTouchEvent()
|
H A D | window_scene_session_impl.cpp | 767 int32_t winY = pointerItem.GetWindowY(); in HandlePointDownEvent()
|
/foundation/arkui/ace_engine/adapter/ohos/entrance/ |
H A D | mmi_event_convertor.cpp | 67 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 D | native_interface_xcomponent_impl.cpp | 148 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 D | native_interface_xcomponent_impl.h | 265 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 D | mock_pointer_event.cpp | 96 int32_t PointerEvent::PointerItem::GetWindowY() const in GetWindowY() function in OHOS::MMI::PointerEvent::PointerItem
|
/foundation/multimodalinput/input/frameworks/proxy/events/include/ |
H A D | event_log_helper.h | 384 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 D | intention_event_manager.cpp | 60 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 D | move_drag_controller.cpp | 565 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 D | native_interface_xcomponent.cpp | 104 return component->GetWindowY(pointIndex, windowY); in OH_NativeXComponent_GetTouchPointWindowY()
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/window_scene/helper/ |
H A D | window_scene_helper.cpp | 192 PointF tmp(item.GetWindowX() + rect.GetX(), item.GetWindowY() + rect.GetY()); in CaculatePoint()
|
/foundation/multimodalinput/input/interfaces/native/innerkits/event/include/ |
H A D | pointer_event.h | 872 int32_t GetWindowY() const;
|
/foundation/window/window_manager/window_scene/session/container/src/ |
H A D | window_event_channel.cpp | 278 item.GetWindowX(), item.GetWindowY()); in PrintPointerEvent()
|
/foundation/multimodalinput/input/frameworks/proxy/events/src/ |
H A D | pointer_event.cpp | 109 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 D | event_normalize_handler.cpp | 302 item.GetWindowX(), item.GetWindowY(), item.GetWidth(), item.GetHeight(), item.GetPressure(), in HandlePointerEvent()
|
/foundation/multimodalinput/input/frameworks/napi/input_monitor/src/ |
H A D | js_input_monitor.cpp | 578 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 D | mouse_transform_processor.cpp | 732 item.GetWindowX(), item.GetWindowY(), pointerEvent_->GetButtonId(), pointerEvent_->GetAgentWindowId(), in Dump()
|
/foundation/multimodalinput/input/frameworks/proxy/events/test/ |
H A D | pointer_event_test.cpp | 312 item2.SetWindowY(item1.GetWindowY()); in HWTEST_F()
|