Home
last modified time | relevance | path

Searched refs:createWithColorIntArgb (Results 1 – 11 of 11) sorted by relevance

/ink/ink-brush/src/androidInstrumentedTest/kotlin/androidx/ink/brush/
DBrushExtensionsTest.kt57 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/
DViewStrokeRendererTestActivity.kt68 Brush.createWithColorIntArgb( in <lambda>()
/ink/ink-rendering/src/androidInstrumentedTest/kotlin/androidx/ink/rendering/android/canvas/internal/
DCanvasMeshRendererScreenshotTestActivity.kt61 Brush.createWithColorIntArgb(
DCanvasMeshRendererTest.kt54 Brush.createWithColorIntArgb(
113 Brush.createWithColorIntArgb(StockBrushes.markerLatest, 0x44112233, 10f, 0.25f) in createAndroidMesh_fromInProgressStroke_returnsMesh()
/ink/ink-authoring/src/androidInstrumentedTest/kotlin/androidx/ink/authoring/
DInProgressStrokesViewTestBase.kt180 Brush.createWithColorIntArgb( in <lambda>()
DInProgressStrokesViewTest.kt168 Brush.createWithColorIntArgb( in <lambda>()
/ink/ink-brush/src/jvmAndroidTest/kotlin/androidx/ink/brush/
DBrushTest.kt92 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/
Dcurrent.txt19 …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…
Drestricted_current.txt19 …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/
DBrush.kt443 public fun createWithColorIntArgb( in <lambda>() method
/ink/ink-rendering/src/androidInstrumentedTest/kotlin/androidx/ink/rendering/android/canvas/
DCanvasStrokeRendererTest.kt706 ) = Brush.createWithColorIntArgb(family, color, size, epsilon) in <lambda>()