Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/compose/scene/src/com/android/compose/grid/
DGrids.kt131 val totalVerticalSpacingBetweenChildren = ((rows - 1) * verticalSpacing.toPx()).roundToInt() in Grid() constant
142 (constraints.maxHeight - totalVerticalSpacingBetweenChildren) / rows in Grid()
173 var totalHeight = totalVerticalSpacingBetweenChildren in Grid()