Home
last modified time | relevance | path

Searched defs:SetOnAnimationStart (Results 1 – 4 of 4) sorted by relevance

/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/swiper/
Dswiper_model.h103 …virtual void SetOnAnimationStart(std::function<void(const BaseEventInfo* info)>&& onAnimationStart… in SetOnAnimationStart() function
105 virtual void SetOnAnimationStart(AnimationStartEvent&& onAnimationStart) {} in SetOnAnimationStart() function
Dswiper_model_ng.cpp180 void SwiperModelNG::SetOnAnimationStart(AnimationStartEvent&& onAnimationStart) in SetOnAnimationStart() function in OHOS::Ace::NG::SwiperModelNG
/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() function in OHOS::Ace::Framework::SwiperModelImpl
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
Djs_swiper.cpp860 void JSSwiper::SetOnAnimationStart(const JSCallbackInfo& info) in SetOnAnimationStart() function in OHOS::Ace::Framework::JSSwiper