Home
last modified time | relevance | path

Searched refs:estTotalLines (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.cpp410 float estTotalLines = std::round(static_cast<float>(lastKnownLine + 1) / itemRatio); in GetIrregularHeight() local
415 return knownHeight + (estTotalLines - knownLineCnt) * avgHeight + (estTotalLines - 1) * mainGap; in GetIrregularHeight()