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.java261 public static boolean isValidLocation(double latitude, double longitude) { in isValidLocation()
267 double longitude) { in formatLatitudeLongitude()
273 public static void showOnMap(Context context, double latitude, double longitude) { in showOnMap()
DReverseGeocoder.java305 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.java140 double longitude = PicasaSource.getLongitude(image); in queryPicasaItem() local
/packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/exif/
DExifInterface.java1935 Rational[] longitude = getTagRationalValues(TAG_GPS_LONGITUDE); in getLatLongAsDoubles() local
1986 public boolean addGpsTags(double latitude, double longitude) { in addGpsTags()