Home
last modified time | relevance | path

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

/packages/modules/Permission/PermissionController/wear-permission-components/src/wear.permission.components/material2/
DToggleChip.kt169 val uncheckedContentColor = contentColorFor(checkedEndBackgroundColor) in toggleChipDisabledColors() constant
170 val uncheckedSecondaryContentColor = uncheckedContentColor in toggleChipDisabledColors()
171 val uncheckedToggleControlColor = uncheckedContentColor in toggleChipDisabledColors()
185 uncheckedContentColor = uncheckedContentColor.copy(alpha = ContentAlpha.disabled), in toggleChipDisabledColors()
213 val uncheckedContentColor = contentColorFor(checkedEndBackgroundColor) in toggleChipBackgroundColors() constant
214 val uncheckedSecondaryContentColor = uncheckedContentColor in toggleChipBackgroundColors()
215 val uncheckedToggleControlColor = uncheckedContentColor in toggleChipBackgroundColors()
225 uncheckedContentColor = uncheckedContentColor, in toggleChipBackgroundColors()
/packages/modules/Permission/PermissionController/wear-permission-components/src/wear.permission.components/material3/
DWearPermissionToggleControlStyle.kt114 uncheckedContentColor = defaultColors.disabledUncheckedContentColor, in checkButtonTransparentColors()
151 uncheckedContentColor = defaultColors.disabledUncheckedContentColor, in switchButtonDisabledLikeColors()