Home
last modified time | relevance | path

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

/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowLocationManager.java473 double lonDifference = Math.toRadians(location2.getLongitude() - location1.getLongitude()); in distanceBetween() local
476 Math.sin(lonDifference/2) * Math.sin(lonDifference/2); in distanceBetween()