Searched refs:copyWithColorIntArgb (Results 1 – 6 of 6) sorted by relevance
11 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…
71 private val brush2 = brush.copyWithColorIntArgb(colorIntArgb = 0xCC33E666.toInt())
193 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()
222 val newBrush = originalBrush.copyWithColorIntArgb(colorIntArgb = 0x12345678) in copyWithColorIntArgb_withLowAlpha_returnsCopyWithThatColor()238 val newBrush = originalBrush.copyWithColorIntArgb(colorIntArgb = 0xAA123456.toInt()) in copyWithColorIntArgb_withHighAlpha_returnsCopyWithThatColor()
236 public fun copyWithColorIntArgb( in <lambda>() method in androidx.ink.brush.Brush