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

/frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/exif/
H A DExifInterface.java1987 ExifTag latTag = buildTag(TAG_GPS_LATITUDE, toExifLatLong(latitude));
1988 ExifTag longTag = buildTag(TAG_GPS_LONGITUDE, toExifLatLong(longitude));
2030 private static Rational[] toExifLatLong(double value) { method in class:ExifInterface

Completed in 69 milliseconds