Searched refs:stepItems (Results 1 – 1 of 1) sorted by relevance
1752 auto stepItems = IsSwipeByGroup() ? GetDisplayCount() : 1; in ShowNext() local1754 targetIndex_ = CheckTargetIndex(currentIndex_ + stepItems); in ShowNext()1762 SwipeToWithoutAnimation(currentIndex_ + stepItems); in ShowNext()1807 auto stepItems = IsSwipeByGroup() ? GetDisplayCount() : 1; in ShowPrevious() local1809 targetIndex_ = CheckTargetIndex(currentIndex_ - stepItems); in ShowPrevious()1817 SwipeToWithoutAnimation(currentIndex_ - stepItems); in ShowPrevious()4187 auto stepItems = swiper->IsSwipeByGroup() ? displayCount : 1; in PostTranslateTask() local4188 swiper->targetIndex_ = swiper->CheckTargetIndex(swiper->currentIndex_ + stepItems); in PostTranslateTask()