Home
last modified time | relevance | path

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

/compose/material3/material3/src/commonMain/kotlin/androidx/compose/material3/
DSnackbar.kt340 val actionButtonWidth = actionButtonPlaceable?.width ?: 0 in OneRowSnackbar() constant
346 (containerWidth - actionButtonWidth - dismissButtonWidth - extraSpacingWidth) in OneRowSnackbar()
360 val actionButtonPlaceX = dismissButtonPlaceX - actionButtonWidth in OneRowSnackbar()