Home
last modified time | relevance | path

Searched defs:contentSize (Results 1 – 9 of 9) sorted by relevance

/compose/foundation/foundation/src/androidInstrumentedTest/kotlin/androidx/compose/foundation/
DScrollAccessibilityTest.kt255 val contentSize = 100 * 17.dp.roundToPx() in <lambda>() constant
273 val contentSize = 100 * 17.dp.roundToPx() in <lambda>() constant
DScrollTest.kt627 val contentSize = with(rule.density) { 110.toDp() } in <lambda>() constant
1201 val contentSize = with(rule.density) { 110.toDp() } in <lambda>() constant
/compose/ui/ui/integration-tests/ui-demos/src/main/java/androidx/compose/ui/demos/
DPopupDemo.kt139 var contentSize by remember { mutableStateOf(100.dp) } in ColumnScope() variable
/compose/material3/material3/src/androidInstrumentedTest/kotlin/androidx/compose/material3/
DSnackbarTest.kt97 val contentSize = 20.dp in snackbar_noTextInContent() constant
DScaffoldTest.kt124 var contentSize: IntSize = IntSize.Zero in <lambda>() variable
161 var contentSize: IntSize = IntSize.Zero in <lambda>() variable
/compose/material/material/src/androidInstrumentedTest/kotlin/androidx/compose/material/
DSnackbarTest.kt104 val contentSize = 20.dp in snackbar_noTextInContent() constant
DScaffoldTest.kt159 var contentSize: IntSize = IntSize.Zero in <lambda>() variable
/compose/animation/animation/src/commonMain/kotlin/androidx/compose/animation/
DSharedTransitionScope.kt220 public val contentSize: PlaceHolderSize = PlaceHolderSize { contentSize, _ -> in transform() constant
/compose/foundation/foundation-layout/src/androidInstrumentedTest/kotlin/androidx/compose/foundation/layout/
DSizeTest.kt1572 val contentSize = 50.dp in <lambda>() constant