Searched refs:swiperWidthHalf (Results 1 – 1 of 1) sorted by relevance
2893 …auto swiperWidthHalf = (firstItemInfo.second.endPos - firstItemInfo.second.startPos) / SWIPER_HALF; in ComputeNextIndexInSinglePage() local2894 if (LessOrEqual(swiperWidthHalf, 0)) { in ComputeNextIndexInSinglePage()2905 auto baseIndex = -firstItemInfo.second.startPos < swiperWidthHalf ? firstIndex : firstIndex + 1; in ComputeNextIndexInSinglePage()