HomeSort by relevance Sort by last modified time
    Searched full:degrees (Results 426 - 450 of 1140) sorted by null

<<11121314151617181920>>

  /packages/apps/ExactCalculator/res/values-en-rGB/
strings.xml 53 <string name="desc_switch_deg" msgid="6675211986921592374">"switch to degrees"</string>
  /packages/apps/ExactCalculator/res/values-en-rIN/
strings.xml 53 <string name="desc_switch_deg" msgid="6675211986921592374">"switch to degrees"</string>
  /packages/apps/ExactCalculator/res/values-tl/
strings.xml 53 <string name="desc_switch_deg" msgid="6675211986921592374">"lumipat sa degrees"</string>
  /packages/apps/Gallery2/jni/filters/
geometry.c 98 // rotate == 1 is 90 degrees, 2 is 180, 3 is 270 (positive is CCW).
  /packages/apps/Gallery2/src/com/android/gallery3d/app/
OrientationManager.java 34 // Orientation hysteresis amount used in rounding, in degrees
  /packages/apps/Gallery2/src/com/android/gallery3d/data/
MediaObject.java 104 public void rotate(int degrees) {
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/
ColorSpaceMatrix.java 132 * @param rot rotation in degrees
  /packages/apps/LegacyCamera/src/com/android/camera/panorama/
PanoProgressBar.java 128 // The panning direction will be decided after user pan more than 10 degrees in one
  /packages/screensavers/PhotoTable/res/values/
config.xml 68 <!-- starting angle in degrees for thrown images (always lands near zero). -->
  /packages/services/Car/car-support-lib/src/android/support/car/navigation/
CarNavigationManager.java 87 * @param turnAngle turn angle in degrees between the roundabout entry and exit (0..359). Only
  /packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
MockVideoProvider.java 88 * @param rotation The device orientation, in degrees.
  /prebuilts/go/darwin-x86/test/bench/shootout/
meteor-contest.c 118 /* Returns the direction rotated 60 degrees clockwise */
229 /* Rotate a piece 60 degrees clockwise */
362 * found has an identical solution rotated 180 degrees. Thus we can reduce the
545 /* Board rotated 180 degrees is a solution too! */
meteor-contest.go 133 /* Returns the direction rotated 60 degrees clockwise */
244 /* Rotate a piece 60 degrees clockwise */
382 * found has an identical solution rotated 180 degrees. Thus we can reduce the
560 /* Board rotated 180 degrees is a solution too! */
  /prebuilts/go/linux-x86/test/bench/shootout/
meteor-contest.c 118 /* Returns the direction rotated 60 degrees clockwise */
229 /* Rotate a piece 60 degrees clockwise */
362 * found has an identical solution rotated 180 degrees. Thus we can reduce the
545 /* Board rotated 180 degrees is a solution too! */
meteor-contest.go 133 /* Returns the direction rotated 60 degrees clockwise */
244 /* Rotate a piece 60 degrees clockwise */
382 * found has an identical solution rotated 180 degrees. Thus we can reduce the
560 /* Board rotated 180 degrees is a solution too! */
  /prebuilts/misc/darwin-x86_64/freetype/include/freetype2/
fttrigon.h 49 * angle is a 16.16 fixed-point value expressed in degrees.
  /external/icu/android_icu4j/src/main/java/android/icu/util/
ChineseCalendar.java 32 * zone of GMT+8:00 and a longitude of 120 degrees east. Although some
34 * Beijing's local longitude (116 degrees 25 minutes east) and time zone
692 // Winter solstice is 270 degrees solar longitude aka Dongzhi
731 * will be an integer from 1..12, with 1 corresponding to 330 degrees,
732 * 2 to 0 degrees, 3 to 30 degrees,..., and 12 to 300 degrees.
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
ChineseCalendar.java 31 * zone of GMT+8:00 and a longitude of 120 degrees east. Although some
33 * Beijing's local longitude (116 degrees 25 minutes east) and time zone
710 // Winter solstice is 270 degrees solar longitude aka Dongzhi
749 * will be an integer from 1..12, with 1 corresponding to 330 degrees,
750 * 2 to 0 degrees, 3 to 30 degrees,..., and 12 to 300 degrees.
    [all...]
  /pdk/apps/TestingCamera/src/com/android/testingcamera/
TestingCamera.java 454 int degrees = 0; local
456 case Surface.ROTATION_0: degrees = 0; break;
457 case Surface.ROTATION_90: degrees = 90; break;
458 case Surface.ROTATION_180: degrees = 180; break;
459 case Surface.ROTATION_270: degrees = 270; break;
464 result = (info.orientation + degrees) % 360;
467 result = (info.orientation - degrees + 360) % 360;
    [all...]
  /frameworks/av/media/libmediaplayerservice/
StagefrightRecorder.cpp 414 status_t StagefrightRecorder::setParamVideoRotation(int32_t degrees) {
415 ALOGV("setParamVideoRotation: %d", degrees);
416 if (degrees < 0 || degrees % 90 != 0) {
417 ALOGE("Unsupported video rotation angle: %d", degrees);
420 mRotationDegrees = degrees % 360;
692 } else if (key == "video-param-rotation-angle-degrees") {
693 int32_t degrees; local
694 if (safe_strtoi32(value.string(), &degrees)) {
695 return setParamVideoRotation(degrees);
    [all...]
  /external/icu/icu4c/source/i18n/
astro.h 36 * astronomer, are approximations to various degrees of accuracy. The
170 * angles measured in degrees.
244 * angles measured in degrees.
306 * @param longitude The desired longitude, in <em>degrees</em> east of
309 * @param latitude The desired latitude, in <em>degrees</em>. Positive
chnsecal.cpp 545 // Winter solstice is 270 degrees solar longitude aka Dongzhi
592 * will be an integer from 1..12, with 1 corresponding to 330 degrees,
593 * 2 to 0 degrees, 3 to 30 degrees,..., and 12 to 300 degrees.
  /frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/
GlobalScreenshot.java 527 * @return the current display rotation in degrees
550 float degrees = getDegreesForRotation(mDisplay.getRotation()); local
551 boolean requiresRotation = (degrees > 0);
555 mDisplayMatrix.preRotate(-degrees);
576 c.rotate(degrees);
    [all...]
  /frameworks/native/libs/gui/
Surface.cpp 455 // complementary rotations (e.g., if 90 degrees, rotate 270 degrees).
473 // Rotate 270 degrees
479 // Rotate 180 degrees
486 // Rotate 90 degrees
    [all...]
  /frameworks/rs/scriptc/
rs_math.rsh 282 * To get an inverse cosine measured in degrees, use acospi(a) * 180.f.
401 * To get an inverse sine measured in degrees, use asinpi(a) * 180.f.
524 * To get an inverse tangent measured in degrees, use atan2pi(n, d) * 180.f.
608 * To get an inverse tangent measured in degrees, use atanpi(a) * 180.f.
    [all...]

Completed in 1617 milliseconds

<<11121314151617181920>>