Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/list/
H A Drender_list.cpp461 double lineMainSize = 0; in RequestNewItemsAtEndForLaneList() local
483 lineMainSize = std::max(lineMainSize, GetMainSize(child->GetLayoutSize())); in RequestNewItemsAtEndForLaneList()
490 curMainPos += lineMainSize + spaceWidth_; in RequestNewItemsAtEndForLaneList()
492 lineMainSize = 0; in RequestNewItemsAtEndForLaneList()
540 double lineMainSize = 0; in RequestNewItemsAtStartForLaneList() local
564 lineMainSize = std::max(lineMainSize, GetMainSize(child->GetLayoutSize())); in RequestNewItemsAtStartForLaneList()
572 currentOffset_ -= lineMainSize + spaceWidth_; in RequestNewItemsAtStartForLaneList()
573 startIndexOffset_ -= lineMainSize + spaceWidth_; in RequestNewItemsAtStartForLaneList()
575 lineMainSize = 0; in RequestNewItemsAtStartForLaneList()