Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/list/
H A Dlist_layout_manager.cpp446 … Size layoutSize = renderList_.MakeValue<Size>(maxEndOffset_, renderList_.GetCrossSize(viewPort_)); in PerformLayout()
557 curMainSize = AdjustLayoutSize(maxEndOffset_); in LayoutToItem()
588 curMainSize = AdjustLayoutSize(maxEndOffset_); in LayoutToPosition()
621 curMainSize = AdjustLayoutSize(maxEndOffset_); in LayoutMore()
806 LessNotEqual(maxEndOffset_, curMainSize)) { in UpdateMaxEndOffset()
808 maxEndOffset_ = curMainSize; in UpdateMaxEndOffset()
H A Dlist_layout_manager.h92 double maxEndOffset_ = 0.0; variable