| /tv/tv-material/src/main/java/androidx/tv/material3/ |
| D | Tab.kt | 113 internal val focusedContentColor: Color, constant in androidx.tv.material3.TabColors 126 if (focusedContentColor != other.focusedContentColor) return false in equals() 139 result = 31 * result + focusedContentColor.hashCode() in hashCode() 169 focusedContentColor: Color = MaterialTheme.colorScheme.primary, 170 focusedSelectedContentColor: Color = focusedContentColor, 179 focusedContentColor = focusedContentColor, 206 focusedContentColor: Color = MaterialTheme.colorScheme.surfaceVariant, 207 focusedSelectedContentColor: Color = focusedContentColor, 216 focusedContentColor = focusedContentColor, 232 focusedContentColor = focusedContentColor,
|
| D | ButtonStyles.kt | 73 internal val focusedContentColor: Color, constant in androidx.tv.material3.ButtonColors 88 if (focusedContentColor != other.focusedContentColor) return false in equals() 101 result = 31 * result + focusedContentColor.hashCode() in hashCode() 112 "focusedContentColor=$focusedContentColor, " + in toString() 125 internal val focusedContentColor: Color, constant in androidx.tv.material3.WideButtonContentColor 136 if (focusedContentColor != other.focusedContentColor) return false in equals() 145 result = 31 * result + focusedContentColor.hashCode() in hashCode() 153 "focusedContentColor=$focusedContentColor, " + in toString() 304 focusedContentColor = focusedContentColor, 316 focusedContentColor = focusedContentColor,
|
| D | CardContainer.kt | 174 focusedContentColor: Color = contentColor, in contentColor() 175 pressedContentColor: Color = focusedContentColor in contentColor() 179 focusedContentColor = focusedContentColor, in contentColor() 189 internal val focusedContentColor: Color, in contentColor() constant in androidx.tv.material3.CardContainerColors 195 focused -> focusedContentColor in contentColor() 208 if (focusedContentColor != other.focusedContentColor) return false in contentColor() 216 result = 31 * result + focusedContentColor.hashCode() in contentColor() 224 "focusedContentColor=$focusedContentColor, " + in contentColor()
|
| D | IconButtonDefaults.kt | 92 focusedContentColor: Color = MaterialTheme.colorScheme.inverseOnSurface, in shape() 94 pressedContentColor: Color = focusedContentColor, in shape() 102 focusedContentColor = focusedContentColor, in shape() 242 focusedContentColor: Color = MaterialTheme.colorScheme.inverseOnSurface, in shape() 244 pressedContentColor: Color = focusedContentColor, in shape() 252 focusedContentColor = focusedContentColor, in shape()
|
| D | ChipStyles.kt | 161 internal val focusedContentColor: Color, constant in androidx.tv.material3.ClickableChipColors 176 if (focusedContentColor != other.focusedContentColor) return false in equals() 189 result = 31 * result + focusedContentColor.hashCode() in hashCode() 202 focusedContentColor = focusedContentColor, in toClickableSurfaceColors() 212 "$focusedContentColor, pressedContainerColor=$pressedContainerColor, " + in toClickableSurfaceColors() 226 internal val focusedContentColor: Color, constant in androidx.tv.material3.SelectableChipColors 247 if (focusedContentColor != other.focusedContentColor) return false in equals() 266 result = 31 * result + focusedContentColor.hashCode() in hashCode() 285 focusedContentColor = focusedContentColor, in toSelectableSurfaceColors() 301 "focusedContentColor=$focusedContentColor, " + in toSelectableSurfaceColors()
|
| D | ButtonDefaults.kt | 107 focusedContentColor: Color = MaterialTheme.colorScheme.inverseOnSurface, in shape() 109 pressedContentColor: Color = focusedContentColor, in shape() 117 focusedContentColor = focusedContentColor, in shape() 272 focusedContentColor: Color = MaterialTheme.colorScheme.inverseOnSurface, in shape() 274 pressedContentColor: Color = focusedContentColor, in shape() 282 focusedContentColor = focusedContentColor, in shape()
|
| D | Card.kt | 418 focusedContentColor: Color = contentColorFor(focusedContainerColor), 426 focusedContentColor = focusedContentColor, 447 focusedContentColor: Color = contentColor, 449 pressedContentColor: Color = focusedContentColor 455 focusedContentColor = focusedContentColor, 514 focusedContentColor = focusedContentColor,
|
| D | CardStyles.kt | 31 internal val focusedContentColor: Color, constant in androidx.tv.material3.CardColors 44 if (focusedContentColor != other.focusedContentColor) return false in equals() 55 result = 31 * result + focusedContentColor.hashCode() in hashCode() 67 "focusedContentColor=$focusedContentColor, " + in toString()
|
| D | SurfaceStyles.kt | 135 internal val focusedContentColor: Color, constant in androidx.tv.material3.ClickableSurfaceColors 150 if (focusedContentColor != other.focusedContentColor) return false in equals() 163 result = 31 * result + focusedContentColor.hashCode() in hashCode() 176 "focusedContentColor=$focusedContentColor, " + in toString() 191 internal val focusedContentColor: Color, constant in androidx.tv.material3.SelectableSurfaceColors 212 if (focusedContentColor != other.focusedContentColor) return false in equals() 231 result = 31 * result + focusedContentColor.hashCode() in hashCode() 250 "focusedContentColor=$focusedContentColor, " + in toString()
|
| D | SurfaceDefaults.kt | 104 focusedContentColor: Color = contentColorFor(focusedContainerColor), in colors() 115 focusedContentColor = focusedContentColor, in colors() 272 focusedContentColor: Color = contentColorFor(focusedContainerColor), 291 focusedContentColor = focusedContentColor,
|
| D | ListItemStyles.kt | 123 val focusedContentColor: Color, constant in androidx.tv.material3.ListItemColors 144 if (focusedContentColor != other.focusedContentColor) return false in equals() 163 result = 31 * result + focusedContentColor.hashCode() in hashCode() 181 "focusedContentColor=$focusedContentColor, " + in toString()
|
| D | NavigationDrawerItemStyles.kt | 135 val focusedContentColor: Color, constant in androidx.tv.material3.NavigationDrawerItemColors 158 if (focusedContentColor != other.focusedContentColor) return false in equals() 177 result = 31 * result + focusedContentColor.hashCode() in hashCode() 196 "focusedContentColor=$focusedContentColor, " + in toString()
|
| D | ListItemDefaults.kt | 147 focusedContentColor: Color = contentColorFor(focusedContainerColor), 158 focusedSelectedContentColor: Color = focusedContentColor, 166 focusedContentColor = focusedContentColor,
|
| D | Chip.kt | 544 focusedContentColor: Color = MaterialTheme.colorScheme.inverseOnSurface, in shape() 556 focusedContentColor = focusedContentColor, in shape() 729 focusedContentColor: Color = MaterialTheme.colorScheme.inverseOnSurface, in shape() 750 focusedContentColor = focusedContentColor, in shape() 1000 focusedContentColor: Color = MaterialTheme.colorScheme.inverseOnSurface, in shape() 1021 focusedContentColor = focusedContentColor, in shape() 1233 focusedContentColor: Color = MaterialTheme.colorScheme.inverseOnSurface, in shape() 1245 focusedContentColor = focusedContentColor, in shape()
|
| D | NavigationDrawerItemDefaults.kt | 196 focusedContentColor: Color = contentColorFor(focusedContainerColor), 206 focusedSelectedContentColor: Color = focusedContentColor, 215 focusedContentColor = focusedContentColor,
|
| D | NavigationDrawerItem.kt | 186 focusedContentColor = focusedContentColor,
|
| D | ListItem.kt | 424 focusedContentColor = focusedContentColor,
|
| D | SurfaceClickableUtils.kt | 99 focused && enabled -> focusedContentColor in currentContentColor()
|
| D | WideButtonDefaults.kt | 124 focusedContentColor = focusedColor,
|
| D | SurfaceSelectableUtils.kt | 114 enabled && focused -> focusedContentColor in currentContentColor()
|
| /tv/tv-material/api/ |
| D | restricted_current.txt | 6 …g contentColor, optional long focusedContainerColor, optional long focusedContentColor, optional l… 44 …g contentColor, optional long focusedContainerColor, optional long focusedContentColor, optional l… 89 …ainerColors contentColor(optional long contentColor, optional long focusedContentColor, optional l… 100 …g contentColor, optional long focusedContainerColor, optional long focusedContentColor, optional l… 101 …g contentColor, optional long focusedContainerColor, optional long focusedContentColor, optional l… 242 …g contentColor, optional long focusedContainerColor, optional long focusedContentColor, optional l… 364 …g contentColor, optional long focusedContainerColor, optional long focusedContentColor, optional l… 394 …g contentColor, optional long focusedContainerColor, optional long focusedContentColor, optional l… 426 …g contentColor, optional long focusedContainerColor, optional long focusedContentColor, optional l… 464 …ontainerColor, long contentColor, long focusedContainerColor, long focusedContentColor, long press… [all …]
|
| D | restricted_1.0.0-beta01.txt | 6 …g contentColor, optional long focusedContainerColor, optional long focusedContentColor, optional l… 44 …g contentColor, optional long focusedContainerColor, optional long focusedContentColor, optional l… 89 …ainerColors contentColor(optional long contentColor, optional long focusedContentColor, optional l… 100 …g contentColor, optional long focusedContainerColor, optional long focusedContentColor, optional l… 101 …g contentColor, optional long focusedContainerColor, optional long focusedContentColor, optional l… 237 …g contentColor, optional long focusedContainerColor, optional long focusedContentColor, optional l… 358 …g contentColor, optional long focusedContainerColor, optional long focusedContentColor, optional l… 388 …g contentColor, optional long focusedContainerColor, optional long focusedContentColor, optional l… 420 …g contentColor, optional long focusedContainerColor, optional long focusedContentColor, optional l… 458 …ontainerColor, long contentColor, long focusedContainerColor, long focusedContentColor, long press… [all …]
|
| D | current.txt | 6 …g contentColor, optional long focusedContainerColor, optional long focusedContentColor, optional l… 44 …g contentColor, optional long focusedContainerColor, optional long focusedContentColor, optional l… 89 …ainerColors contentColor(optional long contentColor, optional long focusedContentColor, optional l… 100 …g contentColor, optional long focusedContainerColor, optional long focusedContentColor, optional l… 101 …g contentColor, optional long focusedContainerColor, optional long focusedContentColor, optional l… 242 …g contentColor, optional long focusedContainerColor, optional long focusedContentColor, optional l… 364 …g contentColor, optional long focusedContainerColor, optional long focusedContentColor, optional l… 394 …g contentColor, optional long focusedContainerColor, optional long focusedContentColor, optional l… 426 …g contentColor, optional long focusedContainerColor, optional long focusedContentColor, optional l… 464 …ontainerColor, long contentColor, long focusedContainerColor, long focusedContentColor, long press… [all …]
|
| D | 1.0.0-beta01.txt | 6 …g contentColor, optional long focusedContainerColor, optional long focusedContentColor, optional l… 44 …g contentColor, optional long focusedContainerColor, optional long focusedContentColor, optional l… 89 …ainerColors contentColor(optional long contentColor, optional long focusedContentColor, optional l… 100 …g contentColor, optional long focusedContainerColor, optional long focusedContentColor, optional l… 101 …g contentColor, optional long focusedContainerColor, optional long focusedContentColor, optional l… 237 …g contentColor, optional long focusedContainerColor, optional long focusedContentColor, optional l… 358 …g contentColor, optional long focusedContainerColor, optional long focusedContentColor, optional l… 388 …g contentColor, optional long focusedContainerColor, optional long focusedContentColor, optional l… 420 …g contentColor, optional long focusedContainerColor, optional long focusedContentColor, optional l… 458 …ontainerColor, long contentColor, long focusedContainerColor, long focusedContentColor, long press… [all …]
|
| /tv/tv-material/src/androidTest/java/androidx/tv/material3/ |
| D | SurfaceTest.kt | 1005 focusedContentColor = Color.White, in <lambda>() 1038 focusedContentColor = Color.White, in <lambda>()
|