Home
last modified time | relevance | path

Searched refs:SetOnAnimationStart (Results 1 – 17 of 17) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/swiper/
H A Dswiper_model.h120 …virtual void SetOnAnimationStart(std::function<void(const BaseEventInfo* info)>&& onAnimationStart… in SetOnAnimationStart() function
122 virtual void SetOnAnimationStart(AnimationStartEvent&& onAnimationStart) {} in SetOnAnimationStart() function
H A Dswiper_model_ng.h56 void SetOnAnimationStart(AnimationStartEvent&& onAnimationStart) override;
110 static void SetOnAnimationStart(FrameNode* frameNode, AnimationStartEvent&& onAnimationStart);
H A Dswiper_model_ng.cpp210 void SwiperModelNG::SetOnAnimationStart(AnimationStartEvent&& onAnimationStart) in SetOnAnimationStart() function in OHOS::Ace::NG::SwiperModelNG
639 void SwiperModelNG::SetOnAnimationStart(FrameNode* frameNode, AnimationStartEvent&& onAnimationStar… in SetOnAnimationStart() function in OHOS::Ace::NG::SwiperModelNG
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_tabs.h42 static void SetOnAnimationStart(const JSCallbackInfo& info);
H A Djs_swiper.h55 static void SetOnAnimationStart(const JSCallbackInfo& info);
H A Djs_tabs.cpp144 void JSTabs::SetOnAnimationStart(const JSCallbackInfo& info) in SetOnAnimationStart() function in OHOS::Ace::Framework::JSTabs
158 TabsModel::GetInstance()->SetOnAnimationStart(std::move(onAnimationStart)); in SetOnAnimationStart()
692 JSClass<JSTabs>::StaticMethod("onAnimationStart", &JSTabs::SetOnAnimationStart); in JSBind()
H A Djs_swiper.cpp138 JSClass<JSSwiper>::StaticMethod("onAnimationStart", &JSSwiper::SetOnAnimationStart); in JSBind()
917 void JSSwiper::SetOnAnimationStart(const JSCallbackInfo& info) in SetOnAnimationStart() function in OHOS::Ace::Framework::JSSwiper
935 SwiperModel::GetInstance()->SetOnAnimationStart(std::move(onAnimationStart)); in SetOnAnimationStart()
955 SwiperModel::GetInstance()->SetOnAnimationStart(std::move(onAnimationStart)); in SetOnAnimationStart()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
H A Dswiper_model_impl.h43 …void SetOnAnimationStart(std::function<void(const BaseEventInfo* info)>&& onAnimationStart) overri…
H A Dswiper_model_impl.cpp205 void SwiperModelImpl::SetOnAnimationStart(std::function<void(const BaseEventInfo* info)>&& onAnimat… in SetOnAnimationStart() function in OHOS::Ace::Framework::SwiperModelImpl
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/tabs/
H A Dtabs_model.h130 virtual void SetOnAnimationStart(AnimationStartEvent&& onAnimationStart) {} in SetOnAnimationStart() function
H A Dtabs_model_ng.h53 void SetOnAnimationStart(AnimationStartEvent&& onAnimationStart) override;
H A Dtabs_model_ng.cpp426 void TabsModelNG::SetOnAnimationStart(AnimationStartEvent&& onAnimationStart) in SetOnAnimationStart() function in OHOS::Ace::NG::TabsModelNG
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dnode_swiper_modifier.cpp1082 SwiperModelNG::SetOnAnimationStart(frameNode, std::move(*onEvent)); in SetSwiperOnAnimationStart()
1084 SwiperModelNG::SetOnAnimationStart(frameNode, nullptr); in SetSwiperOnAnimationStart()
1092 SwiperModelNG::SetOnAnimationStart(frameNode, nullptr); in ResetSwiperOnAnimationStart()
1235 SwiperModelNG::SetOnAnimationStart(frameNode, std::move(onEvent)); in SetSwiperAnimationStart()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/tabs/
H A Dtabs_event_test_ng.cpp219 model.SetOnAnimationStart(startEvent);
255 model.SetOnAnimationStart(startEvent);
H A Dtabs_test_ng.cpp536 model.SetOnAnimationStart(std::move(onAnimationStart));
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/swiper/
H A Dswiper_attr_test_ng.cpp1087 model.SetOnAnimationStart(std::move(onAnimationStart));
H A Dswiper_event_test_ng.cpp1207 model.SetOnAnimationStart(std::move(onAnimationStart)); in __anona048c02a2c02()