Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/list/
H A Drender_list.cpp1559 double oldChildSize = GetMainSize(child->GetLayoutSize()); in LayoutOrRecycleCurrentItems() local
1560 LayoutChild(child, curMainPos + oldChildSize, false); in LayoutOrRecycleCurrentItems()
1561 curMainPos += oldChildSize + spaceWidth_; in LayoutOrRecycleCurrentItems()
1563 currentOffset_ -= (childSize - oldChildSize); in LayoutOrRecycleCurrentItems()
1564 startIndexOffset_ -= (childSize - oldChildSize); in LayoutOrRecycleCurrentItems()