Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/grid/grid_scroll/
H A Dgrid_scroll_layout_algorithm.cpp1311 float newLineHeight = -1.0f; in AddForwardLines() local
1313 newLineHeight = FillNewLineBackward(crossSize, mainSize, layoutWrapper, true); in AddForwardLines()
1315 if (LessNotEqual(newLineHeight, 0.0)) { in AddForwardLines()
1357 … gridLayoutInfo_.startMainLineIndex_, gridLayoutInfo_.endMainLineIndex_, newLineHeight, mainSize); in AddForwardLines()