Searched refs:mSnapshotInitialMatrix (Results 1 – 2 of 2) sorted by relevance
99 private final Matrix mSnapshotInitialMatrix = new Matrix(); field in ScreenRotationAnimation256 mSnapshotInitialMatrix.reset(); in ScreenRotationAnimation()257 setRotationTransform(t, mSnapshotInitialMatrix); in ScreenRotationAnimation()317 mSnapshotInitialMatrix.dump(pw); pw.println(); in printTo()332 RotationAnimationUtils.createRotationMatrix(delta, mWidth, mHeight, mSnapshotInitialMatrix); in setRotation()333 setRotationTransform(t, mSnapshotInitialMatrix); in setRotation()
91 private final Matrix mSnapshotInitialMatrix = new Matrix(); field in ScreenRotationAnimation211 createRotationMatrix(delta, mStartWidth, mStartHeight, mSnapshotInitialMatrix); in setRotation()212 setRotationTransform(t, mSnapshotInitialMatrix); in setRotation()