Home
last modified time | relevance | path

Searched refs:GetOnMoveEndEventId (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/watch_slider/
H A Dwatch_slider_component.h79 const EventMarker& GetOnMoveEndEventId() const in GetOnMoveEndEventId() function
H A Drender_watch_slider.cpp98 if (!sliderComponent->GetOnMoveEndEventId().IsEmpty()) { in Update()
99 …= AceAsyncEvent<void(const std::string&)>::Create(sliderComponent->GetOnMoveEndEventId(), context_… in Update()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/slider/
H A Dslider_component.h81 const EventMarker& GetOnMoveEndEventId() const in GetOnMoveEndEventId() function
H A Drender_slider.cpp91 if (!slider->GetOnMoveEndEventId().IsEmpty()) { in Update()
92 …MoveEnd_ = AceAsyncEvent<void(const std::string&)>::Create(slider->GetOnMoveEndEventId(), context_… in Update()