Home
last modified time | relevance | path

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

/compose/material/material/src/commonMain/kotlin/androidx/compose/material/
DSnackbar.kt341 val buttonPlaceY: Int in OneRowSnackbar() constant
348 buttonPlaceY = in OneRowSnackbar()
362 buttonPlaceY = (containerHeight - buttonPlaceable.height) / 2 in OneRowSnackbar()
367 buttonPlaceable.placeRelative(buttonPlaceX, buttonPlaceY) in OneRowSnackbar()