Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DScreenRotationAnimation.java103 private final Matrix mSnapshotInitialMatrix = new Matrix(); field in ScreenRotationAnimation
301 mSnapshotInitialMatrix.reset(); in ScreenRotationAnimation()
302 setRotationTransform(t, mSnapshotInitialMatrix); in ScreenRotationAnimation()
370 mSnapshotInitialMatrix.dump(pw); pw.println(); in printTo()
380 computeRotationMatrix(delta, mOriginalWidth, mOriginalHeight, mSnapshotInitialMatrix); in setRotation()
381 setRotationTransform(t, mSnapshotInitialMatrix); in setRotation()