OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:toMile
(Results
1 - 3
of
3
) sorted by null
/packages/apps/Gallery2/src/com/android/gallery3d/data/
TimeClustering.java
330
return (GalleryUtils.
toMile
(distance) > GEOGRAPHIC_DISTANCE_CUTOFF_IN_MILES);
/packages/apps/Gallery2/src/com/android/gallery3d/util/
GalleryUtils.java
159
public static final double
toMile
(double meter) {
ReverseGeocoder.java
227
int distance = (int) GalleryUtils.
toMile
(distanceFloat[0]);
Completed in 193 milliseconds