Home
last modified time | relevance | path

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

/packages/modules/Permission/PermissionController/src/com/android/permissioncontroller/permission/ui/wear/elements/
DToggleChip.kt167 val uncheckedStartBackgroundColor = MaterialTheme.colors.surface in toggleChipDisabledColors() constant
168 val uncheckedEndBackgroundColor = uncheckedStartBackgroundColor in toggleChipDisabledColors()
181 uncheckedStartBackgroundColor = in toggleChipDisabledColors()
182 uncheckedStartBackgroundColor.copy(alpha = ContentAlpha.disabled), in toggleChipDisabledColors()
211 val uncheckedStartBackgroundColor = MaterialTheme.colors.background in toggleChipBackgroundColors() constant
212 val uncheckedEndBackgroundColor = uncheckedStartBackgroundColor in toggleChipBackgroundColors()
223 uncheckedStartBackgroundColor = uncheckedStartBackgroundColor, in toggleChipBackgroundColors()