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.java134 final Matrix mSnapshotInitialMatrix = new Matrix(); field in ScreenRotationAnimation
206 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