Home
last modified time | relevance | path

Searched defs:iconColor (Results 1 – 9 of 9) sorted by relevance

/compose/foundation/foundation/src/androidInstrumentedTest/kotlin/androidx/compose/foundation/contextmenu/
DContextMenuUiTest.kt319 var iconColor: Color? = null in <lambda>() variable
326 var iconColor: Color? = null in <lambda>() variable
564 leadingIcon = { iconColor -> in <lambda>() method
581 leadingIcon = { iconColor -> in <lambda>() method
609 leadingIcon = { iconColor -> in <lambda>() method
685 leadingIcon = { iconColor -> in <lambda>() method
/compose/material3/material3/src/commonMain/kotlin/androidx/compose/material3/
DSwitch.kt174 val iconColor = colors.iconColor(enabled, checked) in SwitchImpl() constant
571 internal fun iconColor(enabled: Boolean, checked: Boolean): Color = in iconColor() method in androidx.compose.material3.SwitchColors
DNavigationItem.kt149 fun iconColor(selected: Boolean, enabled: Boolean): Color { in iconColor() method in androidx.compose.material3.NavigationItemColors
249 val iconColor = colors.iconColor(selected = selected, enabled = enabled) constant
348 val iconColor = colors.iconColor(selected = selected, enabled = enabled) constant
DNavigationRail.kt223 val iconColor by in NavigationRailItem() constant
486 internal fun iconColor(selected: Boolean, enabled: Boolean): Color = in colors() method in androidx.compose.material3.NavigationRailItemColors
DNavigationBar.kt215 val iconColor by in RowScope() constant
479 internal fun iconColor(selected: Boolean, enabled: Boolean): Color = in colors() method in androidx.compose.material3.NavigationBarItemColors
DNavigationDrawer.kt1104 val iconColor = colors.iconColor(selected).value in NavigationDrawerItem() constant
1129 @Composable fun iconColor(selected: Boolean): State<Color> in iconColor() method
1241 override fun iconColor(selected: Boolean): State<Color> { in iconColor() method in DefaultDrawerItemsColor
DFloatingActionButtonMenu.kt564 fun iconColor( in containerCornerRadius() method
/compose/material/material/src/commonMain/kotlin/androidx/compose/material/
DChip.kt244 var iconColor = contentColor.value in FilterChip() variable
/compose/foundation/foundation/src/androidMain/kotlin/androidx/compose/foundation/contextmenu/
DContextMenuUi.android.kt346 val iconColor: Color, constant in androidx.compose.foundation.contextmenu.ContextMenuColors