Home
last modified time | relevance | path

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

/external/accompanist/pager/src/sharedTest/kotlin/com/google/accompanist/pager/
DHorizontalPagerCrossAxisScrollingContentTest.kt83 val rootHeight = with(LocalDensity.current) { (constraints.maxHeight).toDp() } in <lambda>() constant
/external/accompanist/navigation-material/src/androidTest/java/com/google/accompanist/navigation.material/
DBottomSheetNavigatorTest.kt517 val rootHeight = composeTestRule.onRoot().getUnclippedBoundsInRoot().height in <lambda>() constant
564 val rootHeight = composeTestRule.onRoot().getUnclippedBoundsInRoot().height in <lambda>() constant
/external/accompanist/adaptive/src/main/java/com/google/accompanist/adaptive/
DFoldAwareColumn.kt317 val rootHeight = root.size.height.toFloat() in trueBoundsInWindow() constant