Home
last modified time | relevance | path

Searched defs:trailingIconColor (Results 1 – 8 of 8) sorted by relevance

/compose/material/material/src/commonMain/kotlin/androidx/compose/material/
DTextFieldDefaults.kt140 fun trailingIconColor(enabled: Boolean, isError: Boolean): State<Color> in trailingIconColor() method
151 fun trailingIconColor( in trailingIconColor() method
757 private val trailingIconColor: Color, constant in androidx.compose.material.DefaultTextFieldColors
798 override fun trailingIconColor(enabled: Boolean, isError: Boolean): State<Color> { in trailingIconColor() method in androidx.compose.material.DefaultTextFieldColors
809 override fun trailingIconColor( in trailingIconColor() method in androidx.compose.material.DefaultTextFieldColors
DExposedDropdownMenu.kt490 private val trailingIconColor: Color, constant in androidx.compose.material.DefaultTextFieldForExposedDropdownMenusColors
517 override fun trailingIconColor(enabled: Boolean, isError: Boolean): State<Color> { in trailingIconColor() method in androidx.compose.material.DefaultTextFieldForExposedDropdownMenusColors
528 override fun trailingIconColor( in trailingIconColor() method in androidx.compose.material.DefaultTextFieldForExposedDropdownMenusColors
DTextFieldImpl.kt168 val trailingIconColor = colors.trailingIconColor(enabled, isError, interactionSource).value constant
/compose/material3/material3/src/commonMain/kotlin/androidx/compose/material3/
DMenu.kt280 val trailingIconColor: Color, constant in androidx.compose.material3.MenuItemColors
330 internal fun trailingIconColor(enabled: Boolean): Color = in textColor() method in androidx.compose.material3.MenuItemColors
DListItem.kt642 val trailingIconColor: Color, constant in androidx.compose.material3.ListItemColors
700 internal fun trailingIconColor(enabled: Boolean): Color = in leadingIconColor() method in androidx.compose.material3.ListItemColors
DTextFieldDefaults.kt1721 internal fun trailingIconColor( in ContainerBox() method in androidx.compose.material3.TextFieldColors
DChip.kt2582 private val trailingIconColor: Color, constant in androidx.compose.material3.SelectableChipColors
/compose/material3/material3/src/commonMain/kotlin/androidx/compose/material3/internal/
DTextFieldImpl.kt209 val trailingIconColor = colors.trailingIconColor(enabled, isError, isFocused) constant