Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/grid/
H A Dgrid_layout_info.cpp203 float heightSum = GetTotalLineHeight(mainGap, false); in GetContentOffset() local
207 auto averageHeight = heightSum / itemCount; in GetContentOffset()
278 float heightSum = GetTotalLineHeight(mainGap, false); in GetContentHeight() local
284 float averageHeight = heightSum / itemCount; in GetContentHeight()
287 return heightSum - mainGap; in GetContentHeight()
289 return heightSum + (childrenCount_ - itemCount) * averageHeight; in GetContentHeight()
H A Dgrid_pattern.cpp1434 float heightSum = 0; in GetAverageHeight() local
1448 heightSum += item.second + mainGap; in GetAverageHeight()
1453 return heightSum / itemCount; in GetAverageHeight()