Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/wm/
DScreenRotationAnimation.java104 private final Matrix mSnapshotInitialMatrix = new Matrix(); field in ScreenRotationAnimation
315 mSnapshotInitialMatrix.reset(); in ScreenRotationAnimation()
316 setRotationTransform(t, mSnapshotInitialMatrix); in ScreenRotationAnimation()
384 mSnapshotInitialMatrix.dump(pw); pw.println(); in printTo()
394 computeRotationMatrix(delta, mOriginalWidth, mOriginalHeight, mSnapshotInitialMatrix); in setRotation()
395 setRotationTransform(t, mSnapshotInitialMatrix); in setRotation()