Home
last modified time | relevance | path

Searched refs:ConvertToAxisEvent (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/adapter/preview/entrance/
H A Dtouch_event_convertor.cpp26 void ConvertToAxisEvent(AxisEvent& event, const std::shared_ptr<MMI::PointerEvent>& srcPointerEvent… in ConvertToAxisEvent() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dtouch_event_convertor.h25 …void ConvertToAxisEvent(AxisEvent& event, const std::shared_ptr<MMI::PointerEvent>& srcPointerEven…
H A Dnode_gesture_modifier.cpp401 NG::ConvertToAxisEvent(tempAxisEvent, info.GetPointerEvent()); in ConvertIMMEventToAxisEvent()
/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/entrance/
H A Dtouch_event_convertor.cpp33 void ConvertToAxisEvent(AxisEvent& event, const std::shared_ptr<MMI::PointerEvent>& srcPointerEvent) in ConvertToAxisEvent() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/event/
H A Daxis_event.h304 AxisEvent ConvertToAxisEvent() const in ConvertToAxisEvent() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/xcomponent/
H A Dxcomponent_pattern.cpp1170 auto axisEvent = info.ConvertToAxisEvent(); in HandleAxisEvent()