Home
last modified time | relevance | path

Searched refs:toMile (Results 1 – 3 of 3) sorted by relevance

/packages/apps/Gallery2/src/com/android/gallery3d/data/
DTimeClustering.java333 return (GalleryUtils.toMile(distance) > GEOGRAPHIC_DISTANCE_CUTOFF_IN_MILES); in isGeographicallySeparated()
/packages/apps/Gallery2/src/com/android/gallery3d/util/
DGalleryUtils.java186 public static final double toMile(double meter) { in toMile() method in GalleryUtils
DReverseGeocoder.java228 int distance = (int) GalleryUtils.toMile(distanceFloat[0]); in computeAddress()