Home
last modified time | relevance | path

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

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