/external/smack/src/org/xbill/DNS/ |
LOCRecord.java | 103 throw st.exception("Invalid LOC " + type + " degrees"); 197 sb.append(temp / (3600 * 1000)); /* degrees */
|
/frameworks/base/docs/html/guide/appendix/ |
g-app-intents.jd | 96 <tr><td><em>yaw</em></td><td>Panorama center-of-view in degrees clockwise from North.<br /> 99 <tr><td><em>pitch</em></td><td>Panorama center-of-view in degrees from
|
/frameworks/base/graphics/java/android/graphics/ |
ColorMatrix.java | 119 public void setRotate(int axis, float degrees) { 121 float radians = degrees * (float)Math.PI / 180;
|
Path.java | 425 * @param startAngle Starting angle (in degrees) where the arc begins 426 * @param sweepAngle Sweep angle (in degrees) measured clockwise, treated 444 * @param startAngle Starting angle (in degrees) where the arc begins 445 * @param sweepAngle Sweep angle (in degrees) measured clockwise 550 * @param startAngle Starting angle (in degrees) where the arc begins 551 * @param sweepAngle Sweep angle (in degrees) measured clockwise
|
/frameworks/base/packages/Keyguard/src/com/android/keyguard/ |
KeyguardFaceUnlockView.java | 62 // equal to 2, the rotation change was 180 degrees. This stops the biometric unlock 233 // necessary here. When a tablet is rotated 90 degrees, a configuration change is
|
/external/chromium_org/ui/gfx/ |
transform_unittest.cc | 278 float degrees; member in struct:gfx::__anon14954::TestCase 294 rotation.Rotate(value.degrees); 299 if (value.degrees == value.degrees) { 507 float degrees; member in struct:gfx::__anon14954::TestCase 523 rotation.Rotate(value.degrees); 528 if (value.degrees == value.degrees) { [all...] |
/frameworks/base/core/java/android/view/ |
DisplayList.java | 432 * @param rotation The rotation value of the display list, in degrees 440 * Returns the rotation value for this display list around the Z axis, in degrees. 449 * @param rotationX The rotation value of the display list, in degrees 457 * Returns the rotation value for this display list around the X axis, in degrees. 466 * @param rotationY The rotation value of the display list, in degrees 474 * Returns the rotation value for this display list around the Y axis, in degrees.
|
/hardware/libhardware/include/hardware/ |
gps.h | 245 /** Represents latitude in degrees. */ 247 /** Represents longitude in degrees. */ 254 /** Represents heading in degrees. */ 277 /** Elevation of SV in degrees. */ 279 /** Azimuth of SV in degrees. */ 416 * latitude and longitude are measured in degrees
|
/packages/apps/Mms/src/com/android/mms/ui/ |
UriImage.java | 467 * @param degrees The rotation angle 469 public static Bitmap rotateBitmap(Bitmap bitmap, int degrees) { 470 if (degrees != 0 && bitmap != null) { 474 m.setRotate(degrees, (float) w / 2, (float) h / 2); 492 * Returns the number of degrees to rotate the picture, based on the orientation tag in 494 * 0 degrees is returned.
|
/frameworks/av/media/libmediaplayerservice/ |
StagefrightRecorder.cpp | 373 status_t StagefrightRecorder::setParamVideoRotation(int32_t degrees) { 374 ALOGV("setParamVideoRotation: %d", degrees); 375 if (degrees < 0 || degrees % 90 != 0) { 376 ALOGE("Unsupported video rotation angle: %d", degrees); 379 mRotationDegrees = degrees % 360; 647 } else if (key == "video-param-rotation-angle-degrees") { 648 int32_t degrees; local 649 if (safe_strtoi32(value.string(), °rees)) { 650 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 | 1911 double degrees = coordinate[0].toDouble(); local 2033 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/Mms/src/com/android/mms/exif/ |
ExifInterface.java | 1911 double degrees = coordinate[0].toDouble(); local 2033 int degrees = (int) value; local [all...] |
/external/chromium_org/third_party/angle/src/compiler/ |
Initialize.cpp | 36 symbolTable.insertBuiltIn(float1, "degrees", float1); 37 symbolTable.insertBuiltIn(float2, "degrees", float2); 38 symbolTable.insertBuiltIn(float3, "degrees", float3); 39 symbolTable.insertBuiltIn(float4, "degrees", float4); 477 symbolTable.relateToOperator("degrees", EOpDegrees);
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/ |
GlobalScreenshot.java | 418 * @return the current display rotation in degrees 440 float degrees = getDegreesForRotation(mDisplay.getRotation()); local 441 boolean requiresRotation = (degrees > 0); 445 mDisplayMatrix.preRotate(-degrees); 465 c.rotate(degrees);
|
/frameworks/rs/scriptc/ |
rs_cl.rsh | 893 * Convert from radians to degrees. 897 _RS_RUNTIME float __attribute__((const, overloadable)) degrees(float radians); 898 FN_FUNC_FN(degrees) 910 * Convert from degrees to radians. 914 _RS_RUNTIME float __attribute__((const, overloadable)) radians(float 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/msm8974/liboverlay/ |
overlayUtils.h | 316 /* rotate source image 180 degrees 319 /* rotate source image 90 degrees 0x4 */ 321 /* rotate source image 90 degrees and flip horizontally 0x5 */ 324 /* rotate source image 90 degrees and flip vertically 0x6 */ 327 /* rotate source image 270 degrees
|
/hardware/qcom/display/msm8x26/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
|
/packages/apps/Nfc/src/com/android/nfc/ |
SendUi.java | 500 * @return the current display rotation in degrees 557 float degrees = getDegreesForRotation(mDisplay.getRotation()); local 570 boolean requiresRotation = (degrees > 0); 574 mDisplayMatrix.preRotate(-degrees); 592 c.rotate(360f - degrees);
|
/prebuilts/sdk/renderscript/include/ |
rs_cl.rsh | 893 * Convert from radians to degrees. 897 _RS_RUNTIME float __attribute__((const, overloadable)) degrees(float radians); 898 FN_FUNC_FN(degrees) 910 * Convert from degrees to radians. 914 _RS_RUNTIME float __attribute__((const, overloadable)) radians(float degrees);
|
/external/chromium_org/third_party/icu/source/i18n/ |
astro.cpp | 206 #define DEG_RAD ( CalendarAstronomer::PI / 180 ) // degrees -> radians 207 #define RAD_DEG ( 180 / CalendarAstronomer::PI ) // radians -> degrees 263 * @param longitude The desired longitude, in <em>degrees</em> east of 266 * @param latitude The desired latitude, in <em>degrees</em>. Positive 917 // // (east long. positive). Note that LST is here expressed in degrees, 918 // // where 15 degrees corresponds to one hour. Since LST really is an angle, 919 // // it's convenient to use one unit---degrees---throughout. 943 // // where E and M are in degrees. This is it---no further iterations are [all...] |
/external/chromium_org/third_party/skia/src/core/ |
SkMatrix.cpp | 476 void SkMatrix::setRotate(SkScalar degrees, SkScalar px, SkScalar py) { 478 sinV = SkScalarSinCos(SkDegreesToRadians(degrees), &cosV); 482 void SkMatrix::setRotate(SkScalar degrees) { 484 sinV = SkScalarSinCos(SkDegreesToRadians(degrees), &cosV); 488 bool SkMatrix::preRotate(SkScalar degrees, SkScalar px, SkScalar py) { 490 m.setRotate(degrees, px, py); 494 bool SkMatrix::preRotate(SkScalar degrees) { 496 m.setRotate(degrees); 500 bool SkMatrix::postRotate(SkScalar degrees, SkScalar px, SkScalar py) { 502 m.setRotate(degrees, px, py) [all...] |