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

<<21222324252627282930>>

  /frameworks/base/core/java/android/hardware/
GeomagneticField.java 264 * field from true north, in degrees (i.e. positive means the
272 * @return The inclination of the magnetic field in degrees -- positive
  /frameworks/base/core/jni/
android_graphics_Canvas.cpp 144 static void rotate(JNIEnv*, jobject, jlong canvasHandle, jfloat degrees) {
145 get_canvas(canvasHandle)->rotate(degrees);
  /frameworks/base/libs/hwui/utils/
VectorDrawableUtils.cpp 126 // Maximum of 45 degrees per cubic Bezier segment
181 /* Convert rotation angle from degrees to radians */
  /frameworks/base/media/mca/effect/java/android/media/effect/
EffectFactory.java 317 * the input image. Note that the rotation snaps to a the closest multiple of 90 degrees.</p>
322 * <td>The angle of rotation in degrees.</td>
  /frameworks/base/tools/layoutlib/bridge/src/android/graphics/
Path_Delegate.java 788 * @param startAngle Starting angle (in degrees) where the arc begins
789 * @param sweepAngle Sweep angle (in degrees) measured clockwise, treated
  /frameworks/base/tools/orientationplot/
orientationplot.py 121 3, 'Tilt Angle', 'degrees', [-105, 105],
130 4, 'Orientation Angle', 'degrees', [-25, 375],
  /frameworks/native/libs/input/tests/
InputEvent_test.cpp 538 // of ARC * i degrees clockwise relative to the Y axis.
576 // Apply a rotation about the origin by ROTATION degrees clockwise.
  /frameworks/support/graphics/drawable/static/src/android/support/graphics/drawable/
PathParser.java 600 /* Convert rotation angle from degrees to radians */
693 // Maximum of 45 degrees per cubic Bezier segment
  /hardware/invensense/6515/libsensors_iio/software/core/mllite/
hal_outputs.c 517 /** This corresponds to Sensor.TYPE_ORIENTATION. All values are angles in degrees.
518 * @param[out] values Length 3, Degrees.<br>
  /hardware/invensense/65xx/libsensors_iio/software/core/mllite/
hal_outputs.c 471 /** This corresponds to Sensor.TYPE_ORIENTATION. All values are angles in degrees.
472 * @param[out] values Length 3, Degrees.<br>
  /hardware/qcom/camera/QCamera2/stack/common/
cam_intf.h 559 /* cal images required rotation: 0-no, 1-90 degrees right, 2-90 degrees left */
    [all...]
  /hardware/qcom/display/msm8084/libcopybit/
c2d2.h 358 * target_rect is then rotated clockwise by an arbitrary angle in degrees
380 int32 rotation; /* clock-wise rotation in degrees, 16.16 fp */
    [all...]
  /hardware/qcom/display/msm8226/libcopybit/
c2d2.h 358 * target_rect is then rotated clockwise by an arbitrary angle in degrees
380 int32 rotation; /* clock-wise rotation in degrees, 16.16 fp */
    [all...]
  /hardware/qcom/display/msm8909/libcopybit/
c2d2.h 358 * target_rect is then rotated clockwise by an arbitrary angle in degrees
380 int32 rotation; /* clock-wise rotation in degrees, 16.16 fp */
    [all...]
  /hardware/qcom/display/msm8960/libcopybit/
c2d2.h 358 * target_rect is then rotated clockwise by an arbitrary angle in degrees
380 int32 rotation; /* clock-wise rotation in degrees, 16.16 fp */
    [all...]
  /hardware/qcom/display/msm8994/libcopybit/
c2d2.h 358 * target_rect is then rotated clockwise by an arbitrary angle in degrees
380 int32 rotation; /* clock-wise rotation in degrees, 16.16 fp */
    [all...]
  /hardware/qcom/display/msm8996/libcopybit/
c2d2.h 359 * target_rect is then rotated clockwise by an arbitrary angle in degrees
381 int32 rotation; /* clock-wise rotation in degrees, 16.16 fp */
    [all...]
  /packages/apps/Camera2/src/com/android/camera/widget/
RoundedThumbnailView.java 419 * @param rotation The orientation of the image in degrees.
723 * @param rotation The orientation of the image in degrees.
  /packages/apps/ExactCalculator/docs/
arithmetic-overview.html 35 conventional representations don't distinguish them. (They're both 89.9999? degrees with at least
75 The tangent function requires very high precision for arguments near 90 degrees to produce
  /packages/apps/ExactCalculator/src/com/android/calculator2/
BoundedRational.java 333 case 3: // 30 degrees
339 case 18: // 180 degrees
  /packages/services/Car/car-support-lib/src/android/support/car/hardware/
CarSensorEvent.java 133 * Temperature in Celsius degrees.
144 * Angles are in degrees. Pitch or/and roll can be NaN if it is not available.
  /docs/source.android.com/src/devices/sensors/
sensor-types.jd 129 <p>This sensor provides the ambient (room) temperature in degrees Celsius.</p>
491 gravity changing by at least 35 degrees since the activation or the last event
500 degrees</code> </li>
505 acceleration might vary by more than 35 degrees.
    [all...]
  /external/dng_sdk/source/
dng_xmp.cpp 291 // Split into degrees and minutes.
350 int degrees = 0; local
357 &degrees,
368 if (degrees < 0 || minutes < 0 || seconds < 0)
373 coord [0] = dng_urational ((uint32) degrees, 1);
    [all...]
  /external/skia/include/core/
SkCanvas.h 408 @param degrees The amount to rotate, in degrees
410 void rotate(SkScalar degrees);
736 @param startAngle Starting angle (in degrees) where the arc begins
737 @param sweepAngle Sweep angle (in degrees) measured clockwise
    [all...]
  /frameworks/base/docs/html/guide/topics/renderscript/reference/
rs_math.jd 313 <a href='rs_math.html#android_rs:degrees'>degrees</a>
316 Converts radians into degrees
916 Converts degrees into radians
    [all...]

Completed in 2114 milliseconds

<<21222324252627282930>>