/aosp12/frameworks/base/services/core/java/com/android/server/wm/utils/ |
H A D | CoordinateTransforms.java | 51 out.setRotate(270); in transformPhysicalToLogicalCoordinates() 55 out.setRotate(180); in transformPhysicalToLogicalCoordinates() 59 out.setRotate(90); in transformPhysicalToLogicalCoordinates() 81 out.setRotate(90); in transformLogicalToPhysicalCoordinates() 85 out.setRotate(180); in transformLogicalToPhysicalCoordinates() 89 out.setRotate(270); in transformLogicalToPhysicalCoordinates()
|
H A D | RotationAnimationUtils.java | 137 outMatrix.setRotate(90, 0, 0); in createRotationMatrix() 141 outMatrix.setRotate(180, 0, 0); in createRotationMatrix() 145 outMatrix.setRotate(270, 0, 0); in createRotationMatrix()
|
/aosp12/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/transition/ |
H A D | ShellTransitionTests.java | 554 .setRotate(ROTATION_ANIMATION_SEAMLESS).build()) in testShouldRotateSeamlessly() 563 .setRotate(ROTATION_ANIMATION_SEAMLESS).build()) in testShouldRotateSeamlessly() 565 .setRotate().build()) in testShouldRotateSeamlessly() 574 .setRotate(upsideDown, ROTATION_ANIMATION_SEAMLESS).build()) in testShouldRotateSeamlessly() 583 .setRotate(ROTATION_ANIMATION_SEAMLESS).build()) in testShouldRotateSeamlessly() 590 .setRotate().build()) in testShouldRotateSeamlessly() 650 ChangeBuilder setRotate(int anim) { in setRotate() method in ShellTransitionTests.ChangeBuilder 651 return setRotate(Surface.ROTATION_90, anim); in setRotate() 654 ChangeBuilder setRotate() { in setRotate() method in ShellTransitionTests.ChangeBuilder 655 return setRotate(ROTATION_ANIMATION_UNSPECIFIED); in setRotate() [all …]
|
/aosp12/frameworks/base/core/java/android/util/ |
H A D | RotationUtils.java | 144 out.setRotate(270); in transformPhysicalToLogicalCoordinates() 148 out.setRotate(180); in transformPhysicalToLogicalCoordinates() 152 out.setRotate(90); in transformPhysicalToLogicalCoordinates()
|
/aosp12/frameworks/opt/bitmap/src/com/android/bitmap/util/ |
H A D | RectUtils.java | 42 matrix.setRotate(-orientation); in rotateRectForOrientation() 62 matrix.setRotate(degrees, px, py); in rotateRect()
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/ |
H A 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()
|
/aosp12/frameworks/base/core/java/android/view/animation/ |
H A D | RotateAnimation.java | 171 t.getMatrix().setRotate(degrees); in applyTransformation() 173 t.getMatrix().setRotate(degrees, mPivotX * scale, mPivotY * scale); in applyTransformation()
|
/aosp12/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/cache/ |
H A D | ImageLoader.java | 219 matrix.setRotate(90, w / 2f, h / 2f); in orientBitmap() 222 matrix.setRotate(180, w / 2f, h / 2f); in orientBitmap() 225 matrix.setRotate(270, w / 2f, h / 2f); in orientBitmap() 234 matrix.setRotate(90, w / 2f, h / 2f); in orientBitmap() 238 matrix.setRotate(270, w / 2f, h / 2f); in orientBitmap()
|
/aosp12/packages/apps/WallpaperPicker/src/com/android/wallpaperpicker/common/ |
H A D | InputStreamProvider.java | 77 rotateMatrix.setRotate(rotation); in readCroppedBitmap() 80 inverseRotateMatrix.setRotate(-rotation); in readCroppedBitmap() 197 m2.setRotate(rotation); in readCroppedBitmap()
|
/aosp12/frameworks/base/graphics/java/android/graphics/ |
H A D | Matrix.java | 79 public void setRotate(float degrees, float px, float py) { 84 public void setRotate(float degrees) { 341 public void setRotate(float degrees, float px, float py) { in setRotate() method in Matrix 348 public void setRotate(float degrees) { in setRotate() method in Matrix
|
/aosp12/packages/apps/Camera2/src/com/android/camera/captureintent/ |
H A D | PictureDecoder.java | 46 m.setRotate(pictureOrientation); in decode()
|
/aosp12/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/crop/ |
H A D | CropMath.java | 143 m.setRotate(rot, bound.centerX(), bound.centerY()); in pointInRotatedRect() 253 m.setRotate(-angle, center[0], center[1]); in getUnrotated()
|
H A D | CropActivity.java | 429 m.setRotate(mRotation); in doInBackground() 451 m.setRotate(mRotation); in doInBackground() 520 m.setRotate(mRotation); in doInBackground() 535 m.setRotate(mRotation); in doInBackground()
|
/aosp12/frameworks/layoutlib/bridge/src/android/graphics/ |
H A D | Matrix_Delegate.java | 311 setRotate(d.mValues, degrees); in nSetRotate() 340 setRotate(d.mValues, sinValue, cosValue); in nSetSinCos() 1019 return setRotate(new float[9], sin, cos); in getRotate() 1022 /*package*/ static float[] setRotate(float[] dest, float degrees) { in setRotate() method in Matrix_Delegate 1027 return setRotate(dest, sin, cos); in setRotate() 1030 /*package*/ static float[] setRotate(float[] dest, float sin, float cos) { in setRotate() method in Matrix_Delegate
|
/aosp12/frameworks/base/libs/hwui/api/ |
H A D | current.txt | 16 method public void setRotate(int, float);
|
/aosp12/frameworks/base/core/java/android/gesture/ |
H A D | OrientedBoundingBox.java | 61 matrix.setRotate(orientation); in toPath()
|
/aosp12/packages/apps/Camera2/src/com/android/camera/ui/ |
H A D | ZoomView.java | 84 rotationMatrix.setRotate(mOrientation, 0, 0); in doInBackground() 159 rotation.setRotate(mOrientation); in doInBackground()
|
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/graphics/ |
H A D | FastScrollThumbDrawable.java | 62 sMatrix.setRotate(-45, bounds.left + r, bounds.top + r); in onBoundsChange()
|
/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/transition/ |
H A D | ScreenRotationAnimation.java | 458 outMatrix.setRotate(90, 0, 0); in createRotationMatrix() 462 outMatrix.setRotate(180, 0, 0); in createRotationMatrix() 466 outMatrix.setRotate(270, 0, 0); in createRotationMatrix()
|
/aosp12/packages/apps/WallpaperPicker2/src/com/android/wallpaper/asset/ |
H A D | StreamableAsset.java | 284 rotateMatrix.setRotate(matrixRotation); in doInBackground() 358 rotateMatrix.setRotate(matrixRotation); in doInBackground()
|
/aosp12/packages/apps/WallpaperPicker/src/com/android/wallpaperpicker/tileinfo/ |
H A D | WallpaperTileInfo.java | 57 rotateMatrix.setRotate(rotation); in createThumbnail()
|
/aosp12/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/ |
H A D | AdvancedGradientsActivity.java | 55 mMatrix.setRotate(-45, 0.0f, 0.0f); in GradientsView()
|
/aosp12/packages/apps/WallpaperPicker/src/com/android/wallpaperpicker/ |
H A D | CropView.java | 141 mRotateMatrix.setRotate(mRenderer.rotation); in setTileSource() 143 mInverseRotateMatrix.setRotate(-mRenderer.rotation); in setTileSource()
|
/aosp12/frameworks/base/packages/WallpaperCropper/src/com/android/wallpapercropper/ |
H A D | CropView.java | 141 mRotateMatrix.setRotate(mRenderer.rotation); in setTileSource() 143 mInverseRotateMatrix.setRotate(-mRenderer.rotation); in setTileSource()
|
/aosp12/packages/apps/Messaging/src/com/android/messaging/ui/ |
H A D | OrientedBitmapDrawable.java | 89 matrix.setRotate(mOrientationParams.rotation, mCenterX, mCenterY); in draw()
|