Searched refs:mSnapshotInitialMatrix (Results 1 – 1 of 1) sorted by relevance
118 final Matrix mSnapshotInitialMatrix = new Matrix(); field in ScreenRotationAnimation188 mSnapshotInitialMatrix.printShortString(pw); in printTo()350 createRotationMatrix(delta, mWidth, mHeight, mSnapshotInitialMatrix); in setRotationInTransaction()353 setSnapshotTransformInTransaction(mSnapshotInitialMatrix, 1.0f); in setRotationInTransaction()901 mSnapshotFinalMatrix.setConcat(mExitTransformation.getMatrix(), mSnapshotInitialMatrix); in stepAnimation() local