Searched refs:color (Results 1 – 5 of 5) sorted by relevance
53 fun prettyPrint(color: Color): String { in prettyPrint()54 val r = FloatFormatter.format(color.r) in prettyPrint()55 val g = FloatFormatter.format(color.g) in prettyPrint()56 val b = FloatFormatter.format(color.b) in prettyPrint()57 val a = FloatFormatter.format(color.a) in prettyPrint()
60 ?.color?.a ?: 0f == 1f in <lambda>()91 ?.color?.a ?: 0f == 1f in <lambda>()181 layers.any { layer -> layer.color.a == 1.0f } in <lambda>()189 layer?.color?.a == 1.0f in <lambda>()
42 val color: Color, constant in com.android.server.wm.traces.common.layers.Layer143 val isOpaque: Boolean = if (color.a != 1.0f) false else _isOpaque150 val fillsColor: Boolean get() = color.isNotEmpty242 color.isEmpty -> "Alpha is 0"331 if (color != other.color) return false in equals()367 result = 31 * result + color.hashCode() in hashCode()
68 float color[] = { field in Triangle128 GLES20.glUniform4fv(mColorHandle, 1, color, 0); in draw()
73 float color[] = { field in Square138 GLES20.glUniform4fv(mColorHandle, 1, color, 0); in draw()