Home
last modified time | relevance | path

Searched refs:paddingAndMargin (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.cpp218 float paddingAndMargin = GetPaddingAndMargin(); in GetEstimateHeight() local
226 …emTotalCount_ * averageHeight + headerMainSize_ + footerMainSize_ + paddingAndMargin - spaceWidth_; in GetEstimateHeight()
228 return headerMainSize_ + footerMainSize_ + paddingAndMargin; in GetEstimateHeight()
233 return averageHeight * totalItem + paddingAndMargin; in GetEstimateHeight()