Home
last modified time | relevance | path

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

/tv/tv-material/src/main/java/androidx/tv/material3/
DSurfaceStyles.kt50 override fun hashCode(): Int { in hashCode() method in androidx.tv.material3.ClickableSurfaceShape
51 var result = shape.hashCode() in hashCode()
52 result = 31 * result + focusedShape.hashCode() in hashCode()
53 result = 31 * result + pressedShape.hashCode() in hashCode()
54 result = 31 * result + disabledShape.hashCode() in hashCode()
55 result = 31 * result + focusedDisabledShape.hashCode() in hashCode()
102 override fun hashCode(): Int { in hashCode() method in androidx.tv.material3.SelectableSurfaceShape
103 var result = shape.hashCode() in hashCode()
104 result = 31 * result + focusedShape.hashCode() in hashCode()
105 result = 31 * result + pressedShape.hashCode() in hashCode()
[all …]
DChipStyles.kt51 override fun hashCode(): Int { in hashCode() method in androidx.tv.material3.ClickableChipShape
52 var result = shape.hashCode() in hashCode()
53 result = 31 * result + focusedShape.hashCode() in hashCode()
54 result = 31 * result + pressedShape.hashCode() in hashCode()
55 result = 31 * result + disabledShape.hashCode() in hashCode()
56 result = 31 * result + focusedDisabledShape.hashCode() in hashCode()
113 override fun hashCode(): Int { in toClickableSurfaceShape() method in androidx.tv.material3.SelectableChipShape
114 var result = shape.hashCode() in toClickableSurfaceShape()
115 result = 31 * result + focusedShape.hashCode() in toClickableSurfaceShape()
116 result = 31 * result + pressedShape.hashCode() in toClickableSurfaceShape()
[all …]
DNavigationDrawerItemStyles.kt69 override fun hashCode(): Int { in hashCode() method in androidx.tv.material3.NavigationDrawerItemShape
70 var result = shape.hashCode() in hashCode()
71 result = 31 * result + focusedShape.hashCode() in hashCode()
72 result = 31 * result + pressedShape.hashCode() in hashCode()
73 result = 31 * result + selectedShape.hashCode() in hashCode()
74 result = 31 * result + disabledShape.hashCode() in hashCode()
75 result = 31 * result + focusedSelectedShape.hashCode() in hashCode()
76 result = 31 * result + focusedDisabledShape.hashCode() in hashCode()
77 result = 31 * result + pressedSelectedShape.hashCode() in hashCode()
172 override fun hashCode(): Int { in hashCode() method in androidx.tv.material3.NavigationDrawerItemColors
[all …]
DListItemStyles.kt68 override fun hashCode(): Int { in hashCode() method in androidx.tv.material3.ListItemShape
69 var result = shape.hashCode() in hashCode()
70 result = 31 * result + focusedShape.hashCode() in hashCode()
71 result = 31 * result + pressedShape.hashCode() in hashCode()
72 result = 31 * result + selectedShape.hashCode() in hashCode()
73 result = 31 * result + disabledShape.hashCode() in hashCode()
74 result = 31 * result + focusedSelectedShape.hashCode() in hashCode()
75 result = 31 * result + focusedDisabledShape.hashCode() in hashCode()
76 result = 31 * result + pressedSelectedShape.hashCode() in hashCode()
159 override fun hashCode(): Int { in hashCode() method in androidx.tv.material3.ListItemColors
[all …]
DButtonStyles.kt50 override fun hashCode(): Int { in hashCode() method in androidx.tv.material3.ButtonShape
51 var result = shape.hashCode() in hashCode()
52 result = 31 * result + focusedShape.hashCode() in hashCode()
53 result = 31 * result + pressedShape.hashCode() in hashCode()
54 result = 31 * result + disabledShape.hashCode() in hashCode()
55 result = 31 * result + focusedDisabledShape.hashCode() in hashCode()
97 override fun hashCode(): Int { in hashCode() method in androidx.tv.material3.ButtonColors
98 var result = containerColor.hashCode() in hashCode()
99 result = 31 * result + contentColor.hashCode() in hashCode()
100 result = 31 * result + focusedContainerColor.hashCode() in hashCode()
[all …]
DCardStyles.kt51 override fun hashCode(): Int { in hashCode() method in androidx.tv.material3.CardColors
52 var result = containerColor.hashCode() in hashCode()
53 result = 31 * result + contentColor.hashCode() in hashCode()
54 result = 31 * result + focusedContainerColor.hashCode() in hashCode()
55 result = 31 * result + focusedContentColor.hashCode() in hashCode()
56 result = 31 * result + pressedContainerColor.hashCode() in hashCode()
57 result = 31 * result + pressedContentColor.hashCode() in hashCode()
94 override fun hashCode(): Int { in hashCode() method in androidx.tv.material3.CardShape
95 var result = shape.hashCode() in hashCode()
96 result = 31 * result + focusedShape.hashCode() in hashCode()
[all …]
DTypography.kt156 override fun hashCode(): Int { in hashCode() method in androidx.tv.material3.Typography
157 var result = displayLarge.hashCode() in hashCode()
158 result = 31 * result + displayMedium.hashCode() in hashCode()
159 result = 31 * result + displaySmall.hashCode() in hashCode()
160 result = 31 * result + headlineLarge.hashCode() in hashCode()
161 result = 31 * result + headlineMedium.hashCode() in hashCode()
162 result = 31 * result + headlineSmall.hashCode() in hashCode()
163 result = 31 * result + titleLarge.hashCode() in hashCode()
164 result = 31 * result + titleMedium.hashCode() in hashCode()
165 result = 31 * result + titleSmall.hashCode() in hashCode()
[all …]
DSwitch.kt528 override fun hashCode(): Int { in hashCode() method in androidx.tv.material3.SwitchColors
529 var result = checkedThumbColor.hashCode() in hashCode()
530 result = 31 * result + checkedTrackColor.hashCode() in hashCode()
531 result = 31 * result + checkedBorderColor.hashCode() in hashCode()
532 result = 31 * result + checkedIconColor.hashCode() in hashCode()
533 result = 31 * result + uncheckedThumbColor.hashCode() in hashCode()
534 result = 31 * result + uncheckedTrackColor.hashCode() in hashCode()
535 result = 31 * result + uncheckedBorderColor.hashCode() in hashCode()
536 result = 31 * result + uncheckedIconColor.hashCode() in hashCode()
537 result = 31 * result + disabledCheckedThumbColor.hashCode() in hashCode()
[all …]
DTab.kt135 override fun hashCode(): Int { in hashCode() method in androidx.tv.material3.TabColors
136 var result = contentColor.hashCode() in hashCode()
137 result = 31 * result + inactiveContentColor.hashCode() in hashCode()
138 result = 31 * result + selectedContentColor.hashCode() in hashCode()
139 result = 31 * result + focusedContentColor.hashCode() in hashCode()
140 result = 31 * result + focusedSelectedContentColor.hashCode() in hashCode()
141 result = 31 * result + disabledContentColor.hashCode() in hashCode()
142 result = 31 * result + disabledInactiveContentColor.hashCode() in hashCode()
143 result = 31 * result + disabledSelectedContentColor.hashCode() in hashCode()
DShapes.kt105 override fun hashCode(): Int { in hashCode() method in androidx.tv.material3.Shapes
106 var result = extraSmall.hashCode() in hashCode()
107 result = 31 * result + small.hashCode() in hashCode()
108 result = 31 * result + medium.hashCode() in hashCode()
109 result = 31 * result + large.hashCode() in hashCode()
110 result = 31 * result + extraLarge.hashCode() in hashCode()
DCheckbox.kt560 override fun hashCode(): Int { in hashCode() method in androidx.tv.material3.CheckboxColors
561 var result = checkedCheckmarkColor.hashCode() in hashCode()
562 result = 31 * result + uncheckedCheckmarkColor.hashCode() in hashCode()
563 result = 31 * result + checkedBoxColor.hashCode() in hashCode()
564 result = 31 * result + uncheckedBoxColor.hashCode() in hashCode()
565 result = 31 * result + disabledCheckedBoxColor.hashCode() in hashCode()
566 result = 31 * result + disabledUncheckedBoxColor.hashCode() in hashCode()
567 result = 31 * result + disabledIndeterminateBoxColor.hashCode() in hashCode()
568 result = 31 * result + checkedBorderColor.hashCode() in hashCode()
569 result = 31 * result + uncheckedBorderColor.hashCode() in hashCode()
[all …]
DBorder.kt54 override fun hashCode(): Int { in hashCode() method in androidx.tv.material3.Border
55 var result = border.hashCode() in hashCode()
56 result = 31 * result + inset.hashCode() in hashCode()
57 result = 31 * result + shape.hashCode() in hashCode()
DGlow.kt45 override fun hashCode(): Int { in hashCode() method in androidx.tv.material3.Glow
46 var result = elevationColor.hashCode() in hashCode()
47 result = 31 * result + elevation.hashCode() in hashCode()
DRadioButton.kt244 override fun hashCode(): Int { in hashCode() method in androidx.tv.material3.RadioButtonColors
245 var result = selectedColor.hashCode() in hashCode()
246 result = 31 * result + unselectedColor.hashCode() in hashCode()
247 result = 31 * result + disabledSelectedColor.hashCode() in hashCode()
248 result = 31 * result + disabledUnselectedColor.hashCode() in hashCode()
DSurfaceGlow.kt85 override fun hashCode(): Int { in hashCode() method in androidx.tv.material3.SurfaceGlowElement
86 var result = shape.hashCode() in hashCode()
87 result = 31 * result + glowBlurRadiusPx.hashCode() in hashCode()
88 result = 31 * result + color.hashCode() in hashCode()
DCardContainer.kt214 override fun hashCode(): Int { in contentColor() method in androidx.tv.material3.CardContainerColors
215 var result = contentColor.hashCode() in contentColor()
216 result = 31 * result + focusedContentColor.hashCode() in contentColor()
217 result = 31 * result + pressedContentColor.hashCode() in contentColor()
DSurfaceBorder.kt73 override fun hashCode(): Int { in hashCode() method in androidx.tv.material3.SurfaceBorderElement
74 var result = shape.hashCode() in hashCode()
75 result = 31 * result + border.hashCode() in hashCode()
/tv/integration-tests/playground/src/main/
Dbaseline-prof.txt75 HPLcom/google/gson/reflect/TypeToken;->hashCode()I
549 HSPLandroidx/compose/foundation/lazy/layout/DefaultLazyKey;->hashCode()I
864 HSPLandroidx/compose/runtime/OpaqueKey;->hashCode()I
2463 HSPLandroidx/compose/ui/text/font/TypefaceRequest;->hashCode()I