Home
last modified time | relevance | path

Searched defs:Placeable (Results 1 – 3 of 3) sorted by relevance

/xr/compose/compose/src/main/kotlin/androidx/xr/compose/subspace/layout/
DPlaceable.kt29 public abstract class Placeable { class
/xr/compose/compose/src/main/kotlin/androidx/xr/compose/subspace/
DRowColumnMeasurePolicy.kt209 private fun Placeable.mainAxisSize() = if (isHorizontal()) measuredWidth else measuredHeight in <lambda>() method
211 private fun Placeable.crossAxisSize() = if (isHorizontal()) measuredHeight else measuredWidth in <lambda>() method
DSpatialBox.kt117 private fun Placeable.size() = IntVolumeSize(measuredWidth, measuredHeight, measuredDepth) in size() method