Searched refs:createWithColorIntArgb (Results 1 – 11 of 11) sorted by relevance
| /ink/ink-brush/src/androidInstrumentedTest/kotlin/androidx/ink/brush/ |
| D | BrushExtensionsTest.kt | 57 val brush = Brush.createWithColorIntArgb(testFamily, 0x4499bb66, 1f, 1f) in brushCopyWithAndroidColor_setsColor() 70 val brush = Brush.createWithColorIntArgb(testFamily, 0x4499bb66, 1f, 1f) in brushCopyWithAndroidColor_andOtherChangedValues_createsBrushWithColor() 88 val brush = Brush.createWithColorIntArgb(testFamily, 0x4499bb66, 1f, 1f) in brushCopyWithAndroidColor_withUnsupportedColorSpace_setsConvertedColor() 145 val brush = Brush.createWithColorIntArgb(testFamily, 0x4499bb66, 2f, 0.2f) in brushToBuilderWithAndroidColor_setsColor() 157 val brush = Brush.createWithColorIntArgb(testFamily, 0x4499bb66, 2f, 0.2f) in brushToBuilderWithAndroidColor_withUnsupportedColorSpace_setsConvertedColor()
|
| /ink/ink-rendering/src/androidInstrumentedTest/kotlin/androidx/ink/rendering/android/view/ |
| D | ViewStrokeRendererTestActivity.kt | 68 Brush.createWithColorIntArgb( in <lambda>()
|
| /ink/ink-rendering/src/androidInstrumentedTest/kotlin/androidx/ink/rendering/android/canvas/internal/ |
| D | CanvasMeshRendererScreenshotTestActivity.kt | 61 Brush.createWithColorIntArgb(
|
| D | CanvasMeshRendererTest.kt | 54 Brush.createWithColorIntArgb( 113 Brush.createWithColorIntArgb(StockBrushes.markerLatest, 0x44112233, 10f, 0.25f) in createAndroidMesh_fromInProgressStroke_returnsMesh()
|
| /ink/ink-authoring/src/androidInstrumentedTest/kotlin/androidx/ink/authoring/ |
| D | InProgressStrokesViewTestBase.kt | 180 Brush.createWithColorIntArgb( in <lambda>()
|
| D | InProgressStrokesViewTest.kt | 168 Brush.createWithColorIntArgb( in <lambda>()
|
| /ink/ink-brush/src/jvmAndroidTest/kotlin/androidx/ink/brush/ |
| D | BrushTest.kt | 92 val brush = Brush.createWithColorIntArgb(family, 0x12345678, size, epsilon) in withColorIntArgb_withLowAlpha_returnsBrushWithCorrectColor() 98 val brush = Brush.createWithColorIntArgb(family, 0xAA123456.toInt(), size, epsilon) in withColorIntArgb_withHighAlpha_returnsBrushWithCorrectColor()
|
| /ink/ink-brush/api/ |
| D | current.txt | 19 …method public static androidx.ink.brush.Brush createWithColorIntArgb(androidx.ink.brush.BrushFamil… 48 …method public androidx.ink.brush.Brush createWithColorIntArgb(androidx.ink.brush.BrushFamily famil…
|
| D | restricted_current.txt | 19 …method public static androidx.ink.brush.Brush createWithColorIntArgb(androidx.ink.brush.BrushFamil… 48 …method public androidx.ink.brush.Brush createWithColorIntArgb(androidx.ink.brush.BrushFamily famil…
|
| /ink/ink-brush/src/jvmAndroidMain/kotlin/androidx/ink/brush/ |
| D | Brush.kt | 443 public fun createWithColorIntArgb( in <lambda>() method
|
| /ink/ink-rendering/src/androidInstrumentedTest/kotlin/androidx/ink/rendering/android/canvas/ |
| D | CanvasStrokeRendererTest.kt | 706 ) = Brush.createWithColorIntArgb(family, color, size, epsilon) in <lambda>()
|