Home
last modified time | relevance | path

Searched refs:mSnapshotInitialMatrix (Results 1 – 2 of 2) sorted by relevance

/aosp12/frameworks/base/services/core/java/com/android/server/wm/
H A DScreenRotationAnimation.java99 private final Matrix mSnapshotInitialMatrix = new Matrix(); field in ScreenRotationAnimation
256 mSnapshotInitialMatrix.reset(); in ScreenRotationAnimation()
257 setRotationTransform(t, mSnapshotInitialMatrix); in ScreenRotationAnimation()
317 mSnapshotInitialMatrix.dump(pw); pw.println(); in printTo()
332 RotationAnimationUtils.createRotationMatrix(delta, mWidth, mHeight, mSnapshotInitialMatrix); in setRotation()
333 setRotationTransform(t, mSnapshotInitialMatrix); in setRotation()
/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/transition/
H A DScreenRotationAnimation.java91 private final Matrix mSnapshotInitialMatrix = new Matrix(); field in ScreenRotationAnimation
211 createRotationMatrix(delta, mStartWidth, mStartHeight, mSnapshotInitialMatrix); in setRotation()
212 setRotationTransform(t, mSnapshotInitialMatrix); in setRotation()