Searched refs:setRotate (Results 1 - 12 of 12) sorted by relevance

/frameworks/opt/bitmap/src/com/android/bitmap/util/
H A DRectUtils.java42 matrix.setRotate(-orientation);
62 matrix.setRotate(degrees, px, py);
/frameworks/base/core/java/android/view/animation/
H A DRotateAnimation.java171 t.getMatrix().setRotate(degrees);
173 t.getMatrix().setRotate(degrees, mPivotX * scale, mPivotY * scale);
/frameworks/base/core/java/android/gesture/
H A DOrientedBoundingBox.java61 matrix.setRotate(orientation);
/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
H A DAdvancedGradientsActivity.java55 mMatrix.setRotate(-45, 0.0f, 0.0f);
/frameworks/base/graphics/java/android/graphics/
H A DColorMatrix.java146 public void setRotate(int axis, float degrees) { method in class:ColorMatrix
H A DMatrix.java69 public void setRotate(float degrees, float px, float py) {
74 public void setRotate(float degrees) {
325 public void setRotate(float degrees, float px, float py) { method in class:Matrix
332 public void setRotate(float degrees) { method in class:Matrix
/frameworks/base/packages/WallpaperCropper/src/com/android/wallpapercropper/
H A DCropView.java142 mRotateMatrix.setRotate(mRenderer.rotation);
144 mInverseRotateMatrix.setRotate(-mRenderer.rotation);
H A DWallpaperCropActivity.java380 rotateMatrix.setRotate(cropRotation);
604 rotateMatrix.setRotate(mRotation);
605 inverseRotateMatrix.setRotate(-mRotation);
745 m2.setRotate(mRotation);
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/
H A DMatrix_Delegate.java306 setRotate(d.mValues, degrees);
335 setRotate(d.mValues, sinValue, cosValue);
1009 return setRotate(new float[9], sin, cos);
1012 /*package*/ static float[] setRotate(float[] dest, float degrees) { method in class:Matrix_Delegate
1017 return setRotate(dest, sin, cos);
1020 /*package*/ static float[] setRotate(float[] dest, float sin, float cos) { method in class:Matrix_Delegate
/frameworks/base/core/jni/android/graphics/
H A DMatrix.cpp87 obj->setRotate(degrees, px, py);
91 obj->setRotate(degrees);
/frameworks/base/services/core/java/com/android/server/wm/
H A DScreenRotationAnimation.java334 outMatrix.setRotate(90, 0, 0);
338 outMatrix.setRotate(180, 0, 0);
342 outMatrix.setRotate(270, 0, 0);
/frameworks/base/core/java/android/provider/
H A DDocumentsContract.java877 m.setRotate(orientation, width / 2, height / 2);

Completed in 388 milliseconds