Searched defs:Placeable (Results 1 – 3 of 3) sorted by relevance
29 public abstract class Placeable { class
209 private fun Placeable.mainAxisSize() = if (isHorizontal()) measuredWidth else measuredHeight in <lambda>() method211 private fun Placeable.crossAxisSize() = if (isHorizontal()) measuredHeight else measuredWidth in <lambda>() method
117 private fun Placeable.size() = IntVolumeSize(measuredWidth, measuredHeight, measuredDepth) in size() method