Searched refs:DoSwipeToAnimation (Results 1 – 2 of 2) sorted by relevance
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/swiper/ |
H A D | render_swiper.h | 494 void DoSwipeToAnimation(int32_t fromIndex, int32_t toIndex, bool reverse);
|
H A D | render_swiper.cpp | 1224 DoSwipeToAnimation(currentIndex_, index, reverse); in SwipeTo() 1364 void RenderSwiper::DoSwipeToAnimation(int32_t fromIndex, int32_t toIndex, bool reverse) in DoSwipeToAnimation() function in OHOS::Ace::RenderSwiper 1433 DoSwipeToAnimation(currentIndex_, toIndex, false); in RedoSwipeToAnimation() 1562 DoSwipeToAnimation(currentIndex_, index, false); in ShowPrevious() 1583 DoSwipeToAnimation(currentIndex_, index, false); in ShowNext()
|