Searched refs:truncatedPounds (Results 1 – 1 of 1) sorted by relevance
52 val truncatedPounds = Math.round(pounds * 10) / 10.0 in getMassString() constant53 format(context.getString(poundStringId), mapOf("count" to truncatedPounds)) in getMassString()