Home
last modified time | relevance | path

Searched defs:hashCode (Results 1 – 25 of 52) sorted by relevance

123

/window/window/src/main/java/androidx/window/embedding/
DEmbeddingAnimationBackground.kt55 override fun hashCode() = color.hashCode() in hashCode() method in androidx.window.embedding.EmbeddingAnimationBackground.ColorBackground
64 @Suppress("EqualsAndHashCode") override fun hashCode() = toString().hashCode() in hashCode() method in androidx.window.embedding.EmbeddingAnimationBackground.DefaultBackground
DEmbeddingRule.kt43 override fun hashCode(): Int { in hashCode() method in androidx.window.embedding.EmbeddingRule
DDividerAttributes.kt64 override fun hashCode(): Int = widthDp * 31 + color in toString() method
160 override fun hashCode(): Int = in hashCode() method
335 override fun hashCode(): Int = minRatio.hashCode() * 31 + maxRatio.hashCode() in hashCode() method in DragRange.SplitRatioDragRange
375 @Suppress("EqualsAndHashCode") override fun hashCode(): Int = toString().hashCode() in toString() method
DEmbeddedActivityWindowInfo.kt61 override fun hashCode(): Int { in hashCode() method in androidx.window.embedding.EmbeddedActivityWindowInfo
DEmbeddingAspectRatio.kt47 override fun hashCode() = description.hashCode() + 31 * value.hashCode() in hashCode() method in androidx.window.embedding.EmbeddingAspectRatio
DOverlayAttributes.kt42 override fun hashCode(): Int = bounds.hashCode() in hashCode() method in androidx.window.embedding.OverlayAttributes
DSplitAttributes.kt117 override fun hashCode(): Int = description.hashCode() + 31 * value.hashCode() in hashCode() method in androidx.window.embedding.SplitAttributes.SplitType
248 override fun hashCode(): Int { in hashCode() method in androidx.window.embedding.SplitAttributes.LayoutDirection
349 override fun hashCode(): Int { in hashCode() method in androidx.window.embedding.SplitAttributes
DEmbeddingAnimationParams.kt77 override fun hashCode(): Int = value * 31 in hashCode() method in androidx.window.embedding.EmbeddingAnimationParams.AnimationSpec
102 override fun hashCode(): Int { in hashCode() method in androidx.window.embedding.EmbeddingAnimationParams
DActivityStack.kt85 override fun hashCode(): Int { in hashCode() method in androidx.window.embedding.ActivityStack
/window/extensions/extensions/src/main/java/androidx/window/extensions/embedding/
DEmbeddingRule.java59 public int hashCode() { in hashCode() method in EmbeddingRule
DSplitInfo.java112 public int hashCode() { in hashCode() method in SplitInfo
154 public int hashCode() { in hashCode() method in SplitInfo.Token
DActivityStack.java125 public int hashCode() { in hashCode() method in ActivityStack
213 public int hashCode() { in hashCode() method in ActivityStack.Token
DWindowAttributes.java90 public int hashCode() { in hashCode() method in WindowAttributes
DParentContainerInfo.java75 public int hashCode() { in hashCode() method in ParentContainerInfo
DAnimationBackground.java107 public int hashCode() { in hashCode() method in AnimationBackground.ColorBackground
DEmbeddedActivityWindowInfo.java96 public int hashCode() { in hashCode() method in EmbeddedActivityWindowInfo
DActivityStackAttributes.java65 public int hashCode() { in hashCode() method in ActivityStackAttributes
/window/window/src/main/java/androidx/window/layout/
DSupportedPosture.kt39 override fun hashCode(): Int { in hashCode() method in androidx.window.layout.SupportedPosture
DWindowLayoutInfo.kt53 override fun hashCode(): Int { in hashCode() method in androidx.window.layout.WindowLayoutInfo
DWindowMetrics.kt81 override fun hashCode(): Int { in hashCode() method in androidx.window.layout.WindowMetrics
/window/window/src/main/java/androidx/window/core/
DActivityComponentInfo.kt43 override fun hashCode(): Int { in hashCode() method in androidx.window.core.ActivityComponentInfo
DPredicateAdapter.kt111 override fun hashCode(): Int { in hashCode() method in androidx.window.core.PredicateAdapter
131 override fun hashCode(): Int { in hashCode() method in androidx.window.core.PairPredicateStubHandler
/window/extensions/extensions/src/main/java/androidx/window/extensions/layout/
DWindowLayoutInfo.java79 public int hashCode() { in hashCode() method in WindowLayoutInfo
/window/window-core/src/commonMain/kotlin/androidx/window/core/layout/
DWindowHeightSizeClass.kt52 override fun hashCode(): Int { in hashCode() method in androidx.window.core.layout.WindowHeightSizeClass
DWindowWidthSizeClass.kt52 override fun hashCode(): Int { in hashCode() method in androidx.window.core.layout.WindowWidthSizeClass

123