Loading core/java/android/widget/ImageView.java +1 −0 Original line number Diff line number Diff line Loading @@ -463,6 +463,7 @@ public class ImageView extends View { if (matrix == null && !mMatrix.isIdentity() || matrix != null && !mMatrix.equals(matrix)) { mMatrix.set(matrix); configureBounds(); invalidate(); } } Loading Loading
core/java/android/widget/ImageView.java +1 −0 Original line number Diff line number Diff line Loading @@ -463,6 +463,7 @@ public class ImageView extends View { if (matrix == null && !mMatrix.isIdentity() || matrix != null && !mMatrix.equals(matrix)) { mMatrix.set(matrix); configureBounds(); invalidate(); } } Loading