Home
last modified time | relevance | path

Searched refs:mSnapshotInitialMatrix (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/services/core/java/com/android/server/wm/
DScreenRotationAnimation.java118 final Matrix mSnapshotInitialMatrix = new Matrix(); field in ScreenRotationAnimation
188 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