Home
last modified time | relevance | path

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

/packages/apps/Messaging/src/com/android/messaging/util/exif/
DExifInterface.java644 public static interface GpsLatitudeRef { interface in ExifInterface
2031 latitude >= 0 ? GpsLatitudeRef.NORTH in addGpsTags()
2032 : GpsLatitudeRef.SOUTH); in addGpsTags()
/packages/apps/Camera2/src/com/android/camera/exif/
DExifInterface.java647 public static interface GpsLatitudeRef { interface in ExifInterface
1969 latitude >= 0 ? ExifInterface.GpsLatitudeRef.NORTH in addGpsTags()
1970 : ExifInterface.GpsLatitudeRef.SOUTH); in addGpsTags()
/packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/exif/
DExifInterface.java644 public static interface GpsLatitudeRef { interface in ExifInterface
1990 latitude >= 0 ? ExifInterface.GpsLatitudeRef.NORTH in addGpsTags()
1991 : ExifInterface.GpsLatitudeRef.SOUTH); in addGpsTags()