/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...] |
/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 | 418 // complementary rotations (e.g., if 90 degrees, rotate 270 degrees). 436 // Rotate 270 degrees 442 // Rotate 180 degrees 449 // 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...] |
/prebuilts/sdk/renderscript/include/ |
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...] |
/external/icu/android_icu4j/src/main/java/android/icu/impl/ |
CalendarAstronomer.java | 30 * astronomer, are approximations to various degrees of accuracy. The 190 static private final double DEG_RAD = PI / 180; // degrees -> radians 191 static private final double RAD_DEG = 180 / PI; // radians -> degrees 232 * @param longitude The desired longitude, in <em>degrees</em> east of 235 * @param latitude The desired latitude, in <em>degrees</em>. Positive [all...] |
/hardware/libhardware/include/hardware/ |
sensors.h | 337 * All values are angles in degrees. 591 * 35 degrees since the activation or the last trigger of the sensor. 596 * trigger when angle (reference_estimated_gravity, current_estimated_gravity) > 35 degrees 600 * event, even though the angle of the average acceleration might vary by more than 35 degrees. 700 * - 1: device is rotated 90 degrees counter-clockwise from default 702 * - 2: device is rotated 180 degrees from default orientation (Y axis is 704 * - 3: device is rotated 90 degrees clockwise from default orientation (X axis [all...] |
/external/libjpeg-turbo/java/doc/org/libjpegturbo/turbojpeg/ |
TJTransform.html | 184 <div class="block">Rotate image 180 degrees.</div> 190 <div class="block">Rotate image counter-clockwise by 90 degrees.</div> 196 <div class="block">Rotate image clockwise by 90 degrees.</div> 450 <div class="block">Rotate image clockwise by 90 degrees. This transform is imperfect if 463 <div class="block">Rotate image 180 degrees. This transform is imperfect if there are any 476 <div class="block">Rotate image counter-clockwise by 90 degrees. This transform is imperfect
|
/external/skia/include/core/ |
SkPath.h | 504 * @param startAngle Starting angle (in degrees) where the arc begins 505 * @param sweepAngle Sweep angle (in degrees) measured clockwise. This is treated mod 360. 541 * @param xAxisRotate The angle in degrees relative to the x-axis. 562 * @param xAxisRotate The angle in degrees relative to the x-axis. 736 @param startAngle Starting angle (in degrees) where the arc begins 737 @param sweepAngle Sweep angle (in degrees) measured clockwise [all...] |
/frameworks/rs/driver/runtime/ |
rs_cl.c | 939 extern float __attribute__((overloadable)) degrees(float radians) { function 942 extern float2 __attribute__((overloadable)) degrees(float2 radians) { function 945 extern float3 __attribute__((overloadable)) degrees(float3 radians) { function 948 extern float4 __attribute__((overloadable)) degrees(float4 radians) { function 1917 HN_FUNC_HN(degrees); variable [all...] |
/docs/source.android.com/src/devices/input/ |
touch-devices.jd | 416 <p>The tilt angles along the X and Y axes are assumed to be specified in degrees [all...] |
/external/autotest/client/site_tests/graphics_PiglitBVT/test_scripts/pinetrail/ |
graphics_PiglitBVT_11.sh | 146 run_test "spec/glsl-1.10/execution/built-in-functions/vs-degrees-float" 0.0 "bin/shader_runner generated_tests/spec/glsl-1.10/execution/built-in-functions/vs-degrees-float.shader_test -auto" 147 run_test "spec/glsl-1.10/execution/built-in-functions/vs-degrees-vec2" 0.0 "bin/shader_runner generated_tests/spec/glsl-1.10/execution/built-in-functions/vs-degrees-vec2.shader_test -auto" 148 run_test "spec/glsl-1.10/execution/built-in-functions/vs-degrees-vec3" 0.0 "bin/shader_runner generated_tests/spec/glsl-1.10/execution/built-in-functions/vs-degrees-vec3.shader_test -auto" 149 run_test "spec/glsl-1.10/execution/built-in-functions/vs-degrees-vec4" 0.0 "bin/shader_runner generated_tests/spec/glsl-1.10/execution/built-in-functions/vs-degrees-vec4.shader_test -auto" [all...] |
/external/autotest/client/site_tests/power_Thermal/ |
power_Thermal.py | 242 - the temperature raises DELTA degrees above the original temperature 255 # Wait 30 seconds for the temp to raise DELTA degrees or throttling to
|