Home
last modified time | relevance | path

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

/compose/material3/material3/src/commonMain/kotlin/androidx/compose/material3/
DSnackbar.kt29 import androidx.compose.material3.tokens.SnackbarTokens in <lambda>()
117 shadowElevation = SnackbarTokens.ContainerElevation in <lambda>()
119 val textStyle = SnackbarTokens.SupportingTextFont.value in <lambda>()
120 val actionTextStyle = SnackbarTokens.ActionLabelTextFont.value in <lambda>()
366 val minContainerHeight = SnackbarTokens.SingleLineContainerHeight.roundToPx() in OneRowSnackbar()
385 val minContainerHeight = SnackbarTokens.TwoLinesContainerHeight.roundToPx() in OneRowSnackbar()
414 @Composable get() = SnackbarTokens.ContainerShape.value
418 @Composable get() = SnackbarTokens.ContainerColor.value
422 @Composable get() = SnackbarTokens.SupportingTextColor.value
426 @Composable get() = SnackbarTokens.ActionLabelTextColor.value
[all …]
/compose/material3/material3/src/commonMain/kotlin/androidx/compose/material3/tokens/
DSnackbarTokens.kt23 internal object SnackbarTokens { object