Home
last modified time | relevance | path

Searched refs:coordinate (Results 1 – 9 of 9) sorted by relevance

/frameworks/base/location/java/android/location/
DLocation.java229 public static String convert(double coordinate, int outputType) { in convert() argument
230 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 …]
/frameworks/base/cmds/bootanimation/
DFORMAT.md43 + If only `CLOCK1` is provided it is the y-coordinate of the clock and the x-coordinate
45 + If both `CLOCK1` and `CLOCK2` are provided then `CLOCK1` is the x-coordinate and `CLOCK2` is
/frameworks/base/core/java/com/android/internal/widget/
DAutoScrollHelper.java537 int direction, float coordinate, float srcSize, float dstSize) { in computeTargetVelocity() argument
540 final float value = getEdgeValue(relativeEdge, srcSize, maximumEdge, coordinate); in computeTargetVelocity()
/frameworks/rs/tests/java_api/Refocus/src/com/android/rs/test/
Dlayered_filter_f32_helper.rsh12 // @param x x-coordinate of a pixel in a padded image.
13 // @param y y-coordinate of a pixel in a padded image.
Dluts_for_speedup_f32.rsh62 // A lookup table that pre-computes x coordinate of the intersection between a
Dlayered_filter_d1new_helper.rsh29 // @param x x-coordinate of a pixel in a padded image.
30 // @param y y-coordinate of a pixel in a padded image.
/frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/exif/
DExifInterface.java1909 public static double convertLatOrLongToDouble(Rational[] coordinate, String reference) { in convertLatOrLongToDouble() argument
1911 double degrees = coordinate[0].toDouble(); in convertLatOrLongToDouble()
1912 double minutes = coordinate[1].toDouble(); in convertLatOrLongToDouble()
1913 double seconds = coordinate[2].toDouble(); in convertLatOrLongToDouble()
/frameworks/base/cmds/hid/
DREADME.md131 and both events have the same value of ABS_X, then ABS_X coordinate
/frameworks/base/core/proto/android/providers/settings/
Dsystem.proto203 // internally in AudioService and the Sound settings activity to coordinate