Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/text/format/
DFormatter.java235 final int roundDigits; in roundBytes() local
238 roundDigits = 0; in roundBytes()
241 roundDigits = 2; in roundBytes()
245 roundDigits = 1; in roundBytes()
248 roundDigits = 2; in roundBytes()
253 roundDigits = 0; in roundBytes()
256 roundDigits = 2; in roundBytes()
270 return new RoundedBytesResult(result, units, roundDigits, roundedBytes); in roundBytes()