Home
last modified time | relevance | path

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

/packages/modules/HealthFitness/apk/src/com/android/healthconnect/controller/shared/map/
DMapView.kt145 val yRatio = (point.first - routeBounds.top) / (routeBounds.bottom - routeBounds.top) in <lambda>() constant
148 val mapY = yRatio * (mapBounds.bottom - mapBounds.top) + mapBounds.top in <lambda>()