Searched defs:Placeable (Results 1 – 2 of 2) sorted by relevance
148 fun Placeable?.width() = this?.width ?: 0 in AlertDialogButtons() method149 fun Placeable?.height() = this?.height ?: 0 in AlertDialogButtons() method191 fun Placeable.place() { in AlertDialogButtons() method
310 private fun Placeable.PlacementScope.place( in Placeable() method923 private fun Placeable.size(): IntSize = IntSize(width, height) in size() method