Home
last modified time | relevance | path

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

/platform_testing/libraries/flicker/src/com/android/server/wm/traces/common/
DFloatFormatter.kt30 val dotIndex = strValue.indexOf(".") in format() constant
31 return if (dotIndex > -1) { in format()
32 strValue.substring(0, min(strValue.length, dotIndex + 4)) in format()