Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/grid/
H A Dgrid_layout_info.h110 int32_t totalRow = 0; in GetAverageLineHeight() local
113 totalRow++; in GetAverageLineHeight()
117 return totalRow > 0 ? totalHeight / totalRow : 0; in GetAverageLineHeight()