Home
last modified time | relevance | path

Searched defs:longitude (Results 1 – 5 of 5) sorted by relevance

/packages/apps/Gallery2/src/com/android/gallery3d/util/
DGalleryUtils.java227 public static boolean isValidLocation(double latitude, double longitude) { in isValidLocation()
233 double longitude) { in formatLatitudeLongitude()
239 public static void showOnMap(Context context, double latitude, double longitude) { in showOnMap()
DReverseGeocoder.java304 public Address lookupAddress(final double latitude, final double longitude, in lookupAddress()
/packages/apps/Gallery2/src/com/android/gallery3d/data/
DLocalMediaItem.java41 public double longitude = INVALID_LATLNG; field in LocalMediaItem
/packages/apps/Gallery2/src/com/android/gallery3d/provider/
DGalleryProvider.java166 double longitude = PicasaSource.getLongitude(image); in queryPicasaItem() local
/packages/apps/Gallery2/src/com/android/gallery3d/app/
DCropImage.java402 double longitude = PicasaSource.getLongitude(mMediaItem); in savePicasaImage() local