Home
last modified time | relevance | path

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

/compose/material3/material3/src/commonMain/kotlin/androidx/compose/material3/
DSnackbar.kt341 val actionButtonHeight = actionButtonPlaceable?.height ?: 0 in OneRowSnackbar() constant
367 val contentHeight = max(actionButtonHeight, dismissButtonHeight) in OneRowSnackbar()