Searched refs:ComputePageEndIndex (Results 1 – 3 of 3) sorted by relevance
133 static int32_t ComputePageEndIndex(int32_t index, int32_t displayCount) in ComputePageEndIndex() function
1364 … 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()
654 auto endPageIndex = SwiperUtils::ComputePageEndIndex(index, displayCount); in SetInactiveOnForward()