Home
last modified time | relevance | path

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

/packages/modules/HealthFitness/apk/src/com/android/healthconnect/controller/dataentries/formatters/
DHeightFormatter.kt82 val heightInInches = in formatHeight() constant
84 val feet = heightInInches / FEET_IN_INCHES in formatHeight()
85 val inches = heightInInches % FEET_IN_INCHES in formatHeight()