Home
last modified time | relevance | path

Searched refs:createWithColorLong (Results 1 – 7 of 7) sorted by relevance

/ink/ink-brush/src/jvmAndroidTest/kotlin/androidx/ink/brush/
DBrushTest.kt39 val brush = Brush.createWithColorLong(family, color.value.toLong(), size, epsilon) in constructor_withValidArguments_returnsABrush()
84 val brush = Brush.createWithColorLong(family, color.value.toLong(), size, epsilon) in colorAccessors_areAllEquivalent()
105 val brush = Brush.createWithColorLong(family, colorLong, size, epsilon) in withColorLong_returnsBrushWithCorrectColor()
112 val brush = Brush.createWithColorLong(family, colorLong, size, epsilon) in withColorLong_inUnsupportedColorSpace_returnsBrushWithConvertedColor()
152 val differentcolorBrush = Brush.createWithColorLong(family, otherColor, size, epsilon) in equals_returnsFalseIfAnyFieldsDiffer()
183 val differentcolorBrush = Brush.createWithColorLong(family, otherColor, size, epsilon) in hashCode_differsIfAnyFieldsDiffer()
/ink/ink-strokes/src/jvmAndroidTest/kotlin/androidx/ink/strokes/
DStrokeTest.kt97 Brush.createWithColorLong( in <lambda>()
122 Brush.createWithColorLong( in <lambda>()
285 Brush.createWithColorLong( in <lambda>()
/ink/ink-brush/src/androidMain/kotlin/androidx/ink/brush/
DBrushExtensions.android.kt112 ): Brush = createWithColorLong(family, color.pack(), size, epsilon)
/ink/ink-brush/src/androidInstrumentedTest/kotlin/androidx/ink/brush/
DBrushExtensionsTest.kt44 val brush = Brush.createWithColorLong(testFamily, testColorLong, 1f, 1f) in brushCreateAndroidColor_getsCorrectColor()
/ink/ink-brush/api/
Dcurrent.txt20 …method public static androidx.ink.brush.Brush createWithColorLong(androidx.ink.brush.BrushFamily f…
49 …method public androidx.ink.brush.Brush createWithColorLong(androidx.ink.brush.BrushFamily family, …
Drestricted_current.txt20 …method public static androidx.ink.brush.Brush createWithColorLong(androidx.ink.brush.BrushFamily f…
49 …method public androidx.ink.brush.Brush createWithColorLong(androidx.ink.brush.BrushFamily family, …
/ink/ink-brush/src/jvmAndroidMain/kotlin/androidx/ink/brush/
DBrush.kt426 public fun createWithColorLong( in <lambda>() method