Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/wm/
DScreenRotationAnimation.java119 final Matrix mSnapshotFinalMatrix = new Matrix(); field in ScreenRotationAnimation
189 pw.print(" mSnapshotFinalMatrix="); mSnapshotFinalMatrix.printShortString(pw); in printTo()
901 mSnapshotFinalMatrix.setConcat(mExitTransformation.getMatrix(), mSnapshotInitialMatrix); in stepAnimation()
951 setSnapshotTransformInTransaction(mSnapshotFinalMatrix, mExitTransformation.getAlpha()); in updateSurfacesInTransaction()