/frameworks/opt/bitmap/src/com/android/bitmap/util/ |
D | RectUtils.java | 42 matrix.setRotate(-orientation); in rotateRectForOrientation() 62 matrix.setRotate(degrees, px, py); in rotateRect()
|
/frameworks/support/transition/src/android/support/transition/ |
D | MatrixUtils.java | 56 public void setRotate(float degrees, float px, float py) { 61 public void setRotate(float degrees) {
|
/frameworks/base/core/java/android/view/animation/ |
D | RotateAnimation.java | 171 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/ |
D | SlashDrawable.java | 158 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/ |
D | OrientedBoundingBox.java | 61 matrix.setRotate(orientation); in toPath()
|
/frameworks/base/graphics/java/android/graphics/ |
D | Matrix.java | 73 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
|
D | ColorMatrix.java | 144 public void setRotate(int axis, float degrees) { in setRotate() method in ColorMatrix
|
/frameworks/layoutlib/bridge/src/android/graphics/ |
D | Matrix_Delegate.java | 309 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/ |
D | AdvancedGradientsActivity.java | 55 mMatrix.setRotate(-45, 0.0f, 0.0f); in GradientsView()
|
/frameworks/support/samples/SupportTransitionDemos/src/com/example/android/support/transition/widget/ |
D | ChangeImageTransformUsage.java | 73 matrix.setRotate(45.f); in onCreate()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
D | SignalDrawable.java | 491 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/ |
D | CropView.java | 141 mRotateMatrix.setRotate(mRenderer.rotation); in setTileSource() 143 mInverseRotateMatrix.setRotate(-mRenderer.rotation); in setTileSource()
|
D | WallpaperCropActivity.java | 379 rotateMatrix.setRotate(cropRotation); in cropImageAndSetWallpaper() 603 rotateMatrix.setRotate(mRotation); 604 inverseRotateMatrix.setRotate(-mRotation); 744 m2.setRotate(mRotation);
|
/frameworks/base/core/jni/android/graphics/ |
D | Matrix.cpp | 188 obj->setRotate(degrees, px, py); in setRotate__FFF() 193 obj->setRotate(degrees); in setRotate__F()
|
/frameworks/base/services/core/java/com/android/server/wm/ |
D | ScreenRotationAnimation.java | 346 outMatrix.setRotate(90, 0, 0); in createRotationMatrix() 350 outMatrix.setRotate(180, 0, 0); in createRotationMatrix() 354 outMatrix.setRotate(270, 0, 0); in createRotationMatrix()
|
D | DisplayContent.java | 2101 outMatrix.setRotate(270, 0, 0); in createRotationMatrix() 2109 outMatrix.setRotate(90, 0, 0); in createRotationMatrix()
|
/frameworks/base/core/java/android/provider/ |
D | DocumentsContract.java | 1131 m.setRotate(orientation, width / 2, height / 2); in getDocumentThumbnail()
|
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 10745 method public void setRotate(int, float); 10879 method public void setRotate(float, float, float); 10880 method public void setRotate(float);
|
/frameworks/base/api/ |
D | current.txt | 12904 method public void setRotate(int, float); 13175 method public void setRotate(float, float, float); 13176 method public void setRotate(float);
|
D | test-current.txt | 12993 method public void setRotate(int, float); 13264 method public void setRotate(float, float, float); 13265 method public void setRotate(float);
|
D | system-current.txt | 13636 method public void setRotate(int, float); 13907 method public void setRotate(float, float, float); 13908 method public void setRotate(float);
|
/frameworks/base/config/ |
D | boot-image-profile.txt | 2366 HPLandroid/graphics/Matrix;->setRotate(FFF)V
|