Home
last modified time | relevance | path

Searched refs:FloatFormatter (Results 1 – 3 of 3) sorted by relevance

/platform_testing/libraries/flicker/src/com/android/server/wm/traces/common/
DColor.kt54 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()
DRectF.kt138 val left = FloatFormatter.format(rect.left) in prettyPrint()
139 val top = FloatFormatter.format(rect.top) in prettyPrint()
140 val right = FloatFormatter.format(rect.right) in prettyPrint()
141 val bottom = FloatFormatter.format(rect.bottom) in prettyPrint()
DFloatFormatter.kt27 object FloatFormatter { object