OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:dlat
(Results
1 - 4
of
4
) sorted by null
/development/samples/GlobalTime/src/com/android/globaltime/
City.java
131
float
dlat
= c2.getLatitude() - c1.getLatitude();
132
if (
dlat
< 0.0f) return -1;
133
if (
dlat
> 0.0f) return 1;
GlobalTime.java
1059
float
dlat
= lat2 - lat1;
local
[
all
...]
/packages/apps/Gallery2/src/com/android/gallery3d/util/
GalleryUtils.java
151
double
dlat
= Math.sin(0.5 * (lat2 - lat1));
local
153
double x =
dlat
*
dlat
+ dlng * dlng * Math.cos(lat1) * Math.cos(lat2);
/prebuilt/common/osgi/
osgi.jar
Completed in 200 milliseconds