Searched refs:SWIPER_HALF (Results 1 – 1 of 1) sorted by relevance
93 constexpr int32_t SWIPER_HALF = 2; variable2893 …auto swiperWidthHalf = (firstItemInfo.second.endPos - firstItemInfo.second.startPos) / SWIPER_HALF; in ComputeNextIndexInSinglePage()4313 if (std::abs(currentOffset) < (swiperWidth / SWIPER_HALF)) { in UpdateIndexOnSwipePageStop()