Home
last modified time | relevance | path

Searched refs:actionButtonPlaceable (Results 1 – 1 of 1) sorted by relevance

/compose/material3/material3/src/commonMain/kotlin/androidx/compose/material3/
DSnackbar.kt336 val actionButtonPlaceable = in OneRowSnackbar() constant
340 val actionButtonWidth = actionButtonPlaceable?.width ?: 0 in OneRowSnackbar()
341 val actionButtonHeight = actionButtonPlaceable?.height ?: 0 in OneRowSnackbar()
371 if (actionButtonPlaceable != null) { in OneRowSnackbar()
372 actionButtonPlaceable[FirstBaseline].let { in OneRowSnackbar()
389 if (actionButtonPlaceable != null) { in OneRowSnackbar()
390 (containerHeight - actionButtonPlaceable.height) / 2 in OneRowSnackbar()
405 actionButtonPlaceable?.placeRelative(actionButtonPlaceX, actionButtonPlaceY) in OneRowSnackbar()