Home
last modified time | relevance | path

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

/ink/ink-brush/src/jvmAndroidMain/kotlin/androidx/ink/brush/
DBrushBehavior.kt219 override fun hashCode(): Int { in <lambda>() method
350 override fun hashCode(): Int = value.hashCode() in <lambda>() method in Source
627 override fun hashCode(): Int = value.hashCode() in <lambda>() method in Target
757 override fun hashCode(): Int = value.hashCode() in <lambda>() method in PolarTarget
812 override fun hashCode(): Int = value.hashCode() in <lambda>() method in OutOfRange
855 override fun hashCode(): Int = value.hashCode() in <lambda>() method in OptionalInputProperty
885 override fun hashCode(): Int = value.hashCode() in <lambda>() method in BinaryOp
915 override fun hashCode(): Int = value.hashCode() in <lambda>() method in DampingSource
956 override fun hashCode(): Int = value.hashCode() in <lambda>() method in Interpolation
1081 override fun hashCode(): Int { in <lambda>() method
[all …]
DEasingFunction.kt83 override fun hashCode(): Int = value.hashCode() in <lambda>() method in androidx.ink.brush.EasingFunction
192 override fun hashCode(): Int { in <lambda>() method
267 override fun hashCode(): Int { in <lambda>() method
318 override fun hashCode(): Int { in <lambda>() method
353 override fun hashCode(): Int = value.hashCode() in <lambda>() method in StepPosition
DBrushPaint.kt75 override fun hashCode(): Int { in <lambda>() method
106 override fun hashCode(): Int = value.hashCode() in <lambda>() method
139 override fun hashCode(): Int = value.hashCode() in <lambda>() method in TextureOrigin
174 override fun hashCode(): Int = value.hashCode() in <lambda>() method in TextureSizeUnit
209 override fun hashCode(): Int = value.hashCode() in <lambda>() method in TextureWrap
257 override fun hashCode(): Int = value.hashCode() in <lambda>() method in BlendMode
625 override fun hashCode(): Int { in <lambda>() method in TextureLayer
DInputToolType.kt53 public override fun hashCode(): Int = value.hashCode() in hashCode() method in androidx.ink.brush.InputToolType
DBrushCoat.kt105 override fun hashCode(): Int { in hashCode() method in androidx.ink.brush.BrushCoat
DBrushFamily.kt211 override fun hashCode(): Int { in <lambda>() method
DBrush.kt381 override fun hashCode(): Int { in <lambda>() method in androidx.ink.brush.Brush
DBrushTip.kt336 override fun hashCode(): Int { in <lambda>() method
/ink/ink-geometry/src/jvmAndroidMain/kotlin/androidx/ink/geometry/
DMeshAttributeUnpackingParams.kt46 override fun hashCode(): Int { in hashCode() method in androidx.ink.geometry.ComponentUnpackingParams
92 override fun hashCode(): Int { in hashCode() method
DImmutableSegment.kt36 override fun hashCode(): Int = hash(this) method
DImmutableTriangle.kt41 override fun hashCode(): Int = hash(this) method
DMutableSegment.kt56 override fun hashCode(): Int = hash(this) method in androidx.ink.geometry.MutableSegment
DMutableTriangle.kt65 override fun hashCode(): Int = hash(this) method in androidx.ink.geometry.MutableTriangle
DImmutableVec.kt42 override fun hashCode(): Int = hash(this) in asImmutable() method in androidx.ink.geometry.ImmutableVec
DMutableVec.kt55 override fun hashCode(): Int = hash(this) in equals() method in androidx.ink.geometry.MutableVec
DImmutableBox.kt51 override fun hashCode(): Int = Box.hash(this) in asImmutable() method
DMutableBox.kt116 override fun hashCode(): Int = Box.hash(this) method
DImmutableAffineTransform.kt99 override fun hashCode(): Int = hash(this) in asImmutable() method in androidx.ink.geometry.ImmutableAffineTransform
DMutableAffineTransform.kt298 override fun hashCode(): Int = hash(this) method in androidx.ink.geometry.MutableAffineTransform
DImmutableParallelogram.kt42 override fun hashCode(): Int = hash(this) in <lambda>() method in androidx.ink.geometry.ImmutableParallelogram
DBoxAccumulator.kt260 override fun hashCode(): Int = box?.hashCode() ?: 0 in equals() method in androidx.ink.geometry.BoxAccumulator
DMutableParallelogram.kt108 override fun hashCode(): Int = hash(this) in <lambda>() method
/ink/ink-strokes/src/jvmAndroidMain/kotlin/androidx/ink/strokes/
DStrokeInput.kt184 public override fun hashCode(): Int { in hashCode() method in androidx.ink.strokes.StrokeInput
/ink/ink-brush/src/jvmAndroidMain/kotlin/androidx/ink/brush/color/colorspace/
DColorSpace.kt342 override fun hashCode(): Int { in hashCode() method in androidx.ink.brush.color.colorspace.ColorSpace
DRgb.kt858 override fun hashCode(): Int { in <lambda>() method