Home
last modified time | relevance | path

Searched defs:onAnimationStart (Results 1 – 11 of 11) 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()
122 virtual void SetOnAnimationStart(AnimationStartEvent&& onAnimationStart) {} in SetOnAnimationStart()
H A Dswiper_model_ng.cpp210 void SwiperModelNG::SetOnAnimationStart(AnimationStartEvent&& onAnimationStart) in SetOnAnimationStart()
639 …id SwiperModelNG::SetOnAnimationStart(FrameNode* frameNode, AnimationStartEvent&& onAnimationStart) in SetOnAnimationStart()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/tabs/
H A Dtabs_model.h130 virtual void SetOnAnimationStart(AnimationStartEvent&& onAnimationStart) {} in SetOnAnimationStart()
H A Dtabs_model_ng.cpp426 void TabsModelNG::SetOnAnimationStart(AnimationStartEvent&& onAnimationStart) in SetOnAnimationStart()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
H A Dswiper_model_impl.cpp205 void SwiperModelImpl::SetOnAnimationStart(std::function<void(const BaseEventInfo* info)>&& onAnimat… in SetOnAnimationStart()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/tabs/
H A Dtabs_test_ng.cpp533 …auto onAnimationStart = [](int32_t index, int32_t targetIndex, const AnimationCallbackInfo& info) … in __anond0ee9d690302() variable
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_swiper.cpp926 …auto onAnimationStart = [executionContext = info.GetExecutionContext(), func = std::move(animation… in SetOnAnimationStart() local
942 …auto onAnimationStart = [executionContext = info.GetExecutionContext(), func = std::move(animation… in SetOnAnimationStart() local
H A Djs_tabs.cpp151 auto onAnimationStart = [executionContext = info.GetExecutionContext(), in SetOnAnimationStart() local
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/swiper/
H A Dswiper_attr_test_ng.cpp1086 …auto onAnimationStart = [](int32_t index, int32_t targetIndex, const AnimationCallbackInfo& info) … in __anon6dbdd6e33002() variable
H A Dswiper_event_test_ng.cpp1198 auto onAnimationStart = variable
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/
H A DarkComponent.js27995 onAnimationStart(value) { method in ArkSwiperComponent
28616 onAnimationStart(handler) { method in ArkTabsComponent