/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/swiper/ |
H A D | swiper_model.h | 120 …virtual void SetOnAnimationStart(std::function<void(const BaseEventInfo* info)>&& onAnimationStart… in SetOnAnimationStart() function 122 virtual void SetOnAnimationStart(AnimationStartEvent&& onAnimationStart) {} in SetOnAnimationStart() function
|
H A D | swiper_model_ng.h | 56 void SetOnAnimationStart(AnimationStartEvent&& onAnimationStart) override; 110 static void SetOnAnimationStart(FrameNode* frameNode, AnimationStartEvent&& onAnimationStart);
|
H A D | swiper_model_ng.cpp | 210 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 D | js_tabs.h | 42 static void SetOnAnimationStart(const JSCallbackInfo& info);
|
H A D | js_swiper.h | 55 static void SetOnAnimationStart(const JSCallbackInfo& info);
|
H A D | js_tabs.cpp | 144 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 D | js_swiper.cpp | 138 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 D | swiper_model_impl.h | 43 …void SetOnAnimationStart(std::function<void(const BaseEventInfo* info)>&& onAnimationStart) overri…
|
H A D | swiper_model_impl.cpp | 205 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 D | tabs_model.h | 130 virtual void SetOnAnimationStart(AnimationStartEvent&& onAnimationStart) {} in SetOnAnimationStart() function
|
H A D | tabs_model_ng.h | 53 void SetOnAnimationStart(AnimationStartEvent&& onAnimationStart) override;
|
H A D | tabs_model_ng.cpp | 426 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 D | node_swiper_modifier.cpp | 1082 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 D | tabs_event_test_ng.cpp | 219 model.SetOnAnimationStart(startEvent); 255 model.SetOnAnimationStart(startEvent);
|
H A D | tabs_test_ng.cpp | 536 model.SetOnAnimationStart(std::move(onAnimationStart));
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/swiper/ |
H A D | swiper_attr_test_ng.cpp | 1087 model.SetOnAnimationStart(std::move(onAnimationStart));
|
H A D | swiper_event_test_ng.cpp | 1207 model.SetOnAnimationStart(std::move(onAnimationStart)); in __anona048c02a2c02()
|