Searched refs:FireAnimationStartEvent (Results 1 – 3 of 3) sorted by relevance
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/swiper/ |
H A D | swiper_event_hub.h | 143 …void FireAnimationStartEvent(int32_t index, int32_t targetIndex, const AnimationCallbackInfo& info) in FireAnimationStartEvent() function
|
H A D | swiper_pattern.cpp | 1261 void SwiperPattern::FireAnimationStartEvent( in FireAnimationStartEvent() function in OHOS::Ace::NG::SwiperPattern 1268 swiperEventHub->FireAnimationStartEvent(currentIndex, nextIndex, info); in FireAnimationStartEvent() 3192 … swiper->FireAnimationStartEvent(swiper->GetLoopIndex(swiper->currentIndex_), nextIndex, info); in PlayPropertyTranslateAnimation() 3199 … swiper->FireAnimationStartEvent(swiper->GetLoopIndex(swiper->currentIndex_), nextIndex, info); in PlayPropertyTranslateAnimation() 3449 swiper->FireAnimationStartEvent( in PlayTranslateAnimation() 3490 FireAnimationStartEvent(GetLoopIndex(currentIndex_), GetLoopIndex(nextIndex_), info); in OnSpringAnimationStart() 3559 FireAnimationStartEvent(GetLoopIndex(currentIndex_), GetLoopIndex(nextIndex_), info); in OnFadeAnimationStart() 5267 FireAnimationStartEvent(fromIndex, toIndex, info); in TriggerCustomContentTransitionEvent()
|
H A D | swiper_pattern.h | 678 …void FireAnimationStartEvent(int32_t currentIndex, int32_t nextIndex, const AnimationCallbackInfo&…
|