Home
last modified time | relevance | path

Searched defs:onAnimationStart (Results 1 – 12 of 12) sorted by relevance

/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/swiper/
Dswiper_model.h105 …virtual void SetOnAnimationStart(std::function<void(const BaseEventInfo* info)>&& onAnimationStart in SetOnAnimationStart()
107 virtual void SetOnAnimationStart(AnimationStartEvent&& onAnimationStart) {} in SetOnAnimationStart()
Dswiper_model_ng.cpp176 void SwiperModelNG::SetOnAnimationStart(AnimationStartEvent&& onAnimationStart) in SetOnAnimationStart()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/tabs/
Dtabs_model.h128 virtual void SetOnAnimationStart(AnimationStartEvent&& onAnimationStart) {} in SetOnAnimationStart()
Dtabs_model_ng.cpp384 void TabsModelNG::SetOnAnimationStart(AnimationStartEvent&& onAnimationStart) in SetOnAnimationStart()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ark_component/src/
DArkTabs.ts21onAnimationStart(handler: (index: number, targetIndex: number, event: TabsAnimationEvent) => void)… method in ArkTabsComponent
DArkSwiper.ts110onAnimationStart(event: (index: number, targetIndex: number, extraInfo: SwiperAnimationEvent) => v… method in ArkSwiperComponent
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
Dswiper_model_impl.cpp205 void SwiperModelImpl::SetOnAnimationStart(std::function<void(const BaseEventInfo* info)>&& onAnimat… in SetOnAnimationStart()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
Djs_swiper.cpp830 …auto onAnimationStart = [executionContext = info.GetExecutionContext(), func = std::move(animation… in SetOnAnimationStart() local
846 …auto onAnimationStart = [executionContext = info.GetExecutionContext(), func = std::move(animation… in SetOnAnimationStart() local
Djs_tabs.cpp142 auto onAnimationStart = [executionContext = info.GetExecutionContext(), in SetOnAnimationStart() local
/foundation/arkui/ace_engine/test/unittest/core/pattern/tabs/
Dtabs_test_ng.cpp4502 …auto onAnimationStart = [](int32_t index, int32_t targetIndex, const AnimationCallbackInfo& info) … in __anon86fc9e322602() variable
10622 …auto onAnimationStart = [](int32_t index, int32_t targetIndex, const AnimationCallbackInfo& info) … in __anon86fc9e325802() variable
/foundation/arkui/ace_engine/test/unittest/core/pattern/swiper/
Dswiper_test_ng.cpp888 …auto onAnimationStart = [](int32_t index, int32_t targetIndex, const AnimationCallbackInfo& info) … in __anon5e4b34921d02() variable
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/
DarkComponent.js17493 onAnimationStart(event) { method in ArkSwiperComponent
17948 onAnimationStart(handler) { method in ArkTabsComponent