Searched refs:firstItemInfo (Results 1 – 1 of 1) sorted by relevance
2892 auto firstItemInfo = GetFirstItemInfoInVisibleArea(); in ComputeNextIndexInSinglePage() local2893 …auto swiperWidthHalf = (firstItemInfo.second.endPos - firstItemInfo.second.startPos) / SWIPER_HALF; in ComputeNextIndexInSinglePage()2904 auto firstIndex = firstItemInfo.first; in ComputeNextIndexInSinglePage()2905 auto baseIndex = -firstItemInfo.second.startPos < swiperWidthHalf ? firstIndex : firstIndex + 1; in ComputeNextIndexInSinglePage()