Home
last modified time | relevance | path

Searched refs:StartIndicatorAnimation (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/swiper/
H A Drender_swiper.h222 void StartIndicatorAnimation(int32_t fromIndex, int32_t toIndex, bool isLoop = false);
H A Drender_swiper.cpp774 StartIndicatorAnimation(currentIndex_, toIndex); in HandleClick()
1790 StartIndicatorAnimation(currentIndex_, nextIndex, currentIndex_ > nextIndex); in Tick()
2219 StartIndicatorAnimation(currentIndex_, toIndex, currentIndex_ == 0); in IndicatorSwipePrev()
2225 StartIndicatorAnimation(currentIndex_, toIndex, currentIndex_ == itemCount_ - 1); in IndicatorSwipeNext()
2934 void RenderSwiper::StartIndicatorAnimation(int32_t fromIndex, int32_t toIndex, bool isLoop) in StartIndicatorAnimation() function in OHOS::Ace::RenderSwiper