Home
last modified time | relevance | path

Searched refs:copyWithColorIntArgb (Results 1 – 6 of 6) sorted by relevance

/ink/ink-brush/api/
Dcurrent.txt11 method public androidx.ink.brush.Brush copyWithColorIntArgb(@ColorInt int colorIntArgb);
12 …method public androidx.ink.brush.Brush copyWithColorIntArgb(@ColorInt int colorIntArgb, optional a…
13 …method public androidx.ink.brush.Brush copyWithColorIntArgb(@ColorInt int colorIntArgb, optional a…
14 …method public androidx.ink.brush.Brush copyWithColorIntArgb(@ColorInt int colorIntArgb, optional a…
Drestricted_current.txt11 method public androidx.ink.brush.Brush copyWithColorIntArgb(@ColorInt int colorIntArgb);
12 …method public androidx.ink.brush.Brush copyWithColorIntArgb(@ColorInt int colorIntArgb, optional a…
13 …method public androidx.ink.brush.Brush copyWithColorIntArgb(@ColorInt int colorIntArgb, optional a…
14 …method public androidx.ink.brush.Brush copyWithColorIntArgb(@ColorInt int colorIntArgb, optional a…
/ink/ink-rendering/src/androidInstrumentedTest/kotlin/androidx/ink/rendering/android/canvas/internal/
DCanvasMeshRendererScreenshotTestActivity.kt71 private val brush2 = brush.copyWithColorIntArgb(colorIntArgb = 0xCC33E666.toInt())
DCanvasMeshRendererTest.kt193 stroke.copy(stroke.brush.copyWithColorIntArgb(colorIntArgb = Color.White.toArgb())) in drawStroke_whenAndroidU_shouldSaveRecentlyDrawnMesh()
243 stroke.copy(stroke.brush.copyWithColorIntArgb(colorIntArgb = Color.White.toArgb())) in drawStroke_whenAndroidVPlus_shouldNotSaveRecentlyDrawnMeshes()
/ink/ink-brush/src/jvmAndroidTest/kotlin/androidx/ink/brush/
DBrushTest.kt222 val newBrush = originalBrush.copyWithColorIntArgb(colorIntArgb = 0x12345678) in copyWithColorIntArgb_withLowAlpha_returnsCopyWithThatColor()
238 val newBrush = originalBrush.copyWithColorIntArgb(colorIntArgb = 0xAA123456.toInt()) in copyWithColorIntArgb_withHighAlpha_returnsCopyWithThatColor()
/ink/ink-brush/src/jvmAndroidMain/kotlin/androidx/ink/brush/
DBrush.kt236 public fun copyWithColorIntArgb( in <lambda>() method in androidx.ink.brush.Brush