Home
last modified time | relevance | path

Searched defs:onAnimationStart (Results 1 - 9 of 9) sorted by relevance

/foundation/arkui/ace_engine/test/unittest/core/pattern/swiper/
H A Dswiper_attr_test_ng.cpp1135 auto onAnimationStart = [](int32_t index, int32_t targetIndex, const AnimationCallbackInfo& info) {}; in HWTEST_F() local
H A Dswiper_event_test_ng.cpp1237 auto onAnimationStart = [&isAnimationStart](int32_t index, int32_t targetIndex, const AnimationCallbackInfo& info) { in HWTEST_F() local
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
H A Dswiper_model_impl.cpp204 void SwiperModelImpl::SetOnAnimationStart(std::function<void(const BaseEventInfo* info)>&& onAnimationStart) in SetOnAnimationStart() argument
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/tabs/
H A Dtabs_model.h130 virtual void SetOnAnimationStart(AnimationStartEvent&& onAnimationStart) {} in SetOnAnimationStart() argument
H A Dtabs_model_ng.cpp420 void TabsModelNG::SetOnAnimationStart(AnimationStartEvent&& onAnimationStart) in SetOnAnimationStart() argument
/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 HWTEST_F() local
/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() argument
122 virtual void SetOnAnimationStart(AnimationStartEvent&& onAnimationStart) {} in SetOnAnimationStart() argument
H A Dswiper_model_ng.cpp208 void SwiperModelNG::SetOnAnimationStart(AnimationStartEvent&& onAnimationStart) in SetOnAnimationStart() argument
667 void SwiperModelNG::SetOnAnimationStart(FrameNode* frameNode, AnimationStartEvent&& onAnimationStart) in SetOnAnimationStart() argument
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_tabs.cpp151 auto onAnimationStart = [executionContext = info.GetExecutionContext(), in SetOnAnimationStart() local

Completed in 12 milliseconds