Home
last modified time | relevance | path

Searched defs:avgHeight (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.cpp394 …float avgHeight = synced_ ? avgLineHeight_ : GetTotalLineHeight(0.0f) / static_cast<float>(lineHei… in GetIrregularOffset() local
414 float avgHeight = synced_ ? avgLineHeight_ : knownHeight / knownLineCnt; in GetIrregularHeight() local