Home
last modified time | relevance | path

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

/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/swiper/
Dswiper_model.h121 … virtual void SetOnAnimationEnd(std::function<void(const BaseEventInfo* info)>&& onAnimationEnd) {} in SetOnAnimationEnd()
123 virtual void SetOnAnimationEnd(AnimationEndEvent&& onAnimationEnd) {} in SetOnAnimationEnd()
Dswiper_model_ng.cpp221 void SwiperModelNG::SetOnAnimationEnd(AnimationEndEvent&& onAnimationEnd) in SetOnAnimationEnd()
648 void SwiperModelNG::SetOnAnimationEnd(FrameNode* frameNode, AnimationEndEvent&& onAnimationEnd) in SetOnAnimationEnd()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/tabs/
Dtabs_model.h131 virtual void SetOnAnimationEnd(AnimationEndEvent&& onAnimationEnd) {} in SetOnAnimationEnd()
Dtabs_model_ng.cpp435 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.ts129 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/test/unittest/core/pattern/tabs/
Dtabs_test_ng.cpp534 auto onAnimationEnd = [](int32_t index, const AnimationCallbackInfo& info) {}; in __anon33be1bd20402() variable
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
Djs_swiper.cpp967 …auto onAnimationEnd = [executionContext = info.GetExecutionContext(), func = std::move(animationEn… in SetOnAnimationEnd() local
982 …auto onAnimationEnd = [executionContext = info.GetExecutionContext(), func = std::move(animationEn… in SetOnAnimationEnd() local
Djs_tabs.cpp168 …auto onAnimationEnd = [executionContext = info.GetExecutionContext(), func = std::move(animationEn… in SetOnAnimationEnd() local
/foundation/arkui/ace_engine/test/unittest/core/pattern/swiper/
Dswiper_event_test_ng.cpp1203 auto onAnimationEnd = [&isAnimationEnd](int32_t index, const AnimationCallbackInfo& info) { in __anon661415d32b02() variable
Dswiper_attr_test_ng.cpp1094 auto onAnimationEnd = [](int32_t index, const AnimationCallbackInfo& info) {}; in __anon45309b6c3102() variable
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/
DarkComponent.js27999 onAnimationEnd(value) { method in ArkSwiperComponent
28619 onAnimationEnd(handler) { method in ArkTabsComponent