Searched refs:createRotationMatrix (Results 1 – 3 of 3) sorted by relevance
/frameworks/base/services/core/java/com/android/server/wm/ |
D | ScreenRotationAnimation.java | 339 public static void createRotationMatrix(int rotation, int width, int height, in createRotationMatrix() method in ScreenRotationAnimation 368 createRotationMatrix(delta, mWidth, mHeight, mSnapshotInitialMatrix); in setRotationInTransaction() 560 createRotationMatrix(delta, mOriginalWidth, mOriginalHeight, mFrameInitialMatrix); in startAnimation() 591 createRotationMatrix(delta, mOriginalWidth, mOriginalHeight, mFrameInitialMatrix); in startAnimation()
|
D | DisplayContent.java | 1616 createRotationMatrix(rotationDelta, mBaseDisplayWidth, mBaseDisplayHeight, mTmpMatrix); in getLogicalDisplayRect() 2049 createRotationMatrix(deltaRotation, mTmpRect.width(), mTmpRect.height(), mTmpMatrix); in rotateBounds() 2062 private static void createRotationMatrix(int rotation, float displayWidth, float displayHeight, in createRotationMatrix() method in DisplayContent 2065 createRotationMatrix(rotation, 0 /* rectLeft */, 0 /* rectTop */, displayWidth, in createRotationMatrix() 2069 static void createRotationMatrix(int rotation, float rectLeft, float rectTop, in createRotationMatrix() method in DisplayContent
|
D | WindowStateAnimator.java | 2012 DisplayContent.createRotationMatrix(deltaRotation, x, y, displayWidth, displayHeight, in seamlesslyRotateWindow()
|