Home
last modified time | relevance | path

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

/compose/foundation/foundation-layout/src/commonMain/kotlin/androidx/compose/foundation/layout/
DBox.kt157 placeInBox(placeable, measurable, layoutDirection, boxWidth, boxHeight, alignment) in measure()
199 placeInBox(placeable, measurable, layoutDirection, boxWidth, boxHeight, alignment) in measure()
205 private fun Placeable.PlacementScope.placeInBox( in placeInBox() method