Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/list/
H A Dlist_item_group_pattern.cpp232 auto totalItem = host->GetTotalChildCount(); in GetEstimateHeight() local
233 return averageHeight * totalItem + paddingAndMargin; in GetEstimateHeight()