Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/compose/features/src/com/android/systemui/dialog/ui/composable/
DAlertDialogContent.kt148 fun Placeable?.width() = this?.width ?: 0 in AlertDialogButtons() method
149 fun Placeable?.height() = this?.height ?: 0 in AlertDialogButtons() method
191 fun Placeable.place() { in AlertDialogButtons() method
/frameworks/base/packages/SystemUI/compose/scene/src/com/android/compose/animation/scene/
DElement.kt310 private fun Placeable.PlacementScope.place( in Placeable() method
923 private fun Placeable.size(): IntSize = IntSize(width, height) in size() method