Loading graphics/java/android/graphics/Picture.java +14 −11 Original line number Diff line number Diff line Loading @@ -94,8 +94,11 @@ public class Picture { public native int getHeight(); /** * Draw this picture on the canvas. The picture may have the side effect * of changing the matrix and clip of the canvas. * Draw this picture on the canvas. * <p> * Prior to {@link android.os.Build.VERSION_CODES#L}, this call could * have the side effect of changing the matrix and clip of the canvas * if this picture had imbalanced saves/restores. * * <p> * <strong>Note:</strong> This forces the picture to internally call Loading Loading
graphics/java/android/graphics/Picture.java +14 −11 Original line number Diff line number Diff line Loading @@ -94,8 +94,11 @@ public class Picture { public native int getHeight(); /** * Draw this picture on the canvas. The picture may have the side effect * of changing the matrix and clip of the canvas. * Draw this picture on the canvas. * <p> * Prior to {@link android.os.Build.VERSION_CODES#L}, this call could * have the side effect of changing the matrix and clip of the canvas * if this picture had imbalanced saves/restores. * * <p> * <strong>Note:</strong> This forces the picture to internally call Loading