Home
last modified time | relevance | path

Searched defs:SetOnAnimationEnd (Results 1 – 4 of 4) sorted by relevance

/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/swiper/
Dswiper_model.h104 … virtual void SetOnAnimationEnd(std::function<void(const BaseEventInfo* info)>&& onAnimationEnd) {} in SetOnAnimationEnd() function
106 virtual void SetOnAnimationEnd(AnimationEndEvent&& onAnimationEnd) {} in SetOnAnimationEnd() function
Dswiper_model_ng.cpp191 void SwiperModelNG::SetOnAnimationEnd(AnimationEndEvent&& onAnimationEnd) in SetOnAnimationEnd() function in OHOS::Ace::NG::SwiperModelNG
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
Dswiper_model_impl.cpp215 void SwiperModelImpl::SetOnAnimationEnd(std::function<void(const BaseEventInfo* info)>&& onAnimatio… in SetOnAnimationEnd() function in OHOS::Ace::Framework::SwiperModelImpl
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
Djs_swiper.cpp897 void JSSwiper::SetOnAnimationEnd(const JSCallbackInfo& info) in SetOnAnimationEnd() function in OHOS::Ace::Framework::JSSwiper