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

/frameworks/base/services/java/com/android/server/wm/
H A DScreenRotationAnimation.java118 final Matrix mSnapshotInitialMatrix = new Matrix(); field in class:ScreenRotationAnimation
187 pw.print(prefix); pw.print("mSnapshotInitialMatrix=");
188 mSnapshotInitialMatrix.printShortString(pw);
350 createRotationMatrix(delta, mWidth, mHeight, mSnapshotInitialMatrix);
353 setSnapshotTransformInTransaction(mSnapshotInitialMatrix, 1.0f);
901 mSnapshotFinalMatrix.setConcat(mExitTransformation.getMatrix(), mSnapshotInitialMatrix);

Completed in 24 milliseconds