Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/compose/scene/src/com/android/compose/grid/
DGrids.kt129 val totalHorizontalSpacingBetweenChildren = in Grid() constant
136 (constraints.maxWidth - totalHorizontalSpacingBetweenChildren) / columns in Grid()
168 var totalWidth = totalHorizontalSpacingBetweenChildren in Grid()