Home
last modified time | relevance | path

Searched defs:gapSize (Results 1 – 5 of 5) sorted by relevance

/constraintlayout/constraintlayout-compose/src/androidInstrumentedTest/kotlin/androidx/constraintlayout/compose/
DFlowTest.kt76 val gapSize = ((rootSize - (10.dp * boxesCount)) / (boxesCount - 1)) + 10.dp in <lambda>() constant
103 val gapSize = ((rootSize - (10.dp * boxesCount)) / (boxesCount - 1)) + 10.dp in <lambda>() constant
130 val gapSize = ((size - (10.dp * boxesCount)) / (boxesCount - 1)) + 10.dp in <lambda>() constant
157 val gapSize = ((size - (10.dp * boxesCount)) / (boxesCount - 1)) + 10.dp in <lambda>() constant
187 val gapSize = ((size - (10.dp * boxesCount)) / (boxesCount - 1)) + 10.dp in <lambda>() constant
217 val gapSize = ((size - (10.dp * boxesCount)) / (boxesCount - 1)) + 10.dp in <lambda>() constant
DGridTest.kt87 val gapSize = (rootSize - (10.dp * 2f)) / (columns * 2f) in <lambda>() constant
129 val gapSize = (rootSize - (10.dp * 2f)) / (columns * 2f) in <lambda>() constant
255 val gapSize = (rootSize - (10.dp * 2f)) / (columns * 2f) in <lambda>() constant
296 val gapSize = (rootSize - (10.dp * 2f)) / (columns * 2f) in <lambda>() constant
337 val gapSize = (rootSize - (10.dp * 2f)) / (columns * 2f) in <lambda>() constant
377 val gapSize = (rootSize - (10.dp * 2f)) / (columns * 2f) in <lambda>() constant
416 val gapSize = (rootSize - (10.dp * 2f)) / (columns * 2f) in <lambda>() constant
458 val gapSize = (rootSize - (10.dp * 2f)) / (columns * 2f) in <lambda>() constant
DGridDslTest.kt83 val gapSize = (rootSize - (10.dp * 2f)) / (columns * 2f) in <lambda>() constant
121 val gapSize = (rootSize - (10.dp * 2f)) / (columns * 2f) in <lambda>() constant
235 val gapSize = (rootSize - (10.dp * 2f)) / (columns * 2f) in <lambda>() constant
272 val gapSize = (rootSize - (10.dp * 2f)) / (columns * 2f) in <lambda>() constant
309 val gapSize = (rootSize - (10.dp * 2f)) / (columns * 2f) in <lambda>() constant
344 val gapSize = (rootSize - (10.dp * 2f)) / (columns * 2f) in <lambda>() constant
385 val gapSize = (rootSize - (10.dp * 2f)) / (columns * 2f) in <lambda>() constant
420 val gapSize = (rootSize - (10.dp * 2f)) / (columns * 2f) in <lambda>() constant
458 val gapSize = (rootSize - (10.dp * 2f)) / (columns * 2f) in <lambda>() constant
DMotionFlowTest.kt119 val gapSize = (rootSize - (10.dp * 4)) / 5 in horizontalToVerticalFlow() constant
DMotionGridTest.kt263 val gapSize = (rootSize - (10.dp * 2f)) / (columns * 2f) in wrapToSpreadGrid() constant