| /compose/ui/ui-text/src/commonMain/kotlin/androidx/compose/ui/text/input/ |
| D | EditCommand.kt | 92 override fun hashCode(): Int { in applyTo() method in androidx.compose.ui.text.input.CommitTextCommand 143 override fun hashCode(): Int { in hashCode() method in androidx.compose.ui.text.input.SetComposingRegionCommand 220 override fun hashCode(): Int { in hashCode() method in androidx.compose.ui.text.input.SetComposingTextCommand 278 override fun hashCode(): Int { in hashCode() method in androidx.compose.ui.text.input.DeleteSurroundingTextCommand 366 override fun hashCode(): Int { in hashCode() method in androidx.compose.ui.text.input.DeleteSurroundingTextInCodePointsCommand 411 override fun hashCode(): Int { in hashCode() method in androidx.compose.ui.text.input.SetSelectionCommand 438 override fun hashCode(): Int = this::class.hashCode() in equals() method in androidx.compose.ui.text.input.FinishComposingTextCommand 478 override fun hashCode(): Int = this::class.hashCode() in equals() method in androidx.compose.ui.text.input.BackspaceCommand 528 override fun hashCode(): Int { in hashCode() method in androidx.compose.ui.text.input.MoveCursorCommand 545 override fun hashCode(): Int = this::class.hashCode() in equals() method in androidx.compose.ui.text.input.DeleteAllCommand
|
| D | VisualTransformation.kt | 39 override fun hashCode(): Int { in <lambda>() method in androidx.compose.ui.text.input.TransformedText 111 override fun hashCode(): Int { in hashCode() method in androidx.compose.ui.text.input.PasswordVisualTransformation
|
| /compose/runtime/runtime/src/commonMain/kotlin/androidx/compose/runtime/external/kotlinx/collections/immutable/adapters/ |
| D | ReadOnlyCollectionAdapters.kt | 18 override fun hashCode(): Int = impl.hashCode() in <lambda>() method 28 override fun hashCode(): Int = impl.hashCode() in <lambda>() method 43 override fun hashCode(): Int = impl.hashCode() in <lambda>() method
|
| /compose/animation/animation-core/src/commonMain/kotlin/androidx/compose/animation/core/ |
| D | AnimationSpec.kt | 116 override fun hashCode(): Int { in hashCode() method in androidx.compose.animation.core.TweenSpec 163 override fun hashCode(): Int = in vectorize() method in androidx.compose.animation.core.SpringSpec 233 override fun hashCode(): Int { in hashCode() method in androidx.compose.animation.core.ArcAnimationSpec 359 override fun hashCode(): Int { in hashCode() method in androidx.compose.animation.core.RepeatableSpec 416 override fun hashCode(): Int { in hashCode() method in androidx.compose.animation.core.InfiniteRepeatableSpec 451 override fun hashCode(): Int { in hashCode() method in androidx.compose.animation.core.SnapSpec 687 override fun hashCode(): Int { in toPair() method 1036 override fun hashCode(): Int { in keyframesWithSpline() method in StartDelayVectorizedAnimationSpec 1062 override fun hashCode(): Int { in hashCode() method in StartDelayAnimationSpec
|
| D | AnimationVectors.kt | 134 override fun hashCode(): Int = value.hashCode() in equals() method 184 override fun hashCode(): Int = v1.hashCode() * 31 + v2.hashCode() in equals() method 243 override fun hashCode(): Int = (v1.hashCode() * 31 + v2.hashCode()) * 31 + v3.hashCode() in equals() method 313 override fun hashCode(): Int = in equals() method
|
| /compose/ui/ui-text/src/androidMain/kotlin/androidx/compose/ui/text/ |
| D | AndroidTextStyle.android.kt | 72 override fun hashCode(): Int { in hashCode() method in androidx.compose.ui.text.PlatformTextStyle 183 override fun hashCode(): Int { in hashCode() method in androidx.compose.ui.text.PlatformParagraphStyle 220 override fun hashCode(): Int { in hashCode() method in androidx.compose.ui.text.PlatformSpanStyle
|
| /compose/runtime/runtime/src/commonMain/kotlin/androidx/compose/runtime/external/kotlinx/collections/immutable/internal/ |
| D | ListImplementation.kt | 38 var hashCode = 1 in orderedHashCode() variable
|
| /compose/ui/ui/src/commonMain/kotlin/androidx/compose/ui/ |
| D | ComposedModifier.kt | 188 override fun hashCode(): Int = 31 * fqName.hashCode() + key1.hashCode() in <lambda>() method 205 override fun hashCode(): Int { in equals() method 229 override fun hashCode(): Int { in equals() method 248 override fun hashCode() = 31 * fqName.hashCode() + keys.contentHashCode() in equals() method 330 override fun hashCode(): Int = map.hashCode() in hashCode() method in CompositionLocalMapInjectionElement
|
| /compose/foundation/foundation/src/commonMain/kotlin/androidx/compose/foundation/lazy/staggeredgrid/ |
| D | LazyStaggeredGridCells.kt | 68 override fun hashCode(): Int { in calculateCrossAxisCellSizes() method in androidx.compose.foundation.lazy.staggeredgrid.StaggeredGridCells.Fixed 99 override fun hashCode(): Int { in hashCode() method in androidx.compose.foundation.lazy.staggeredgrid.StaggeredGridCells.Adaptive 133 override fun hashCode(): Int { in hashCode() method in androidx.compose.foundation.lazy.staggeredgrid.StaggeredGridCells.FixedSize
|
| /compose/foundation/foundation-layout/src/commonMain/kotlin/androidx/compose/foundation/layout/ |
| D | WindowInsets.kt | 294 override fun hashCode(): Int { in WindowInsets() method in FixedIntInsets 338 override fun hashCode(): Int { in hashCode() method in FixedDpInsets 375 override fun hashCode(): Int { in hashCode() method 401 override fun hashCode(): Int { in hashCode() method in InsetsValues 431 override fun hashCode(): Int = first.hashCode() + second.hashCode() * 31 in toString() method in UnionInsets 460 override fun hashCode(): Int = first.hashCode() + second.hashCode() * 31 in getLeft() method in AddedInsets 511 override fun hashCode(): Int = 31 * included.hashCode() + excluded.hashCode() in toString() method in ExcludeInsets 549 override fun hashCode(): Int = paddingValues.hashCode() in hashCode() method in PaddingValuesInsets 600 override fun hashCode(): Int { in hashCode() method in LimitInsets 636 override fun hashCode(): Int { in hashCode() method in InsetsPaddingValues
|
| /compose/ui/ui/src/androidMain/kotlin/androidx/compose/ui/input/pointer/ |
| D | PointerIcon.android.kt | 36 override fun hashCode(): Int { in hashCode() method in androidx.compose.ui.input.pointer.AndroidPointerIconType 55 override fun hashCode(): Int { in hashCode() method in androidx.compose.ui.input.pointer.AndroidPointerIcon
|
| /compose/ui/ui-graphics/src/commonMain/kotlin/androidx/compose/ui/graphics/ |
| D | ColorFilter.kt | 103 override fun hashCode(): Int { in tint() method 158 override fun hashCode(): Int { in hashCode() method 195 override fun hashCode(): Int { in hashCode() method
|
| /compose/ui/ui-text/src/commonMain/kotlin/androidx/compose/ui/text/font/ |
| D | FontVariation.kt | 75 override fun hashCode(): Int { in <lambda>() method 119 override fun hashCode(): Int { in <lambda>() method in androidx.compose.ui.text.font.SettingFloat 151 override fun hashCode(): Int { in <lambda>() method in androidx.compose.ui.text.font.SettingTextUnit 178 override fun hashCode(): Int { in <lambda>() method in androidx.compose.ui.text.font.SettingInt
|
| /compose/foundation/foundation/src/androidMain/kotlin/androidx/compose/foundation/contextmenu/ |
| D | ContextMenuState.android.kt | 37 override fun hashCode(): Int = status.hashCode() in toString() method 58 override fun hashCode(): Int = offset.hashCode() in toString() method in androidx.compose.foundation.contextmenu.Status.Open
|
| /compose/ui/ui-text/src/commonMain/kotlin/androidx/compose/ui/text/ |
| D | LinkAnnotation.kt | 73 override fun hashCode(): Int { in hashCode() method in androidx.compose.ui.text.LinkAnnotation.Url 117 override fun hashCode(): Int { in hashCode() method in androidx.compose.ui.text.LinkAnnotation.Clickable
|
| D | UrlAnnotation.kt | 38 override fun hashCode(): Int { in hashCode() method in androidx.compose.ui.text.UrlAnnotation
|
| D | TtsAnnotation.kt | 39 override fun hashCode(): Int { in hashCode() method in androidx.compose.ui.text.VerbatimTtsAnnotation
|
| /compose/foundation/foundation/src/commonMain/kotlin/androidx/compose/foundation/lazy/layout/ |
| D | LazyLayoutCacheWindow.kt | 73 override fun hashCode(): Int { in calculateAheadWindow() method in androidx.compose.foundation.lazy.layout.DpLazyLayoutCacheWindow 107 override fun hashCode(): Int { in LazyLayoutCacheWindow() method in androidx.compose.foundation.lazy.layout.FractionLazyLayoutCacheWindow
|
| /compose/foundation/foundation/src/commonMain/kotlin/androidx/compose/foundation/ |
| D | Overscroll.kt | 250 override fun hashCode(): Int { in OverscrollEffect() method in androidx.compose.foundation.WrappedOverscrollEffect 303 override fun hashCode(): Int { in hashCode() method in androidx.compose.foundation.OverscrollModifierElement 374 override fun hashCode(): Int in rememberPlatformOverscrollEffect() method
|
| /compose/material3/material3/src/commonMain/kotlin/androidx/compose/material3/internal/ |
| D | ChildParentSemantics.kt | 56 override fun hashCode(): Int { in parentSemantics() method in androidx.compose.material3.internal.ChildSemanticsNodeElement 83 override fun hashCode(): Int { in hashCode() method in androidx.compose.material3.internal.ParentSemanticsNodeElement
|
| /compose/ui/ui-graphics/src/androidMain/kotlin/androidx/compose/ui/graphics/ |
| D | AndroidRenderEffect.android.kt | 79 override fun hashCode(): Int { in createRenderEffect() method in androidx.compose.ui.graphics.BlurEffect 112 override fun hashCode(): Int { in hashCode() method in androidx.compose.ui.graphics.OffsetEffect
|
| /compose/material3/adaptive/adaptive/src/commonMain/kotlin/androidx/compose/material3/adaptive/ |
| D | Posture.kt | 50 override fun hashCode(): Int { in hashCode() method in androidx.compose.material3.adaptive.Posture 117 override fun hashCode(): Int { in hashCode() method in androidx.compose.material3.adaptive.HingeInfo
|
| /compose/runtime/runtime/src/commonMain/kotlin/androidx/compose/runtime/ |
| D | JoinedKey.kt | 21 override fun hashCode(): Int = hashCodeOf(left) * 31 + hashCodeOf(right) method in androidx.compose.runtime.JoinedKey
|
| /compose/foundation/foundation/src/commonMain/kotlin/androidx/compose/foundation/text/contextmenu/modifier/ |
| D | TextContextMenuModifier.kt | 92 override fun hashCode(): Int = builder.hashCode() in <lambda>() method in androidx.compose.foundation.text.contextmenu.modifier.AddTextContextMenuDataComponentsElement 119 override fun hashCode(): Int = filter.hashCode() in hashCode() method in androidx.compose.foundation.text.contextmenu.modifier.FilterTextContextMenuDataComponentsElement
|
| /compose/ui/ui-text/src/androidMain/kotlin/androidx/compose/ui/text/input/ |
| D | PlatformImeOptions.android.kt | 40 override fun hashCode(): Int { in hashCode() method in androidx.compose.ui.text.input.PlatformImeOptions
|