Home
last modified time | relevance | path

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

/packages/modules/HealthFitness/apk/src/com/android/healthconnect/controller/dataentries/formatters/
DHeightFormatter.kt78 val heightInCentimeters = convertHeightFromMeters(heightUnit, length.inMeters) in formatHeight() constant
79 format(context.getString(cmId), mapOf("height" to heightInCentimeters.roundToInt())) in formatHeight()