Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/swiper/
H A Dswiper_utils.h133 static int32_t ComputePageEndIndex(int32_t index, int32_t displayCount) in ComputePageEndIndex() function
H A Dswiper_pattern.cpp1364 … auto pageEndIndex = swipeByGroup ? SwiperUtils::ComputePageEndIndex(index, displayCount) : index; in CalcVisibleIndex()
1381 …pageEndIndex = swipeByGroup ? SwiperUtils::ComputePageEndIndex(index + 1, displayCount) : index + … in CalcVisibleIndex()
1415 … auto pageEndIndex = swipeByGroup ? SwiperUtils::ComputePageEndIndex(index, displayCount) : index; in CalculateAndUpdateItemInfo()
1433 …pageEndIndex = swipeByGroup ? SwiperUtils::ComputePageEndIndex(index + 1, displayCount) : index + … in CalculateAndUpdateItemInfo()
2858 auto endIndex = SwiperUtils::ComputePageEndIndex(firstIndex, displayCount); in ComputeSwipePageNextIndex()
H A Dswiper_layout_algorithm.cpp654 auto endPageIndex = SwiperUtils::ComputePageEndIndex(index, displayCount); in SetInactiveOnForward()