Searched refs:StartIndicatorAnimation (Results 1 – 2 of 2) sorted by relevance
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/swiper/ |
H A D | render_swiper.h | 222 void StartIndicatorAnimation(int32_t fromIndex, int32_t toIndex, bool isLoop = false);
|
H A D | render_swiper.cpp | 774 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
|