Searched refs:totalVerticalSpacingBetweenChildren (Results 1 – 1 of 1) sorted by relevance
131 val totalVerticalSpacingBetweenChildren = ((rows - 1) * verticalSpacing.toPx()).roundToInt() in Grid() constant142 (constraints.maxHeight - totalVerticalSpacingBetweenChildren) / rows in Grid()173 var totalHeight = totalVerticalSpacingBetweenChildren in Grid()