Home
last modified time | relevance | path

Searched refs:onAnimationEnd (Results 1 - 14 of 14) sorted by relevance

/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.h57 void SetOnAnimationEnd(AnimationEndEvent&& onAnimationEnd) override;
112 static void SetOnAnimationEnd(FrameNode* frameNode, AnimationEndEvent&& onAnimationEnd);
H A Dswiper_model_ng.cpp223 void SwiperModelNG::SetOnAnimationEnd(AnimationEndEvent&& onAnimationEnd) in SetOnAnimationEnd() argument
231 [event = std::move(onAnimationEnd)](int32_t index, const AnimationCallbackInfo& info) { in SetOnAnimationEnd()
680 void SwiperModelNG::SetOnAnimationEnd(FrameNode* frameNode, AnimationEndEvent&& onAnimationEnd) in SetOnAnimationEnd() argument
686 [event = std::move(onAnimationEnd)](int32_t index, const AnimationCallbackInfo& info) { in SetOnAnimationEnd()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
H A Dswiper_model_impl.h44 void SetOnAnimationEnd(std::function<void(const BaseEventInfo* info)>&& onAnimationEnd) override;
H A Dswiper_model_impl.cpp214 void SwiperModelImpl::SetOnAnimationEnd(std::function<void(const BaseEventInfo* info)>&& onAnimationEnd) in SetOnAnimationEnd() argument
216 auto onAnimationEndEvent = EventMarker(std::move(onAnimationEnd)); in SetOnAnimationEnd()
/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.h54 void SetOnAnimationEnd(AnimationEndEvent&& onAnimationEnd) override;
H A Dtabs_model_ng.cpp429 void TabsModelNG::SetOnAnimationEnd(AnimationEndEvent&& onAnimationEnd) in SetOnAnimationEnd() argument
435 tabPattern->SetAnimationEndEvent(std::move(onAnimationEnd)); in SetOnAnimationEnd()
/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
537 model.SetOnAnimationEnd(std::move(onAnimationEnd)); in HWTEST_F()
/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
171 ACE_SCORING_EVENT("Tabs.onAnimationEnd"); in SetOnAnimationEnd()
174 UiSessionManager::GetInstance().ReportComponentChangeEvent("event", "Tabs.onAnimationEnd"); in SetOnAnimationEnd()
177 TabsModel::GetInstance()->SetOnAnimationEnd(std::move(onAnimationEnd)); in SetOnAnimationEnd()
716 JSClass<JSTabs>::StaticMethod("onAnimationEnd", &JSTabs::SetOnAnimationEnd); in JSBind()
H A Djs_swiper.cpp140 JSClass<JSSwiper>::StaticMethod("onAnimationEnd", &JSSwiper::SetOnAnimationEnd); in JSBind()
992 auto onAnimationEnd = [executionContext = info.GetExecutionContext(), func = std::move(animationEndHandler),
995 ACE_SCORING_EVENT("Swiper.onAnimationEnd");
1000 SwiperModel::GetInstance()->SetOnAnimationEnd(std::move(onAnimationEnd));
1007 auto onAnimationEnd = [executionContext = info.GetExecutionContext(), func = std::move(animationEndHandler),
1012 TAG_LOGW(AceLogTag::ACE_SWIPER, "Swiper onAnimationEnd callback execute failed.");
1015 ACE_SCORING_EVENT("Swiper.onAnimationEnd");
1020 SwiperModel::GetInstance()->SetOnAnimationEnd(std::move(onAnimationEnd));
/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
1144 model.SetOnAnimationEnd(std::move(onAnimationEnd)); in HWTEST_F()
H A Dswiper_event_test_ng.cpp1241 auto onAnimationEnd = [&isAnimationEnd]( in HWTEST_F() local
1245 model.SetOnAnimationEnd(std::move(onAnimationEnd)); in HWTEST_F()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/
H A DarkComponent.js28056 onAnimationEnd(value) {
28676 onAnimationEnd(handler) {

Completed in 35 milliseconds