Home
last modified time | relevance | path

Searched refs:setRotate (Results 1 – 22 of 22) sorted by relevance

/frameworks/opt/bitmap/src/com/android/bitmap/util/
DRectUtils.java42 matrix.setRotate(-orientation); in rotateRectForOrientation()
62 matrix.setRotate(degrees, px, py); in rotateRect()
/frameworks/support/transition/src/android/support/transition/
DMatrixUtils.java56 public void setRotate(float degrees, float px, float py) {
61 public void setRotate(float degrees) {
/frameworks/base/core/java/android/view/animation/
DRotateAnimation.java171 t.getMatrix().setRotate(degrees); in applyTransformation()
173 t.getMatrix().setRotate(degrees, mPivotX * scale, mPivotY * scale); in applyTransformation()
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
DSlashDrawable.java158 m.setRotate(mRotation + DEFAULT_ROTATION, width / 2, height / 2); in draw()
163 m.setRotate(-mRotation - DEFAULT_ROTATION, width / 2, height / 2); in draw()
170 m.setRotate(mRotation + DEFAULT_ROTATION, width / 2, height / 2); in draw()
/frameworks/base/core/java/android/gesture/
DOrientedBoundingBox.java61 matrix.setRotate(orientation); in toPath()
/frameworks/base/graphics/java/android/graphics/
DMatrix.java73 public void setRotate(float degrees, float px, float py) {
78 public void setRotate(float degrees) {
340 public void setRotate(float degrees, float px, float py) { in setRotate() method in Matrix
347 public void setRotate(float degrees) { in setRotate() method in Matrix
DColorMatrix.java144 public void setRotate(int axis, float degrees) { in setRotate() method in ColorMatrix
/frameworks/layoutlib/bridge/src/android/graphics/
DMatrix_Delegate.java309 setRotate(d.mValues, degrees); in nSetRotate()
338 setRotate(d.mValues, sinValue, cosValue); in nSetSinCos()
1012 return setRotate(new float[9], sin, cos); in getRotate()
1015 /*package*/ static float[] setRotate(float[] dest, float degrees) { in setRotate() method in Matrix_Delegate
1020 return setRotate(dest, sin, cos); in setRotate()
1023 /*package*/ static float[] setRotate(float[] dest, float sin, float cos) { in setRotate() method in Matrix_Delegate
/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
DAdvancedGradientsActivity.java55 mMatrix.setRotate(-45, 0.0f, 0.0f); in GradientsView()
/frameworks/support/samples/SupportTransitionDemos/src/com/example/android/support/transition/widget/
DChangeImageTransformUsage.java73 matrix.setRotate(45.f); in onCreate()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DSignalDrawable.java491 m.setRotate(ROTATION, width / 2, height / 2); in draw()
496 m.setRotate(-ROTATION, width / 2, height / 2); in draw()
501 m.setRotate(ROTATION, width / 2, height / 2); in draw()
/frameworks/base/packages/WallpaperCropper/src/com/android/wallpapercropper/
DCropView.java141 mRotateMatrix.setRotate(mRenderer.rotation); in setTileSource()
143 mInverseRotateMatrix.setRotate(-mRenderer.rotation); in setTileSource()
DWallpaperCropActivity.java379 rotateMatrix.setRotate(cropRotation); in cropImageAndSetWallpaper()
603 rotateMatrix.setRotate(mRotation);
604 inverseRotateMatrix.setRotate(-mRotation);
744 m2.setRotate(mRotation);
/frameworks/base/core/jni/android/graphics/
DMatrix.cpp188 obj->setRotate(degrees, px, py); in setRotate__FFF()
193 obj->setRotate(degrees); in setRotate__F()
/frameworks/base/services/core/java/com/android/server/wm/
DScreenRotationAnimation.java346 outMatrix.setRotate(90, 0, 0); in createRotationMatrix()
350 outMatrix.setRotate(180, 0, 0); in createRotationMatrix()
354 outMatrix.setRotate(270, 0, 0); in createRotationMatrix()
DDisplayContent.java2101 outMatrix.setRotate(270, 0, 0); in createRotationMatrix()
2109 outMatrix.setRotate(90, 0, 0); in createRotationMatrix()
/frameworks/base/core/java/android/provider/
DDocumentsContract.java1131 m.setRotate(orientation, width / 2, height / 2); in getDocumentThumbnail()
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt10745 method public void setRotate(int, float);
10879 method public void setRotate(float, float, float);
10880 method public void setRotate(float);
/frameworks/base/api/
Dcurrent.txt12904 method public void setRotate(int, float);
13175 method public void setRotate(float, float, float);
13176 method public void setRotate(float);
Dtest-current.txt12993 method public void setRotate(int, float);
13264 method public void setRotate(float, float, float);
13265 method public void setRotate(float);
Dsystem-current.txt13636 method public void setRotate(int, float);
13907 method public void setRotate(float, float, float);
13908 method public void setRotate(float);
/frameworks/base/config/
Dboot-image-profile.txt2366 HPLandroid/graphics/Matrix;->setRotate(FFF)V