Searched refs:actionButtonPlaceable (Results 1 – 1 of 1) sorted by relevance
336 val actionButtonPlaceable = in OneRowSnackbar() constant340 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()