Home
last modified time | relevance | path

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

/frameworks/base/location/java/android/location/
DLocation.java232 public static String convert(double coordinate, int outputType) { in convert() argument
233 if (coordinate < -180.0 || coordinate > 180.0 || in convert()
234 Double.isNaN(coordinate)) { in convert()
235 throw new IllegalArgumentException("coordinate=" + coordinate); in convert()
246 if (coordinate < 0) { in convert()
248 coordinate = -coordinate; in convert()
253 int degrees = (int) Math.floor(coordinate); in convert()
256 coordinate -= degrees; in convert()
257 coordinate *= 60.0; in convert()
259 int minutes = (int) Math.floor(coordinate); in convert()
[all …]
/frameworks/rs/tests/java_api/Refocus/src/com/android/rs/test/
Dlayered_filter_fast_f32.rscript21 // @param x x-coordinate of @param in in the unpadded input image.
22 // @param y y-coordinate of @param in in the unpadded input image.
98 // Maps (x,y) to the padded image coordinate system.
134 // Maps (x,y) to the padded image coordinate system.
206 // Maps (x,y) to the padded image coordinate system.
230 // Maps (x,y) to the padded image coordinate system.
255 // Maps (x,y) to the padded image coordinate system.
280 // Maps (x,y) to the padded image coordinate system.
302 // Maps (x,y) to the padded image coordinate system.
335 // Maps (x,y) to the padded image coordinate system.
[all …]
Dlayered_filter_fast_d1new.rscript21 // @param x x-coordinate of @param in in the unpadded input image.
22 // @param y y-coordinate of @param in in the unpadded input image.
87 // Maps (x,y) to the padded image coordinate system.
116 // Maps (x,y) to the padded image coordinate system.
241 // Maps (x,y) to the padded image coordinate system.
287 // Maps (x,y) to the padded image coordinate system.
331 // Maps (x,y) to the padded image coordinate system.
367 // Maps (x,y) to the padded image coordinate system.
399 // Maps (x,y) to the padded image coordinate system.
464 // Maps (x,y) to the padded image coordinate system.
[all …]
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/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/RSUnitTests/src/com/android/rs/unittest/
Dreflection3264.rscript43 // Only check one coordinate, so as to avoid contention on global variable "failed"
/frameworks/rs/tests/java_api/RSUnitTests/supportlibsrc_gen/com/android/rs/unittest/
Dreflection3264.rscript45 // Only check one coordinate, so as to avoid contention on global variable "failed"
/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
/frameworks/ml/nn/tools/api/
Dtypes.spec3595 * coordinate (x1,y1) and lower-right corner coordinate (x2,y2). A valid
3975 * coordinate (x1,y1) and lower-right corner coordinate (x2,y2). A valid
4293 * The bounding box is represented by its upper-left corner coordinate
4294 * (x1,y1) and lower-right corner coordinate (x2,y2) in the original image.
5187 * The region of interest is represented by its upper-left corner coordinate
5188 * (x1,y1) and lower-right corner coordinate (x2,y2) in the original image.
5189 * A spatial scaling factor is applied to map into feature map coordinate.
5256 * The region of interest is represented by its upper-left corner coordinate
5257 * (x1,y1) and lower-right corner coordinate (x2,y2) in the original image.
5258 * A spatial scaling factor is applied to map into feature map coordinate.
/frameworks/base/cmds/statsd/src/
Datoms.proto2760 optional int32 y_coordinate = 2; // y coordinate for ACTION_DOWN event