Searched refs:mSnapshotInitialMatrix (Results 1 – 1 of 1) sorted by relevance
134 final Matrix mSnapshotInitialMatrix = new Matrix(); field in ScreenRotationAnimation204 mSnapshotInitialMatrix.printShortString(pw); in printTo()365 createRotationMatrix(delta, mWidth, mHeight, mSnapshotInitialMatrix); in setRotationInTransaction()368 setSnapshotTransformInTransaction(mSnapshotInitialMatrix, 1.0f); in setRotationInTransaction()916 mSnapshotFinalMatrix.setConcat(mExitTransformation.getMatrix(), mSnapshotInitialMatrix); in stepAnimation() local