Home
last modified time | relevance | path

Searched defs:onAnimationEnd (Results 1 - 9 of 9) sorted by relevance

/foundation/arkui/ace_engine/test/unittest/core/pattern/swiper/
H A Dswiper_attr_test_ng.cpp1143 auto onAnimationEnd = [](int32_t index, const AnimationCallbackInfo& info) {}; in HWTEST_F() local
H A Dswiper_event_test_ng.cpp1241 auto onAnimationEnd = [&isAnimationEnd]( in HWTEST_F() local
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
H A Dswiper_model_impl.cpp214 void SwiperModelImpl::SetOnAnimationEnd(std::function<void(const BaseEventInfo* info)>&& onAnimationEnd) in SetOnAnimationEnd() argument
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/tabs/
H A Dtabs_model.h131 virtual void SetOnAnimationEnd(AnimationEndEvent&& onAnimationEnd) {} in SetOnAnimationEnd() argument
H A Dtabs_model_ng.cpp429 void TabsModelNG::SetOnAnimationEnd(AnimationEndEvent&& onAnimationEnd) in SetOnAnimationEnd() argument
/foundation/arkui/ace_engine/test/unittest/core/pattern/tabs/
H A Dtabs_test_ng.cpp534 auto onAnimationEnd = [](int32_t index, const AnimationCallbackInfo& info) {}; in HWTEST_F() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/swiper/
H A Dswiper_model.h121 virtual void SetOnAnimationEnd(std::function<void(const BaseEventInfo* info)>&& onAnimationEnd) {} in SetOnAnimationEnd() argument
123 virtual void SetOnAnimationEnd(AnimationEndEvent&& onAnimationEnd) {} in SetOnAnimationEnd() argument
H A Dswiper_model_ng.cpp223 void SwiperModelNG::SetOnAnimationEnd(AnimationEndEvent&& onAnimationEnd) in SetOnAnimationEnd() argument
680 void SwiperModelNG::SetOnAnimationEnd(FrameNode* frameNode, AnimationEndEvent&& onAnimationEnd) in SetOnAnimationEnd() argument
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_tabs.cpp168 auto onAnimationEnd = [executionContext = info.GetExecutionContext(), func = std::move(animationEndHandler)]( in SetOnAnimationEnd() local

Completed in 13 milliseconds