HomeSort by relevance Sort by last modified time
    Searched refs:degrees (Results 1 - 25 of 203) sorted by null

1 2 3 4 5 6 7 8 9

  /cts/tests/tests/renderscript/src/android/renderscript/cts/
TestDegrees.rs 24 return degrees(inValue);
28 return degrees(inValue);
32 return degrees(inValue);
36 return degrees(inValue);
  /frameworks/opt/datetimepicker/src/com/android/datetimepicker/time/
RadialPickerLayout.java 125 // Prepare mapping to snap touchable degrees to selectable degrees.
321 * Split up the 360 degrees of the circle among the 60 selectable values. Assigns a larger
324 * E.g. the output of 30 degrees should have a higher range of input associated with it than
325 * the output of 24 degrees, because 30 degrees corresponds to a visible number on the clock
330 // output will correspond to a range of 14 associated input degrees, and each non-visible
331 // output will correspond to a range of 4 associate input degrees, so visible numbers
335 // If an output of 30 degrees should correspond to a range of 14 associated degrees, the
566 int degrees; local
800 int degrees = value * stepSize; local
    [all...]
RadialSelectorView.java 90 * @param selectionDegrees The initial degrees to be selected.
159 * @param selectionDegrees The degrees to be selected.
163 * drawn. If false, the dot will be drawn only when the degrees is not a multiple of 30, i.e.
254 int degrees = (int) (radians * 180 / Math.PI); local
260 degrees = 90 - degrees;
262 degrees = 90 + degrees;
264 degrees = 270 - degrees;
    [all...]
  /external/chromium_org/third_party/WebKit/public/platform/
WebTransformOperations.h 44 virtual void appendRotate(double x, double y, double z, double degrees) = 0;
  /external/chromium_org/ash/rotator/
screen_rotation.cc 21 base::TimeDelta GetTransitionDuration(int degrees) {
22 if (degrees == 360)
24 if (degrees == 180)
26 if (degrees == 0)
33 ScreenRotation::ScreenRotation(int degrees, ui::Layer* layer)
35 GetTransitionDuration(degrees)),
36 degrees_(degrees) {
screen_rotation.h 31 // |degrees| are clockwise. |layer| is the target of the animation. Does not
33 ScreenRotation(int degrees, ui::Layer* layer);
50 // The number of degrees to rotate.
  /packages/apps/Gallery/src/com/android/camera/gallery/
Image.java 59 protected void setDegreesRotated(int degrees) {
60 if (mRotation == degrees) return;
61 mRotation = degrees;
105 private void setExifRotation(int degrees) {
107 degrees %= 360;
108 if (degrees < 0) degrees += 360;
111 switch (degrees) {
137 * @param degrees
139 public boolean rotateImageBy(int degrees) {
    [all...]
  /external/chromium_org/third_party/webrtc/modules/video_capture/android/
video_capture_android.cc 51 JNIEnv* env, jobject, jlong context, jint degrees) {
55 degrees = (360 + degrees) % 360;
56 assert(degrees >= 0 && degrees < 360);
58 (degrees <= 45 || degrees > 315) ? kCameraRotate0 :
59 (degrees > 45 && degrees <= 135) ? kCameraRotate90 :
60 (degrees > 135 && degrees <= 225) ? kCameraRotate180
    [all...]
  /frameworks/base/media/java/android/media/
MediaMuxer.java 91 int degrees);
152 * @param degrees the angle to be rotated clockwise in degrees.
153 * The supported angles are 0, 90, 180, and 270 degrees.
155 public void setOrientationHint(int degrees) {
156 if (degrees != 0 && degrees != 90 && degrees != 180 && degrees != 270) {
157 throw new IllegalArgumentException("Unsupported angle: " + degrees);
    [all...]
  /external/chromium_org/third_party/skia/include/effects/
SkColorMatrix.h 44 void setRotate(Axis, SkScalar degrees);
46 void preRotate(Axis, SkScalar degrees);
47 void postRotate(Axis, SkScalar degrees);
  /external/skia/include/effects/
SkColorMatrix.h 44 void setRotate(Axis, SkScalar degrees);
46 void preRotate(Axis, SkScalar degrees);
47 void postRotate(Axis, SkScalar degrees);
  /external/chromium_org/ui/gfx/
transform.h 79 void Rotate(double degrees) { RotateAboutZAxis(degrees); }
83 void RotateAboutXAxis(double degrees);
84 void RotateAboutYAxis(double degrees);
85 void RotateAboutZAxis(double degrees);
86 void RotateAbout(const Vector3dF& axis, double degrees);
  /frameworks/base/graphics/java/android/graphics/
Matrix.java 69 public void setRotate(float degrees, float px, float py) {
74 public void setRotate(float degrees) {
123 public boolean preRotate(float degrees, float px, float py) {
129 public boolean preRotate(float degrees) {
171 public boolean postRotate(float degrees, float px, float py) {
177 public boolean postRotate(float degrees) {
260 * degrees.
321 * Set the matrix to rotate by the specified number of degrees, with a pivot
325 public void setRotate(float degrees, float px, float py) {
326 native_setRotate(native_instance, degrees, px, py)
    [all...]
  /frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
TextureViewActivity.java 126 int degrees = 0; local
130 degrees = 0;
133 degrees = 90;
136 degrees = 180;
139 degrees = 270;
143 return (info.orientation - degrees + 360) % 360;
  /external/chromium_org/content/renderer/compositor_bindings/
web_transform_operations_impl.h 25 virtual void appendRotate(double x, double y, double z, double degrees);
web_transform_operations_impl.cc 35 double degrees) {
36 transform_operations_.AppendRotate(x, y, z, degrees);
  /frameworks/av/include/ndk/
NdkMediaMuxer.h 66 * Both values are specified in degrees.
81 * The angle is specified in degrees, clockwise.
82 * The supported angles are 0, 90, 180, and 270 degrees.
84 media_status_t AMediaMuxer_setOrientationHint(AMediaMuxer*, int degrees);
  /prebuilts/ndk/9/platforms/android-19/arch-arm64/usr/include/media/
NdkMediaMuxer.h 66 * Both values are specified in degrees.
81 * The angle is specified in degrees, clockwise.
82 * The supported angles are 0, 90, 180, and 270 degrees.
84 media_status_t AMediaMuxer_setOrientationHint(AMediaMuxer*, int degrees);
  /prebuilts/ndk/9/platforms/android-19/arch-mips64/usr/include/media/
NdkMediaMuxer.h 66 * Both values are specified in degrees.
81 * The angle is specified in degrees, clockwise.
82 * The supported angles are 0, 90, 180, and 270 degrees.
84 media_status_t AMediaMuxer_setOrientationHint(AMediaMuxer*, int degrees);
  /prebuilts/ndk/9/platforms/android-19/arch-x86_64/usr/include/media/
NdkMediaMuxer.h 66 * Both values are specified in degrees.
81 * The angle is specified in degrees, clockwise.
82 * The supported angles are 0, 90, 180, and 270 degrees.
84 media_status_t AMediaMuxer_setOrientationHint(AMediaMuxer*, int degrees);
  /development/samples/ApiDemos/src/com/example/android/apis/animation/
Rotate3dAnimation.java 39 * start angle and its end angle. Both angles are in degrees. The rotation
71 float degrees = fromDegrees + ((mToDegrees - fromDegrees) * interpolatedTime); local
85 camera.rotateY(degrees);
  /external/chromium_org/third_party/skia/src/animator/
SkDrawMatrix.h 45 void rotate(SkScalar degrees, SkPoint& center) {
46 fMatrix.preRotate(degrees, center.fX, center.fY);
  /external/skia/src/animator/
SkDrawMatrix.h 45 void rotate(SkScalar degrees, SkPoint& center) {
46 fMatrix.preRotate(degrees, center.fX, center.fY);
  /frameworks/opt/bitmap/src/com/android/bitmap/util/
RectUtils.java 59 public static void rotateRect(final int degrees, final int px, final int py, final Rect rect) {
62 matrix.setRotate(degrees, px, py);
  /external/chromium_org/third_party/webrtc/modules/video_capture/
video_capture_impl.cc 45 int32_t VideoCaptureImpl::RotationFromDegrees(int degrees,
47 switch (degrees) {
67 int* degrees) {
70 *degrees = 0;
73 *degrees = 90;
76 *degrees = 180;
79 *degrees = 270;

Completed in 444 milliseconds

1 2 3 4 5 6 7 8 9