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()356 createRotationMatrix(delta, mWidth, mHeight, mSnapshotInitialMatrix); in setRotationInTransaction()359 setSnapshotTransformInTransaction(mSnapshotInitialMatrix, 1.0f); in setRotationInTransaction()907 mSnapshotFinalMatrix.setConcat(mExitTransformation.getMatrix(), mSnapshotInitialMatrix); in stepAnimation() local