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

/packages/inputmethods/LatinIME/common/src/com/android/inputmethod/latin/common/
H A DConstants.java186 public static boolean isValidCoordinate(final int coordinate) { argument
189 return coordinate >= 0;
/packages/apps/Camera2/src/com/android/camera/exif/
H A DExifInterface.java1878 * coordinate.
1880 * @param coordinate an array of 3 Rationals representing the degrees,
1885 * @return the GPS coordinate represented as degrees + minutes/60 +
1888 public static double convertLatOrLongToDouble(Rational[] coordinate, String reference) { argument
1890 double degrees = coordinate[0].toDouble();
1891 double minutes = coordinate[1].toDouble();
1892 double seconds = coordinate[2].toDouble();
1961 * @param latitude a GPS latitude coordinate.
1962 * @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/Messaging/src/com/android/messaging/util/exif/
H A DExifInterface.java1940 * coordinate.
1942 * @param coordinate an array of 3 Rationals representing the degrees,
1947 * @return the GPS coordinate represented as degrees + minutes/60 +
1950 public static double convertLatOrLongToDouble(Rational[] coordinate, String reference) { argument
1952 double degrees = coordinate[0].toDouble();
1953 double minutes = coordinate[1].toDouble();
1954 double seconds = coordinate[2].toDouble();
2023 * @param latitude a GPS latitude coordinate.
2024 * @param longitude a GPS longitude coordinate.

Completed in 73 milliseconds