Searched refs:Color (Results 1 – 2 of 2) sorted by relevance
19 data class Color(val r: Float, val g: Float, val b: Float, val a: Float) { class32 if (other !is Color) return false in prettyPrint()51 val EMPTY = Color(r = -1f, g = -1f, b = -1f, a = 0f)53 fun prettyPrint(color: Color): String { in prettyPrint()
20 import com.android.server.wm.traces.common.Color42 val color: Color,