Home
last modified time | relevance | path

Searched refs:Color (Results 1 – 2 of 2) sorted by relevance

/platform_testing/libraries/flicker/src/com/android/server/wm/traces/common/
DColor.kt19 data class Color(val r: Float, val g: Float, val b: Float, val a: Float) { class
32 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()
/platform_testing/libraries/flicker/src/com/android/server/wm/traces/common/layers/
DLayer.kt20 import com.android.server.wm.traces.common.Color
42 val color: Color,