Home
last modified time | relevance | path

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

/frameworks/base/location/java/android/location/altitude/
DAltitudeConverter.java90 long s2CellId = S2CellIdUtils.fromLatLngDegrees(location.getLatitude(), in findMapSquare()
175 long s2CellId = S2CellIdUtils.fromLatLngDegrees(location.getLatitude(), in addMslAltitude()
296 long s2CellId = S2CellIdUtils.fromLatLngDegrees(location.getLatitude(), in getGeoidHeight()
/frameworks/base/location/java/com/android/internal/location/altitude/
DS2CellIdUtils.java69 public static long fromLatLngDegrees(double latDegrees, double lngDegrees) { in fromLatLngDegrees() method in S2CellIdUtils