Home
last modified time | relevance | path

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

/packages/apps/Messaging/src/com/android/messaging/util/exif/
DExifInterface.java1982 double[] latLon = new double[2]; in getLatLongAsDoubles() local
1983 latLon[0] = convertLatOrLongToDouble(latitude, latitudeRef); in getLatLongAsDoubles()
1984 latLon[1] = convertLatOrLongToDouble(longitude, longitudeRef); in getLatLongAsDoubles()
1985 return latLon; in getLatLongAsDoubles()
/packages/apps/Camera2/src/com/android/camera/exif/
DExifInterface.java1920 double[] latLon = new double[2]; in getLatLongAsDoubles() local
1921 latLon[0] = convertLatOrLongToDouble(latitude, latitudeRef); in getLatLongAsDoubles()
1922 latLon[1] = convertLatOrLongToDouble(longitude, longitudeRef); in getLatLongAsDoubles()
1923 return latLon; in getLatLongAsDoubles()
/packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/exif/
DExifInterface.java1941 double[] latLon = new double[2]; in getLatLongAsDoubles() local
1942 latLon[0] = convertLatOrLongToDouble(latitude, latitudeRef); in getLatLongAsDoubles()
1943 latLon[1] = convertLatOrLongToDouble(longitude, longitudeRef); in getLatLongAsDoubles()
1944 return latLon; in getLatLongAsDoubles()