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.java135 final Matrix mSnapshotFinalMatrix = new Matrix(); field in ScreenRotationAnimation
205 pw.print(" mSnapshotFinalMatrix="); mSnapshotFinalMatrix.printShortString(pw); in printTo()
916 mSnapshotFinalMatrix.setConcat(mExitTransformation.getMatrix(), mSnapshotInitialMatrix); in stepAnimation()
966 setSnapshotTransformInTransaction(mSnapshotFinalMatrix, mExitTransformation.getAlpha()); in updateSurfacesInTransaction()