Searched refs:rotate (Results 1 - 25 of 48) sorted by relevance

12

/frameworks/base/core/tests/coretests/src/com/android/internal/util/
H A DFileRotatorTest.java90 final FileRotator rotate = new FileRotator(
97 rotate.combineActive(reader, writer("foo"), currentTime);
99 assertReadAll(rotate, "foo");
105 rotate.combineActive(reader, writer("bar"), currentTime);
107 assertReadAll(rotate, "bar");
111 final FileRotator rotate = new FileRotator(
118 rotate.combineActive(reader, writer("foo"), currentTime);
120 assertReadAll(rotate, "foo");
122 // push time a few minutes forward; shouldn't rotate file
125 rotate
392 assertReadAll(FileRotator rotate, String... expected) argument
396 assertReadMatching( FileRotator rotate, long matchStartMillis, long matchEndMillis, String... expected) argument
[all...]
/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
H A DTransform3dActivity.java63 rotate(centerX, centerY, camera, matrix, 32.0f);
66 rotate(centerX, centerY, camera, matrix, 12.0f);
69 rotate(centerX, centerY, camera, matrix, 52.0f);
72 rotate(centerX, centerY, camera, matrix, 122.0f);
86 private void rotate(float centerX, float centerY, Camera camera, method in class:Transform3dActivity.Transform3dView
H A DColoredRectsActivity.java96 canvas.rotate(45);
101 canvas.rotate(5);
107 canvas.rotate(5);
113 canvas.rotate(45);
119 canvas.rotate(0.5f);
H A DViewLayersActivity.java65 final ObjectAnimator rotate = ObjectAnimator.ofFloat(middleList,
67 rotate.setDuration(3000);
68 rotate.setRepeatCount(ObjectAnimator.INFINITE);
69 rotate.setRepeatMode(ObjectAnimator.REVERSE);
89 rotate.start();
H A DRotationActivity.java55 canvas.rotate(45.0f);
/frameworks/base/graphics/java/android/graphics/
H A DCamera.java63 * @see #rotate(float, float, float)
74 * @see #rotate(float, float, float)
85 * @see #rotate(float, float, float)
100 public native void rotate(float x, float y, float z); method in class:Camera
/frameworks/base/core/java/android/gesture/
H A DInstance.java108 GestureUtils.rotate(pts, adjustment);
H A DGestureUtils.java510 rotate(points, -angle);
563 static float[] rotate(float[] points, float angle) { method in class:GestureUtils
/frameworks/base/graphics/java/android/renderscript/
H A DMatrix2f.java166 public void rotate(float rot) { method in class:Matrix2f
H A DMatrix3f.java247 public void rotate(float rot, float x, float y, float z) { method in class:Matrix3f
259 public void rotate(float rot) { method in class:Matrix3f
/frameworks/rs/
H A DrsMatrix4x4.h65 void rotate(float rot, float x, float y, float z) { function in struct:android::renderscript::Matrix4x4
/frameworks/support/renderscript/v8/java/src/android/support/v8/renderscript/
H A DMatrix2f.java166 public void rotate(float rot) { method in class:Matrix2f
H A DMatrix3f.java247 public void rotate(float rot, float x, float y, float z) { method in class:Matrix3f
259 public void rotate(float rot) { method in class:Matrix3f
/frameworks/support/renderscript/v8/rs_support/
H A DrsMatrix4x4.h65 void rotate(float rot, float x, float y, float z) { function in struct:android::renderscript::Matrix4x4
/frameworks/base/core/java/android/webkit/
H A DOverScrollGlow.java178 canvas.rotate(180, width, 0);
186 canvas.rotate(270);
195 canvas.rotate(90);
/frameworks/base/libs/hwui/
H A DMatrix.h109 void rotate(float angle, float x, float y, float z) { function in class:android::uirenderer::Matrix4
/frameworks/base/core/java/android/widget/
H A DAnalogClock.java199 canvas.rotate(mHour / 12.0f * 360.0f, x, y);
210 canvas.rotate(mMinutes / 60.0f * 360.0f, x, y);
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/tablet/
H A DSettingsView.java68 mRotationLockContainer = findViewById(R.id.rotate);
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
H A DGcSnapshot.java431 public void rotate(double radians) { method in class:GcSnapshot
434 layer.getGraphics().rotate(radians);
440 mTransform.rotate(radians);
/frameworks/base/media/jni/
H A Dandroid_media_MediaMetadataRetriever.cpp200 static void rotate(T *dst, const T *src, size_t width, size_t height, int angle) function
270 rotate((uint16_t*)bitmap->getPixels(),
/frameworks/ex/photoviewer/src/com/android/ex/photo/views/
H A DPhotoView.java141 /** The rotate runnable used to animate rotations of the image */
531 rotate(90, true);
538 rotate(-90, true);
758 // rotate back to the original orientation
898 * @param degrees how many degrees to rotate the image, positive rotates clockwise
899 * @param animate if {@code true}, animate during the rotation. Otherwise, snap rotate.
901 private void rotate(float degrees, boolean animate) { method in class:PhotoView
1274 mHeader.rotate(rotationAmount, false);
/frameworks/opt/photoviewer/src/com/android/ex/photo/views/
H A DPhotoView.java139 /** The rotate runnable used to animate rotations of the image */
529 rotate(90, true);
536 rotate(-90, true);
760 // rotate back to the original orientation
900 * @param degrees how many degrees to rotate the image, positive rotates clockwise
901 * @param animate if {@code true}, animate during the rotation. Otherwise, snap rotate.
903 private void rotate(float degrees, boolean animate) { method in class:PhotoView
1276 mHeader.rotate(rotationAmount, false);
/frameworks/native/opengl/libagl/
H A Dcontext.h400 void rotate(GLfloat a, GLfloat x, GLfloat y, GLfloat z);
460 void rotate(GLfloat a, GLfloat x, GLfloat y, GLfloat z);
/frameworks/base/graphics/java/android/graphics/drawable/
H A DAnimatedRotateDrawable.java82 canvas.rotate(mCurrentDegrees, px + bounds.left, py + bounds.top);
257 Log.w("drawable", "Bad element under <animated-rotate>: "
263 Log.w("drawable", "No drawable specified for <animated-rotate>");
H A DRotateDrawable.java34 * <p>A Drawable that can rotate another Drawable based on the current level
38 * <p>It can be defined in an XML file with the <code>&lt;rotate></code> element. For more
86 canvas.rotate(st.mCurrentDegrees, px + bounds.left, py + bounds.top);
257 Log.w("drawable", "Bad element under <rotate>: "
263 Log.w("drawable", "No drawable specified for <rotate>");
290 * rotate drawable can be invoked with different states to drive several

Completed in 891 milliseconds

12