HomeSort by relevance Sort by last modified time
    Searched full:degrees (Results 276 - 300 of 976) sorted by null

<<11121314151617181920>>

  /packages/services/Car/car-support-lib/src/android/support/car/ui/
DrawerArrowDrawable.java 38 // The angle in degrees that the arrow head is inclined at.
170 // Draws rotated 180 degrees in RTL mode.
  /prebuilts/go/darwin-x86/src/math/
sin.go 146 j &= 7 // octant modulo 2Pi radians (360 degrees)
206 j &= 7 // octant modulo 2Pi radians (360 degrees)
  /prebuilts/go/linux-x86/src/math/
sin.go 146 j &= 7 // octant modulo 2Pi radians (360 degrees)
206 j &= 7 // octant modulo 2Pi radians (360 degrees)
  /external/apache-commons-math/src/main/java/org/apache/commons/math/stat/regression/
SimpleRegression.java 116 * @param degrees Number of degrees of freedom of the distribution
120 public SimpleRegression(int degrees) {
121 setDistribution(new TDistributionImpl(degrees));
417 * Returns the sum of squared errors divided by the degrees of freedom,
634 // modify degrees of freedom
  /frameworks/base/core/java/android/view/
RenderNode.java 499 * @param rotation The rotation value of the display list, in degrees
509 * Returns the rotation value for this display list around the Z axis, in degrees.
520 * @param rotationX The rotation value of the display list, in degrees
530 * Returns the rotation value for this display list around the X axis, in degrees.
541 * @param rotationY The rotation value of the display list, in degrees
551 * Returns the rotation value for this display list around the Y axis, in degrees.
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
CalendarAstronomer.java 29 * astronomer, are approximations to various degrees of accuracy. The
188 static private final double DEG_RAD = PI / 180; // degrees -> radians
189 static private final double RAD_DEG = 180 / PI; // radians -> degrees
230 * @param longitude The desired longitude, in <em>degrees</em> east of
233 * @param latitude The desired latitude, in <em>degrees</em>. Positive
861 // // (east long. positive). Note that LST is here expressed in degrees,
862 // // where 15 degrees corresponds to one hour. Since LST really is an angle,
863 // // it's convenient to use one unit---degrees---throughout.
887 // // where E and M are in degrees. This is it---no further iterations ar
    [all...]
  /frameworks/av/media/libmediaplayerservice/
StagefrightRecorder.cpp 407 status_t StagefrightRecorder::setParamVideoRotation(int32_t degrees) {
408 ALOGV("setParamVideoRotation: %d", degrees);
409 if (degrees < 0 || degrees % 90 != 0) {
410 ALOGE("Unsupported video rotation angle: %d", degrees);
413 mRotationDegrees = degrees % 360;
685 } else if (key == "video-param-rotation-angle-degrees") {
686 int32_t degrees; local
687 if (safe_strtoi32(value.string(), &degrees)) {
688 return setParamVideoRotation(degrees);
    [all...]
  /frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/exif/
ExifInterface.java 1911 double degrees = coordinate[0].toDouble(); local
2033 int degrees = (int) value; local
    [all...]
  /packages/apps/Camera2/src/com/android/camera/exif/
ExifInterface.java 1890 double degrees = coordinate[0].toDouble(); local
2012 int degrees = (int) value; local
    [all...]
  /packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/exif/
ExifInterface.java 1911 double degrees = coordinate[0].toDouble(); local
2033 int degrees = (int) value; local
    [all...]
  /packages/apps/Launcher3/WallpaperPicker/src/com/android/gallery3d/exif/
ExifInterface.java 1911 double degrees = coordinate[0].toDouble(); local
2033 int degrees = (int) value; local
    [all...]
  /packages/apps/Messaging/src/com/android/messaging/util/exif/
ExifInterface.java 1952 double degrees = coordinate[0].toDouble(); local
2074 int degrees = (int) value; local
    [all...]
  /prebuilts/misc/darwin-x86_64/sdl2/include/SDL2/
SDL_haptic.h 389 * - North: 0 (0 degrees)
390 * - East: 9000 (90 degrees)
391 * - South: 18000 (180 degrees)
392 * - West: 27000 (270 degrees)
408 * follows (all values are in hundredths of degrees):
409 * - Degrees from (1, 0) rotated towards (0, 1).
410 * - Degrees towards (0, 0, 1) (device needs at least 3 axes).
    [all...]
  /prebuilts/misc/windows/sdl2/i686-w64-mingw32/include/SDL2/
SDL_haptic.h 389 * - North: 0 (0 degrees)
390 * - East: 9000 (90 degrees)
391 * - South: 18000 (180 degrees)
392 * - West: 27000 (270 degrees)
408 * follows (all values are in hundredths of degrees):
409 * - Degrees from (1, 0) rotated towards (0, 1).
410 * - Degrees towards (0, 0, 1) (device needs at least 3 axes).
    [all...]
  /prebuilts/misc/windows/sdl2/include/
SDL_haptic.h 389 * - North: 0 (0 degrees)
390 * - East: 9000 (90 degrees)
391 * - South: 18000 (180 degrees)
392 * - West: 27000 (270 degrees)
408 * follows (all values are in hundredths of degrees):
409 * - Degrees from (1, 0) rotated towards (0, 1).
410 * - Degrees towards (0, 0, 1) (device needs at least 3 axes).
    [all...]
  /prebuilts/misc/windows/sdl2/x86_64-w64-mingw32/include/SDL2/
SDL_haptic.h 389 * - North: 0 (0 degrees)
390 * - East: 9000 (90 degrees)
391 * - South: 18000 (180 degrees)
392 * - West: 27000 (270 degrees)
408 * follows (all values are in hundredths of degrees):
409 * - Degrees from (1, 0) rotated towards (0, 1).
410 * - Degrees towards (0, 0, 1) (device needs at least 3 axes).
    [all...]
  /frameworks/opt/photoviewer/src/com/android/ex/photo/views/
PhotoView.java 160 /** The current rotation amount, in degrees */
662 * Rotates the image 90 degrees, clockwise.
669 * Rotates the image 90 degrees, counter clockwise.
    [all...]
  /frameworks/rs/api/
rs_math.spec 223 To get an inverse cosine measured in degrees, use <code>acospi(a) * 180.f</code>.
294 To get an inverse sine measured in degrees, use <code>asinpi(a) * 180.f</code>.
368 To get an inverse tangent measured in degrees, use <code>atan2pi(n, d) * 180.f</code>.
417 To get an inverse tangent measured in degrees, use <code>atanpi(a) * 180.f</code>.
652 To get the cosine of a value measured in degrees, call <code>cospi(v / 180.f)</code>.
666 function: degrees
673 summary: Converts radians into degrees
675 Converts from radians to degrees.
678 function: degrees
1850 To get an inverse cosine measured in degrees, use <code>acospi(a) * 180.f</code>
    [all...]
  /hardware/qcom/display/msm8084/liboverlay/
overlayUtils.h 323 /* rotate source image 180 degrees
326 /* rotate source image 90 degrees 0x4 */
328 /* rotate source image 90 degrees and flip horizontally 0x5 */
331 /* rotate source image 90 degrees and flip vertically 0x6 */
334 /* rotate source image 270 degrees
  /hardware/qcom/display/msm8226/liboverlay/
overlayUtils.h 292 /* rotate source image 180 degrees
295 /* rotate source image 90 degrees 0x4 */
297 /* rotate source image 90 degrees and flip horizontally 0x5 */
300 /* rotate source image 90 degrees and flip vertically 0x6 */
303 /* rotate source image 270 degrees
  /hardware/qcom/display/msm8909/liboverlay/
overlayUtils.h 283 /* rotate source image 180 degrees
286 /* rotate source image 90 degrees 0x4 */
288 /* rotate source image 90 degrees and flip horizontally 0x5 */
291 /* rotate source image 90 degrees and flip vertically 0x6 */
294 /* rotate source image 270 degrees
  /hardware/qcom/display/msm8960/liboverlay/
overlayUtils.h 315 /* rotate source image 180 degrees
318 /* rotate source image 90 degrees 0x4 */
320 /* rotate source image 90 degrees and flip horizontally 0x5 */
323 /* rotate source image 90 degrees and flip vertically 0x6 */
326 /* rotate source image 270 degrees
  /hardware/qcom/display/msm8994/liboverlay/
overlayUtils.h 286 /* rotate source image 180 degrees
289 /* rotate source image 90 degrees 0x4 */
291 /* rotate source image 90 degrees and flip horizontally 0x5 */
294 /* rotate source image 90 degrees and flip vertically 0x6 */
297 /* rotate source image 270 degrees
  /packages/apps/Nfc/src/com/android/nfc/beam/
SendUi.java 539 * @return the current display rotation in degrees
598 float degrees = getDegreesForRotation(mDisplay.getRotation()); local
611 boolean requiresRotation = (degrees > 0);
615 mDisplayMatrix.preRotate(-degrees);
633 c.rotate(360f - degrees);
    [all...]
  /external/chromium-trace/catapult/telemetry/telemetry/internal/image_processing/
screen_finder_unittest.py 138 # crosses 2 lines at 45 degrees.
143 # crosses 1 line at > 45 degrees, 1 line at < 45 degrees.

Completed in 1969 milliseconds

<<11121314151617181920>>