HomeSort by relevance Sort by last modified time
    Searched full:radians (Results 151 - 175 of 253) sorted by null

1 2 3 4 5 67 8 91011

  /frameworks/base/core/java/android/hardware/
SensorEvent.java 150 * </h4> All values are in radians/second and measure the rate of rotation
294 * <li> values[4]: estimated heading Accuracy (in radians) (-1 if unavailable)</li>
456 * All values are in radians/second and measure the rate of rotation
  /frameworks/base/packages/WallpaperCropper/src/com/android/photos/views/
TiledImageRenderer.java 362 double radians = Math.toRadians(-rotation); local
366 double cos = Math.cos(radians);
367 double sin = Math.sin(radians);
  /frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
GcSnapshot.java 432 public void rotate(double radians) {
435 layer.getGraphics().rotate(radians);
441 mTransform.rotate(radians);
  /packages/apps/Gallery2/src/com/android/gallery3d/ui/
TileImageView.java 305 double radians = Math.toRadians(-rotation); local
309 double cos = Math.cos(radians);
310 double sin = Math.sin(radians);
  /packages/apps/Gallery2/src/com/android/photos/views/
TiledImageRenderer.java 362 double radians = Math.toRadians(-rotation); local
366 double cos = Math.cos(radians);
367 double sin = Math.sin(radians);
  /packages/apps/Launcher3/WallpaperPicker/src/com/android/photos/views/
TiledImageRenderer.java 362 double radians = Math.toRadians(-rotation); local
366 double cos = Math.cos(radians);
367 double sin = Math.sin(radians);
  /libcore/luni/src/main/java/java/lang/
Math.java 238 * the angle whose cosine has to be computed, in radians.
787 * the angle whose sin has to be computed, in radians.
842 * the angle whose tangent has to be computed, in radians.
886 * Returns the measure in radians of the supplied degree angle. The result
920 * an angle in radians.
    [all...]
StrictMath.java 261 * the angle whose cosine has to be computed, in radians.
768 * the angle whose sin has to be computed, in radians.
801 * the angle whose tangent has to be computed, in radians.
839 * an angle in radians.
847 * Returns the measure in radians of the supplied degree angle. The result
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_math.py     [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_math.py     [all...]
  /external/chromium_org/third_party/angle/src/compiler/translator/
intermOut.cpp 232 case EOpRadians: out << "radians"; break;
  /external/deqp/doc/testspecs/GLES3/
functional.shaders.builtin_functions.precision.txt 98 | radians(x) | (pi / 180.0) * x |
  /external/fonttools/Lib/fontTools/misc/
transform.py 154 """Return a new transformation, rotated by 'angle' (radians).
  /external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowLocation.java 249 // Convert lat/long to radians
  /frameworks/rs/java/tests/RSTest_CompatLib/src/com/android/rs/test/
apitest.rs 1010 f = radians(f);
1011 f2 = radians(f2);
1012 f3 = radians(f3);
1013 f4 = radians(f4);
    [all...]
math.rs 308 TEST_FN_FUNC_FN(radians);
  /frameworks/rs/java/tests/RsTest/src/com/android/rs/test/
math.rs 316 TEST_FN_FUNC_FN(radians);
  /frameworks/rs/java/tests/RsTest_14/src/com/android/rs/test/
math.rs 308 TEST_FN_FUNC_FN(radians);
math.rs.orig 308 TEST_FN_FUNC_FN(radians);
  /frameworks/rs/java/tests/RsTest_16/src/com/android/rs/test/
math.rs 308 TEST_FN_FUNC_FN(radians);
  /packages/apps/Camera2/src/com/android/camera/ui/
PreviewOverlay.java 230 private double mFingerAngle; // in radians.
  /cts/tests/webgl/res/raw/
webgl_sdk_tests.zip 
  /external/ceres-solver/include/ceres/
rotation.h 80 // The value angle_axis is a triple whose norm is an angle in radians,
91 // rotation in radians, and whose direction is the axis of rotation.
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/calendar/javascript/
background.js 171 * function(360/animationFrames_ = 360/36 = 10 radians).
172 * @param {integer} sector angle to be rotated(in radians).
  /external/deqp/framework/common/
tcuVectorUtil.hpp 63 inline float radians (float f) { return deFloatRadians(f); } function in namespace:tcu
427 TCU_DECLARE_VECTOR_UNARY_FUNC(radians, deFloatRadians)

Completed in 1171 milliseconds

1 2 3 4 5 67 8 91011