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