Searched refs:createRotationMatrix (Results 1 – 7 of 7) sorted by relevance
/aosp12/frameworks/base/services/tests/wmtests/src/com/android/server/wm/utils/ |
H A D | RotationAnimationUtilsTest.java | 95 RotationAnimationUtils.createRotationMatrix(Surface.ROTATION_0, in rotate_0_bottomRight() 104 RotationAnimationUtils.createRotationMatrix(Surface.ROTATION_90, in rotate_90_bottomRight() 113 RotationAnimationUtils.createRotationMatrix(Surface.ROTATION_180, in rotate_180_bottomRight() 122 RotationAnimationUtils.createRotationMatrix(Surface.ROTATION_270, in rotate_270_bottomRight()
|
/aosp12/frameworks/base/packages/SystemUI/shared/src/com/android/systemui/shared/system/ |
H A D | InputChannelCompat.java | 56 public static Matrix createRotationMatrix( in createRotationMatrix() method in InputChannelCompat
|
/aosp12/frameworks/base/services/core/java/com/android/server/wm/utils/ |
H A D | RotationAnimationUtils.java | 131 public static void createRotationMatrix(int rotation, int width, int height, Matrix outMatrix) { in createRotationMatrix() method in RotationAnimationUtils
|
/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/transition/ |
H A D | ScreenRotationAnimation.java | 211 createRotationMatrix(delta, mStartWidth, mStartHeight, mSnapshotInitialMatrix); in setRotation() 451 private static void createRotationMatrix(int rotation, int width, int height, in createRotationMatrix() method in ScreenRotationAnimation
|
/aosp12/frameworks/base/services/core/java/com/android/server/wm/ |
H A D | ScreenRotationAnimation.java | 332 RotationAnimationUtils.createRotationMatrix(delta, mWidth, mHeight, mSnapshotInitialMatrix); in setRotation()
|
/aosp12/packages/apps/Launcher3/quickstep/src/com/android/quickstep/ |
H A D | TouchInteractionService.java | 572 event.transform(InputChannelCompat.createRotationMatrix(rotation, sz.x, sz.y)); in onInputEvent()
|
/aosp12/frameworks/base/services/ |
H A D | art-profile | 50929 HPLcom/android/server/wm/utils/RotationAnimationUtils;->createRotationMatrix(IIILandroid/graphics/M…
|