Searched refs:createWithColorLong (Results 1 – 7 of 7) sorted by relevance
| /ink/ink-brush/src/jvmAndroidTest/kotlin/androidx/ink/brush/ |
| D | BrushTest.kt | 39 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/ |
| D | StrokeTest.kt | 97 Brush.createWithColorLong( in <lambda>() 122 Brush.createWithColorLong( in <lambda>() 285 Brush.createWithColorLong( in <lambda>()
|
| /ink/ink-brush/src/androidMain/kotlin/androidx/ink/brush/ |
| D | BrushExtensions.android.kt | 112 ): Brush = createWithColorLong(family, color.pack(), size, epsilon)
|
| /ink/ink-brush/src/androidInstrumentedTest/kotlin/androidx/ink/brush/ |
| D | BrushExtensionsTest.kt | 44 val brush = Brush.createWithColorLong(testFamily, testColorLong, 1f, 1f) in brushCreateAndroidColor_getsCorrectColor()
|
| /ink/ink-brush/api/ |
| D | current.txt | 20 …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, …
|
| D | restricted_current.txt | 20 …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/ |
| D | Brush.kt | 426 public fun createWithColorLong( in <lambda>() method
|