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

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
H A DConstants.java182 public static boolean isValidCoordinate(final int coordinate) { argument
185 return coordinate >= 0;
/packages/apps/Camera2/src/com/android/camera/exif/
H A DExifInterface.java1899 * coordinate.
1901 * @param coordinate an array of 3 Rationals representing the degrees,
1906 * @return the GPS coordinate represented as degrees + minutes/60 +
1909 public static double convertLatOrLongToDouble(Rational[] coordinate, String reference) { argument
1911 double degrees = coordinate[0].toDouble();
1912 double minutes = coordinate[1].toDouble();
1913 double seconds = coordinate[2].toDouble();
1982 * @param latitude a GPS latitude coordinate.
1983 * @param longitude a GPS longitude coordinate.
/packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/exif/
H A DExifInterface.java1899 * coordinate.
1901 * @param coordinate an array of 3 Rationals representing the degrees,
1906 * @return the GPS coordinate represented as degrees + minutes/60 +
1909 public static double convertLatOrLongToDouble(Rational[] coordinate, String reference) { argument
1911 double degrees = coordinate[0].toDouble();
1912 double minutes = coordinate[1].toDouble();
1913 double seconds = coordinate[2].toDouble();
1982 * @param latitude a GPS latitude coordinate.
1983 * @param longitude a GPS longitude coordinate.
/packages/apps/Launcher3/WallpaperPicker/src/com/android/gallery3d/exif/
H A DExifInterface.java1899 * coordinate.
1901 * @param coordinate an array of 3 Rationals representing the degrees,
1906 * @return the GPS coordinate represented as degrees + minutes/60 +
1909 public static double convertLatOrLongToDouble(Rational[] coordinate, String reference) { argument
1911 double degrees = coordinate[0].toDouble();
1912 double minutes = coordinate[1].toDouble();
1913 double seconds = coordinate[2].toDouble();
1982 * @param latitude a GPS latitude coordinate.
1983 * @param longitude a GPS longitude coordinate.
/packages/apps/Mms/src/com/android/mms/exif/
H A DExifInterface.java1899 * coordinate.
1901 * @param coordinate an array of 3 Rationals representing the degrees,
1906 * @return the GPS coordinate represented as degrees + minutes/60 +
1909 public static double convertLatOrLongToDouble(Rational[] coordinate, String reference) { argument
1911 double degrees = coordinate[0].toDouble();
1912 double minutes = coordinate[1].toDouble();
1913 double seconds = coordinate[2].toDouble();
1982 * @param latitude a GPS latitude coordinate.
1983 * @param longitude a GPS longitude coordinate.

Completed in 65 milliseconds