Home
last modified time | relevance | path

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

/frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/exif/
DExifInterface.java1909 public static double convertLatOrLongToDouble(Rational[] coordinate, String reference) { in convertLatOrLongToDouble() method in ExifInterface
1942 latLon[0] = convertLatOrLongToDouble(latitude, latitudeRef); in getLatLongAsDoubles()
1943 latLon[1] = convertLatOrLongToDouble(longitude, longitudeRef); in getLatLongAsDoubles()