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

/packages/apps/Camera2/src/com/android/camera/exif/
H A DExifInterface.java1888 public static double convertLatOrLongToDouble(Rational[] coordinate, String reference) { method in class:ExifInterface
1909 * @see #convertLatOrLongToDouble
1921 latLon[0] = convertLatOrLongToDouble(latitude, latitudeRef);
1922 latLon[1] = convertLatOrLongToDouble(longitude, longitudeRef);
/packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/exif/
H A DExifInterface.java1909 public static double convertLatOrLongToDouble(Rational[] coordinate, String reference) { method in class:ExifInterface
1930 * @see #convertLatOrLongToDouble
1942 latLon[0] = convertLatOrLongToDouble(latitude, latitudeRef);
1943 latLon[1] = convertLatOrLongToDouble(longitude, longitudeRef);
/packages/apps/Messaging/src/com/android/messaging/util/exif/
H A DExifInterface.java1950 public static double convertLatOrLongToDouble(Rational[] coordinate, String reference) { method in class:ExifInterface
1971 * @see #convertLatOrLongToDouble
1983 latLon[0] = convertLatOrLongToDouble(latitude, latitudeRef);
1984 latLon[1] = convertLatOrLongToDouble(longitude, longitudeRef);

Completed in 142 milliseconds