Searched refs:setRotate (Results 1 - 13 of 13) 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.java144 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.java141 mRotateMatrix.setRotate(mRenderer.rotation);
143 mInverseRotateMatrix.setRotate(-mRenderer.rotation);
H A DWallpaperCropActivity.java379 rotateMatrix.setRotate(cropRotation);
603 rotateMatrix.setRotate(mRotation);
604 inverseRotateMatrix.setRotate(-mRotation);
744 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);
1004 return setRotate(new float[9], sin, cos);
1007 /*package*/ static float[] setRotate(float[] dest, float degrees) { method in class:Matrix_Delegate
1012 return setRotate(dest, sin, cos);
1015 /*package*/ static float[] setRotate(float[] dest, float sin, float cos) { method in class:Matrix_Delegate
/frameworks/base/core/jni/android/graphics/
H A DMatrix.cpp84 obj->setRotate(degrees, px, py);
88 obj->setRotate(degrees);
/frameworks/base/services/core/java/com/android/server/wm/
H A DScreenRotationAnimation.java343 outMatrix.setRotate(90, 0, 0);
347 outMatrix.setRotate(180, 0, 0);
351 outMatrix.setRotate(270, 0, 0);
H A DDisplayContent.java585 outMatrix.setRotate(270, 0, 0);
593 outMatrix.setRotate(90, 0, 0);
/frameworks/base/core/java/android/provider/
H A DDocumentsContract.java1041 m.setRotate(orientation, width / 2, height / 2);

Completed in 634 milliseconds