OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:lngrad
(Results
1 - 1
of
1
) sorted by null
/packages/apps/Gallery2/src/com/android/gallery3d/data/
LocationClustering.java
50
lngRad
= Math.toRadians(lng);
53
public double latRad,
lngRad
;
239
center[i].
lngRad
= p.
lngRad
;
246
groupSum[i].
lngRad
= 0;
257
p.latRad, p.
lngRad
, center[j].latRad, center[j].
lngRad
);
272
groupSum[bestIndex].
lngRad
+= p.
lngRad
;
280
center[i].
lngRad
= groupSum[i].lngRad / groupCount[i]
[
all
...]
Completed in 250 milliseconds