Searched refs:coordinate (Results 1 – 11 of 11) sorted by relevance
/frameworks/base/location/java/android/location/ |
D | Location.java | 215 public static String convert(double coordinate, int outputType) { in convert() argument 216 if (coordinate < -180.0 || coordinate > 180.0 || in convert() 217 Double.isNaN(coordinate)) { in convert() 218 throw new IllegalArgumentException("coordinate=" + coordinate); in convert() 229 if (coordinate < 0) { in convert() 231 coordinate = -coordinate; in convert() 236 int degrees = (int) Math.floor(coordinate); in convert() 239 coordinate -= degrees; in convert() 240 coordinate *= 60.0; in convert() 242 int minutes = (int) Math.floor(coordinate); in convert() [all …]
|
/frameworks/support/recyclerview-selection/src/main/java/androidx/recyclerview/selection/ |
D | GridModel.java | 695 @NonNull RelativeCoordinate coordinate, in getCoordinateValue() 699 switch (coordinate.type) { in getCoordinateValue() 706 return coordinate.limitsAfterCoordinate.lowerLimit; in getCoordinateValue() 708 return coordinate.limitsBeforeCoordinate.upperLimit; in getCoordinateValue() 711 return coordinate.limitsBeforeCoordinate.lowerLimit; in getCoordinateValue()
|
/frameworks/base/cmds/bootanimation/ |
D | FORMAT.md | 43 + 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/support/compat/src/main/java/androidx/core/widget/ |
D | AutoScrollHelper.java | 548 int direction, float coordinate, float srcSize, float dstSize) { in computeTargetVelocity() argument 551 final float value = getEdgeValue(relativeEdge, srcSize, maximumEdge, coordinate); in computeTargetVelocity()
|
/frameworks/base/core/java/com/android/internal/widget/ |
D | AutoScrollHelper.java | 537 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/ |
D | layered_filter_f32_helper.rsh | 12 // @param x x-coordinate of a pixel in a padded image. 13 // @param y y-coordinate of a pixel in a padded image.
|
D | luts_for_speedup_f32.rsh | 62 // A lookup table that pre-computes x coordinate of the intersection between a
|
D | layered_filter_d1new_helper.rsh | 29 // @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/ |
D | ExifInterface.java | 1909 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/ |
D | README.md | 131 and both events have the same value of ABS_X, then ABS_X coordinate
|
/frameworks/base/core/proto/android/providers/settings/ |
D | system.proto | 203 // internally in AudioService and the Sound settings activity to coordinate
|