Searched refs:createRotationMatrix (Results 1 – 3 of 3) sorted by relevance
/frameworks/base/services/core/java/com/android/server/wm/ |
D | ScreenRotationAnimation.java | 330 public static void createRotationMatrix(int rotation, int width, int height, in createRotationMatrix() method in ScreenRotationAnimation 358 createRotationMatrix(delta, mWidth, mHeight, mSnapshotInitialMatrix); in setRotation() 544 createRotationMatrix(delta, mOriginalWidth, mOriginalHeight, mFrameInitialMatrix); in startAnimation() 566 createRotationMatrix(delta, mOriginalWidth, mOriginalHeight, mFrameInitialMatrix); in startAnimation()
|
D | DisplayContent.java | 2161 createRotationMatrix(deltaRotation, mTmpRect.width(), mTmpRect.height(), mTmpMatrix); in rotateBounds() 2174 private static void createRotationMatrix(int rotation, float displayWidth, float displayHeight, in createRotationMatrix() method in DisplayContent 2177 createRotationMatrix(rotation, 0 /* rectLeft */, 0 /* rectTop */, displayWidth, in createRotationMatrix() 2181 static void createRotationMatrix(int rotation, float rectLeft, float rectTop, in createRotationMatrix() method in DisplayContent 2956 createRotationMatrix(rotationDelta, mBaseDisplayWidth, mBaseDisplayHeight, mTmpMatrix); in getBounds()
|
D | WindowStateAnimator.java | 1519 DisplayContent.createRotationMatrix(deltaRotation, x, y, displayWidth, displayHeight, in seamlesslyRotateWindow()
|