Searched refs:mSnapshotInitialMatrix (Results 1 – 1 of 1) sorted by relevance
132 final Matrix mSnapshotInitialMatrix = new Matrix(); field in ScreenRotationAnimation204 mSnapshotInitialMatrix.printShortString(pw); in printTo()369 createRotationMatrix(delta, mWidth, mHeight, mSnapshotInitialMatrix); in setRotation()372 setSnapshotTransform(t, mSnapshotInitialMatrix, 1.0f); in setRotation()890 mSnapshotFinalMatrix.setConcat(mExitTransformation.getMatrix(), mSnapshotInitialMatrix); in stepAnimation() local