Home
last modified time | relevance | path

Searched defs:rootHeight (Results 1 – 7 of 7) sorted by relevance

/compose/ui/ui/src/commonMain/kotlin/androidx/compose/ui/layout/
DLayoutCoordinates.kt196 val rootHeight = root.size.height.toFloat() in get() constant
/compose/material/material/src/androidInstrumentedTest/kotlin/androidx/compose/material/
DMaterialTest.kt75 fun ComposeTestRule.rootHeight(): Dp = onRoot().getUnclippedBoundsInRoot().height in SemanticsNodeInteraction() method
DDrawerTest.kt1116 val rootHeight = rule.rootHeight() in <lambda>() constant
/compose/material/material-navigation/src/androidTest/java/androidx/compose/material/navigation/
DBottomSheetNavigatorTest.kt489 val rootHeight = composeTestRule.onRoot().getUnclippedBoundsInRoot().height in <lambda>() constant
536 val rootHeight = composeTestRule.onRoot().getUnclippedBoundsInRoot().height in <lambda>() constant
/compose/material3/material3/src/androidInstrumentedTest/kotlin/androidx/compose/material3/
DMaterialTest.kt95 fun ComposeTestRule.rootHeight(): Dp = onRoot().getUnclippedBoundsInRoot().height in SemanticsNodeInteraction() method
/compose/foundation/foundation-layout/src/androidInstrumentedTest/kotlin/androidx/compose/foundation/layout/
DRowColumnTest.kt419 val rootHeight = root.height in <lambda>() constant
512 val rootHeight = root.height in <lambda>() constant
560 val rootHeight = root.height in <lambda>() constant
862 val rootHeight = root.height in <lambda>() constant
928 val rootHeight = root.height in <lambda>() constant
/compose/ui/ui/src/androidMain/kotlin/androidx/compose/ui/viewinterop/
DAndroidViewHolder.android.kt684 val (rootWidth, rootHeight) = coordinates.findRootCoordinates().size in <lambda>() constant