OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:EARTH_RADIUS_METERS
(Results
1 - 2
of
2
) sorted by null
/packages/apps/Gallery2/src/com/android/gallery3d/util/
GalleryUtils.java
124
private static final double
EARTH_RADIUS_METERS
= 6367000.0;
146
return
EARTH_RADIUS_METERS
* trigTerm;
155
1.0 - x)))) *
EARTH_RADIUS_METERS
;
ReverseGeocoder.java
39
public static final int
EARTH_RADIUS_METERS
= 6378137;
308
+ (longitude + LON_MAX)) *
EARTH_RADIUS_METERS
);
Completed in 43 milliseconds