Home
last modified time | relevance | path

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

/tv/tv-material/src/main/java/androidx/tv/material3/
DTab.kt113 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,
DButtonStyles.kt73 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,
DCardContainer.kt174 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()
DIconButtonDefaults.kt92 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()
DChipStyles.kt161 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()
DButtonDefaults.kt107 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()
DCard.kt418 focusedContentColor: Color = contentColorFor(focusedContainerColor),
426 focusedContentColor = focusedContentColor,
447 focusedContentColor: Color = contentColor,
449 pressedContentColor: Color = focusedContentColor
455 focusedContentColor = focusedContentColor,
514 focusedContentColor = focusedContentColor,
DCardStyles.kt31 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()
DSurfaceStyles.kt135 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()
DSurfaceDefaults.kt104 focusedContentColor: Color = contentColorFor(focusedContainerColor), in colors()
115 focusedContentColor = focusedContentColor, in colors()
272 focusedContentColor: Color = contentColorFor(focusedContainerColor),
291 focusedContentColor = focusedContentColor,
DListItemStyles.kt123 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()
DNavigationDrawerItemStyles.kt135 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()
DListItemDefaults.kt147 focusedContentColor: Color = contentColorFor(focusedContainerColor),
158 focusedSelectedContentColor: Color = focusedContentColor,
166 focusedContentColor = focusedContentColor,
DChip.kt544 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()
DNavigationDrawerItemDefaults.kt196 focusedContentColor: Color = contentColorFor(focusedContainerColor),
206 focusedSelectedContentColor: Color = focusedContentColor,
215 focusedContentColor = focusedContentColor,
DNavigationDrawerItem.kt186 focusedContentColor = focusedContentColor,
DListItem.kt424 focusedContentColor = focusedContentColor,
DSurfaceClickableUtils.kt99 focused && enabled -> focusedContentColor in currentContentColor()
DWideButtonDefaults.kt124 focusedContentColor = focusedColor,
DSurfaceSelectableUtils.kt114 enabled && focused -> focusedContentColor in currentContentColor()
/tv/tv-material/api/
Drestricted_current.txt6 …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 …]
Drestricted_1.0.0-beta01.txt6 …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 …]
Dcurrent.txt6 …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 …]
D1.0.0-beta01.txt6 …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/
DSurfaceTest.kt1005 focusedContentColor = Color.White, in <lambda>()
1038 focusedContentColor = Color.White, in <lambda>()