Searched refs:coordinate (Results 1 – 9 of 9) sorted by relevance
229 public static String convert(double coordinate, int outputType) { in convert() argument230 if (coordinate < -180.0 || coordinate > 180.0 || in convert()231 Double.isNaN(coordinate)) { in convert()232 throw new IllegalArgumentException("coordinate=" + coordinate); in convert()243 if (coordinate < 0) { in convert()245 coordinate = -coordinate; in convert()250 int degrees = (int) Math.floor(coordinate); in convert()253 coordinate -= degrees; in convert()254 coordinate *= 60.0; in convert()256 int minutes = (int) Math.floor(coordinate); in convert()[all …]
43 + If only `CLOCK1` is provided it is the y-coordinate of the clock and the x-coordinate45 + If both `CLOCK1` and `CLOCK2` are provided then `CLOCK1` is the x-coordinate and `CLOCK2` is
537 int direction, float coordinate, float srcSize, float dstSize) { in computeTargetVelocity() argument540 final float value = getEdgeValue(relativeEdge, srcSize, maximumEdge, coordinate); in computeTargetVelocity()
12 // @param x x-coordinate of a pixel in a padded image.13 // @param y y-coordinate of a pixel in a padded image.
62 // A lookup table that pre-computes x coordinate of the intersection between a
29 // @param x x-coordinate of a pixel in a padded image.30 // @param y y-coordinate of a pixel in a padded image.
1909 public static double convertLatOrLongToDouble(Rational[] coordinate, String reference) { in convertLatOrLongToDouble() argument1911 double degrees = coordinate[0].toDouble(); in convertLatOrLongToDouble()1912 double minutes = coordinate[1].toDouble(); in convertLatOrLongToDouble()1913 double seconds = coordinate[2].toDouble(); in convertLatOrLongToDouble()
131 and both events have the same value of ABS_X, then ABS_X coordinate
203 // internally in AudioService and the Sound settings activity to coordinate