HomeSort by relevance Sort by last modified time
    Searched full:degrees (Results 326 - 350 of 734) sorted by null

<<11121314151617181920>>

  /packages/apps/Camera/src/com/android/camera/
PanoProgressBar.java 131 // The panning direction will be decided after user pan more than 10 degrees in one
Storage.java 99 // Clockwise rotation in degrees. 0, 90, 180, or 270.
  /packages/apps/Camera/src/com/android/camera/ui/
FaceView.java 48 // indicator should be rotated 90 degrees counter-clockwise.
  /packages/apps/Camera2/src/com/android/camera/
PanoProgressBar.java 131 // The panning direction will be decided after user pan more than 10 degrees in one
  /packages/apps/Camera2/src/com/android/camera/app/
OrientationManager.java 34 // Orientation hysteresis amount used in rounding, in degrees
  /packages/apps/Camera2/src/com/android/camera/data/
LocalData.java 113 * Rotate the image in 90 degrees. This is a no-op for non-image.
  /packages/apps/Camera2/src/com/android/camera/ui/
FaceView.java 46 // indicator should be rotated 90 degrees counter-clockwise.
  /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/InCallUI/src/com/android/incallui/
AccelerometerListener.java 126 // convert to 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/Telephony/src/com/android/phone/
AccelerometerListener.java 126 // convert to degrees
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sound/
sb16_csp.h 59 /* maximum QSound value (180 degrees right) */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sound/
sb16_csp.h 59 /* maximum QSound value (180 degrees right) */
  /sdk/emulator/opengl/host/include/libOpenglRender/
render_api.h 140 * of degrees around the z axis
  /external/jmonkeyengine/engine/src/core/com/jme3/math/
FastMath.java 54 /** The value PI as a float. (180 degrees) */
56 /** The value 2PI as a float. (360 degrees) */
58 /** The value PI/2 as a float. (90 degrees) */
60 /** The value PI/4 as a float. (45 degrees) */
68 /** A value to multiply a radian value by, to convert it to degrees. */
487 * within the safe area on the x86 processor (-45 degrees to +45 degrees)
    [all...]
  /external/chromium_org/third_party/icu/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 486 // Winter solstice is 270 degrees solar longitude aka Dongzhi
533 * will be an integer from 1..12, with 1 corresponding to 330 degrees,
534 * 2 to 0 degrees, 3 to 30 degrees,..., and 12 to 300 degrees.
  /external/chromium_org/third_party/skia/src/pipe/
SkGPipeWrite.cpp 244 virtual bool rotate(SkScalar degrees) SK_OVERRIDE;
601 bool SkGPipeCanvas::rotate(SkScalar degrees) {
602 if (degrees) {
606 fWriter.writeScalar(degrees);
609 return this->INHERITED::rotate(degrees);
    [all...]
  /external/icu4c/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 549 // Winter solstice is 270 degrees solar longitude aka Dongzhi
596 * will be an integer from 1..12, with 1 corresponding to 330 degrees,
597 * 2 to 0 degrees, 3 to 30 degrees,..., and 12 to 300 degrees.
    [all...]
  /external/skia/src/pipe/
SkGPipeWrite.cpp 244 virtual bool rotate(SkScalar degrees) SK_OVERRIDE;
601 bool SkGPipeCanvas::rotate(SkScalar degrees) {
602 if (degrees) {
606 fWriter.writeScalar(degrees);
609 return this->INHERITED::rotate(degrees);
    [all...]

Completed in 911 milliseconds

<<11121314151617181920>>