Home
last modified time | relevance | path

Searched defs:onAnimationEnd (Results 1 – 12 of 12) sorted by relevance

/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/swiper/
Dswiper_model.h106 … virtual void SetOnAnimationEnd(std::function<void(const BaseEventInfo* info)>&& onAnimationEnd) {} in SetOnAnimationEnd()
108 virtual void SetOnAnimationEnd(AnimationEndEvent&& onAnimationEnd) {} in SetOnAnimationEnd()
Dswiper_model_ng.cpp187 void SwiperModelNG::SetOnAnimationEnd(AnimationEndEvent&& onAnimationEnd) in SetOnAnimationEnd()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/tabs/
Dtabs_model.h129 virtual void SetOnAnimationEnd(AnimationEndEvent&& onAnimationEnd) {} in SetOnAnimationEnd()
Dtabs_model_ng.cpp393 void TabsModelNG::SetOnAnimationEnd(AnimationEndEvent&& onAnimationEnd) in SetOnAnimationEnd()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ark_component/src/
DArkTabs.ts24 onAnimationEnd(handler: (index: number, event: TabsAnimationEvent) => void): TabsAttribute { method in ArkTabsComponent
DArkSwiper.ts113 onAnimationEnd(event: (index: number, extraInfo: SwiperAnimationEvent) => void): this { method in ArkSwiperComponent
/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.cpp871 …auto onAnimationEnd = [executionContext = info.GetExecutionContext(), func = std::move(animationEn… in SetOnAnimationEnd() local
886 …auto onAnimationEnd = [executionContext = info.GetExecutionContext(), func = std::move(animationEn… in SetOnAnimationEnd() local
Djs_tabs.cpp159 …auto onAnimationEnd = [executionContext = info.GetExecutionContext(), func = std::move(animationEn… in SetOnAnimationEnd() local
/foundation/arkui/ace_engine/test/unittest/core/pattern/tabs/
Dtabs_test_ng.cpp4510 auto onAnimationEnd = [](int32_t index, const AnimationCallbackInfo& info) {}; in __anon86fc9e322702() variable
10637 auto onAnimationEnd = [](int32_t index, const AnimationCallbackInfo& info) {}; in __anon86fc9e325902() variable
/foundation/arkui/ace_engine/test/unittest/core/pattern/swiper/
Dswiper_test_ng.cpp896 auto onAnimationEnd = [](int32_t index, const AnimationCallbackInfo& info) {}; in __anon5e4b34921e02() variable
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/
DarkComponent.js17496 onAnimationEnd(event) { method in ArkSwiperComponent
17951 onAnimationEnd(handler) { method in ArkTabsComponent