Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/waterflow/layout/sliding_window/
H A Dwater_flow_layout_sw.cpp519 const float itemEndPos = lane->startPos + itemLen; in ClearFront() local
520 if (Positive(itemEndPos)) { in ClearFront()
524 lane->startPos = itemEndPos + mainGaps_[info_->GetSegment(i)]; in ClearFront()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/list/
H A Dlist_pattern.cpp1521 float itemEndPos = paddingValue + marginValue + startPos + it->second.endPos; in GetListItemGroupAnimatePosWithIndexInGroup() local
1526 itemEndPos += groupPattern->GetFooterMainSize(); in GetListItemGroupAnimatePosWithIndexInGroup()
1530 itemEndPos += contentEndOffset_; in GetListItemGroupAnimatePosWithIndexInGroup()
1533 targetPos = CalculateTargetPos(itemStartPos, itemEndPos); in GetListItemGroupAnimatePosWithIndexInGroup()
1535 targetPos = align == ScrollAlign::END ? itemEndPos - contentMainSize_ : itemStartPos; in GetListItemGroupAnimatePosWithIndexInGroup()