Loading graphics/java/android/graphics/Canvas.java +1 −2 Original line number Diff line number Diff line Loading @@ -522,9 +522,8 @@ public class Canvas { /** * Return a new matrix with a copy of the canvas' current transformation * matrix. * * @Deprecated */ @Deprecated public final Matrix getMatrix() { Matrix m = new Matrix(); //noinspection deprecation Loading Loading
graphics/java/android/graphics/Canvas.java +1 −2 Original line number Diff line number Diff line Loading @@ -522,9 +522,8 @@ public class Canvas { /** * Return a new matrix with a copy of the canvas' current transformation * matrix. * * @Deprecated */ @Deprecated public final Matrix getMatrix() { Matrix m = new Matrix(); //noinspection deprecation Loading