Searched refs:pageStartIndex (Results 1 – 1 of 1) sorted by relevance
1363 … auto pageStartIndex = swipeByGroup ? SwiperUtils::ComputePageIndex(index, displayCount) : index; in CalcVisibleIndex() local1365 … auto pageStartPos = swipeByGroup ? startPos - itemPosDiff * (index - pageStartIndex) : startPos; in CalcVisibleIndex()1377 …pageStartIndex = swipeByGroup ? SwiperUtils::ComputePageIndex(index - 1, displayCount) : index - 1; in CalcVisibleIndex()1384 …while (currentIndex >= pageStartIndex && itemPosition_.find(currentIndex) == itemPosition_.end()) { in CalcVisibleIndex()1414 … auto pageStartIndex = swipeByGroup ? SwiperUtils::ComputePageIndex(index, displayCount) : index; in CalculateAndUpdateItemInfo() local1416 … auto pageStartPos = swipeByGroup ? startPos - itemPosDiff * (index - pageStartIndex) : startPos; in CalculateAndUpdateItemInfo()1428 …pageStartIndex = swipeByGroup ? SwiperUtils::ComputePageIndex(index - 1, displayCount) : index - 1; in CalculateAndUpdateItemInfo()1436 …while (currentIndex >= pageStartIndex && itemPosition_.find(currentIndex) == itemPosition_.end()) { in CalculateAndUpdateItemInfo()