Home
last modified time | relevance | path

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

/frameworks/base/location/java/com/android/internal/location/altitude/
DS2CellIdUtils.java167 private static long fromLatLngRadians(double latRadians, double lngRadians) { in fromLatLngRadians() argument
168 double cosLat = Math.cos(latRadians); in fromLatLngRadians()
171 double z = Math.sin(latRadians); in fromLatLngRadians()