| /compose/foundation/foundation/src/commonMain/kotlin/androidx/compose/foundation/pager/ |
| D | PagerMeasurePolicy.kt | 97 val bottomPadding = contentPadding.calculateBottomPadding().roundToPx() in <lambda>() constant
|
| /compose/foundation/foundation/src/androidInstrumentedTest/kotlin/androidx/compose/foundation/pager/ |
| D | PagerContentPaddingTest.kt | 319 val bottomPadding = pageTotalSize / 2 in <lambda>() constant 353 val bottomPadding = pageTotalSize * 2 in <lambda>() constant
|
| /compose/foundation/foundation/integration-tests/lazy-tests/src/androidTest/kotlin/androidx/compose/foundation/lazy/list/ |
| D | LazyListsContentPaddingTest.kt | 338 val bottomPadding = itemSize / 2 in <lambda>() constant 374 val bottomPadding = itemSize * 2 in <lambda>() constant
|
| /compose/foundation/foundation/src/commonMain/kotlin/androidx/compose/foundation/lazy/ |
| D | LazyList.kt | 229 val bottomPadding = contentPadding.calculateBottomPadding().roundToPx() in rememberLazyListMeasurePolicy() constant
|
| /compose/foundation/foundation/integration-tests/lazy-tests/src/androidTest/kotlin/androidx/compose/foundation/lazy/grid/ |
| D | LazyGridsContentPaddingTest.kt | 381 val bottomPadding = itemSize / 2 in <lambda>() constant 417 val bottomPadding = itemSize * 2 in <lambda>() constant
|
| /compose/material/material/src/commonMain/kotlin/androidx/compose/material/ |
| D | OutlinedTextField.kt | 772 val bottomPadding = paddingValues.calculateBottomPadding().roundToPx() in measure() constant 1069 val bottomPadding = paddingValues.calculateBottomPadding().value * density in calculateHeight() constant
|
| /compose/material3/material3/src/commonMain/kotlin/androidx/compose/material3/ |
| D | DateInput.kt | 157 val bottomPadding = in DateInputTextField() constant
|
| D | OutlinedTextField.kt | 813 val bottomPadding = paddingValues.calculateBottomPadding().roundToPx() in measure() constant 1237 val bottomPadding = paddingValues.calculateBottomPadding().toPx() in calculateHeight() constant
|
| D | FloatingActionButtonMenu.kt | 230 val bottomPadding = in FloatingActionButtonMenuItemColumn() constant
|
| D | SearchBar.kt | 2202 val bottomPadding = SearchBarVerticalPadding.roundToPx() in SearchBarLayout() constant 2519 val bottomPadding = SearchBarVerticalPadding.roundToPx() in FullScreenSearchBarLayout() constant
|
| /compose/foundation/foundation/src/commonMain/kotlin/androidx/compose/foundation/lazy/grid/ |
| D | LazyGrid.kt | 218 val bottomPadding = contentPadding.calculateBottomPadding().roundToPx() in rememberLazyGridMeasurePolicy() constant
|
| /compose/foundation/foundation-layout/src/commonMain/kotlin/androidx/compose/foundation/layout/ |
| D | Padding.kt | 453 val bottomPadding = paddingValues.calculateBottomPadding() in measure() constant
|
| /compose/ui/ui-text/src/androidMain/kotlin/androidx/compose/ui/text/android/ |
| D | TextLayout.android.kt | 181 @VisibleForTesting internal val bottomPadding: Int constant 967 val bottomPadding: Int in VerticalPaddings() constant 1003 val bottomPadding = in getVerticalPaddings() constant
|
| /compose/foundation/foundation/src/androidMain/kotlin/androidx/compose/foundation/ |
| D | AndroidOverscroll.android.kt | 493 val bottomPadding = glowDrawPadding.calculateBottomPadding().toPx() in DrawScope() constant
|