Home
last modified time | relevance | path

Searched refs:lngRadians (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
169 double x = Math.cos(lngRadians) * cosLat; in fromLatLngRadians()
170 double y = Math.sin(lngRadians) * cosLat; in fromLatLngRadians()