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
333
return (GalleryUtils.
toMile
(distance) > GEOGRAPHIC_DISTANCE_CUTOFF_IN_MILES);
/packages/apps/Gallery2/src/com/android/gallery3d/util/
GalleryUtils.java
185
public static final double
toMile
(double meter) {
ReverseGeocoder.java
228
int distance = (int) GalleryUtils.
toMile
(distanceFloat[0]);
Completed in 325 milliseconds