Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/swiper/
H A Dswiper_pattern.cpp1752 auto stepItems = IsSwipeByGroup() ? GetDisplayCount() : 1; in ShowNext() local
1754 targetIndex_ = CheckTargetIndex(currentIndex_ + stepItems); in ShowNext()
1762 SwipeToWithoutAnimation(currentIndex_ + stepItems); in ShowNext()
1807 auto stepItems = IsSwipeByGroup() ? GetDisplayCount() : 1; in ShowPrevious() local
1809 targetIndex_ = CheckTargetIndex(currentIndex_ - stepItems); in ShowPrevious()
1817 SwipeToWithoutAnimation(currentIndex_ - stepItems); in ShowPrevious()
4187 auto stepItems = swiper->IsSwipeByGroup() ? displayCount : 1; in PostTranslateTask() local
4188 swiper->targetIndex_ = swiper->CheckTargetIndex(swiper->currentIndex_ + stepItems); in PostTranslateTask()