Home
last modified time | relevance | path

Searched defs:onAnimationEnd (Results 1 – 5 of 5) 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()
106 virtual void SetOnAnimationEnd(AnimationEndEvent&& onAnimationEnd) {} in SetOnAnimationEnd()
Dswiper_model_ng.cpp191 void SwiperModelNG::SetOnAnimationEnd(AnimationEndEvent&& onAnimationEnd) in SetOnAnimationEnd()
/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()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
Djs_swiper.cpp905 …auto onAnimationEnd = [executionContext = info.GetExecutionContext(), func = std::move(animationEn… in SetOnAnimationEnd() local
918 …auto onAnimationEnd = [executionContext = info.GetExecutionContext(), func = std::move(animationEn… in SetOnAnimationEnd() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/test/pattern/swiper/
Dswiper_test_ng.cpp1481 auto onAnimationEnd = [](int32_t index, const AnimationCallbackInfo& info) {}; in __anon07f4511a1502() variable
1541 auto onAnimationEnd = [](const BaseEventInfo* info) {}; in __anon07f4511a1602() variable