Home
last modified time | relevance | path

Searched refs:pageEndPos (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/swiper/
H A Dswiper_pattern.cpp1366 auto pageEndPos = swipeByGroup ? endPos + itemPosDiff * (pageEndIndex - index) : endPos; in CalcVisibleIndex() local
1368 if (LessOrEqual(pageEndPos, -GetPrevMarginWithItemSpace())) { in CalcVisibleIndex()
1417 auto pageEndPos = swipeByGroup ? endPos + itemPosDiff * (pageEndIndex - index) : endPos; in CalculateAndUpdateItemInfo() local
1419 if (LessOrEqual(pageEndPos, NearZero(prevMargin) ? 0.0f : -prevMargin - itemSpace)) { in CalculateAndUpdateItemInfo()