Home
last modified time | relevance | path

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

/platform_testing/libraries/flicker/src/com/android/server/wm/traces/common/
DFloatFormatter.kt29 val strValue = value.toString() in format() constant
30 val dotIndex = strValue.indexOf(".") in format()
32 strValue.substring(0, min(strValue.length, dotIndex + 4)) in format()
34 "$strValue.000" in format()