Searched refs:roundedBytes (Results 1 – 1 of 1) sorted by relevance
47 public final long roundedBytes; field in FileSizeFormatter.RoundedBytesResult50 long roundedBytes) { in RoundedBytesResult() argument54 this.roundedBytes = roundedBytes; in RoundedBytesResult()166 long roundedBytes = (((long) Math.round(result * roundFactor)) * mult / roundFactor); in formatBytes() local168 return new RoundedBytesResult(result, unit, roundDigits, roundedBytes); in formatBytes()