Searched refs:primaryColor (Results 1 – 5 of 5) sorted by relevance
| /compose/material3/material3/src/commonMain/kotlin/androidx/compose/material3/ |
| D | MaterialTheme.kt | 207 val primaryColor = colorScheme.primary in rememberTextSelectionColors() constant 208 return remember(primaryColor) { in rememberTextSelectionColors() 210 handleColor = primaryColor, in rememberTextSelectionColors() 211 backgroundColor = primaryColor.copy(alpha = TextSelectionBackgroundOpacity), in rememberTextSelectionColors()
|
| /compose/material/material/integration-tests/material-catalog/src/main/java/androidx/compose/material/catalog/library/ui/theme/ |
| D | Theme.kt | 48 val themePrimaryColor = theme.primaryColor.getColor(darkTheme) in CatalogTheme() 50 val primaryColor = animateColorAsState(themePrimaryColor) in CatalogTheme() constant 62 primary = primaryColor.value, in CatalogTheme() 71 primary = primaryColor.value, in CatalogTheme()
|
| D | ThemePicker.kt | 105 selected = { it == themeState.primaryColor }, in <lambda>() 106 onClick = { themeState = themeState.copy(primaryColor = it) } in <lambda>()
|
| /compose/material/material/src/commonMain/kotlin/androidx/compose/material/ |
| D | MaterialTextSelectionColors.kt | 37 val primaryColor = colors.primary in rememberTextSelectionColors() constant 47 return remember(primaryColor, backgroundColor, textColorWithLowestAlpha) { in rememberTextSelectionColors() 52 selectionColor = primaryColor, in rememberTextSelectionColors()
|
| /compose/material/material/integration-tests/material-catalog/src/main/java/androidx/compose/material/catalog/library/model/ |
| D | Themes.kt | 28 val primaryColor: ThemeColor = ThemeColor.Purple, in <lambda>() constant in androidx.compose.material.catalog.library.model.Theme 98 PrimaryColorKey to theme.primaryColor.ordinal, in theme() 109 primaryColor = ThemeColor.values()[map[PrimaryColorKey]!!], in map()
|