Searched refs:pageEndPos (Results 1 – 1 of 1) sorted by relevance
1366 auto pageEndPos = swipeByGroup ? endPos + itemPosDiff * (pageEndIndex - index) : endPos; in CalcVisibleIndex() local1368 if (LessOrEqual(pageEndPos, -GetPrevMarginWithItemSpace())) { in CalcVisibleIndex()1417 auto pageEndPos = swipeByGroup ? endPos + itemPosDiff * (pageEndIndex - index) : endPos; in CalculateAndUpdateItemInfo() local1419 if (LessOrEqual(pageEndPos, NearZero(prevMargin) ? 0.0f : -prevMargin - itemSpace)) { in CalculateAndUpdateItemInfo()