summaryrefslogtreecommitdiffstats
path: root/api/current.txt
diff options
context:
space:
mode:
authorDerek Sollenberger <djsollen@google.com>2013-02-22 16:08:30 -0500
committerDerek Sollenberger <djsollen@google.com>2013-03-04 10:10:15 -0500
commitcdac497289fd2c39a352f6167dae3f77cc608cb8 (patch)
treef56b99436d16832d6d6a8e5df89ad9450e864d22 /api/current.txt
parent7ac02bfb862aec324b00f3919ff00a95ff1effa6 (diff)
downloadframeworks_base-cdac497289fd2c39a352f6167dae3f77cc608cb8.zip
frameworks_base-cdac497289fd2c39a352f6167dae3f77cc608cb8.tar.gz
frameworks_base-cdac497289fd2c39a352f6167dae3f77cc608cb8.tar.bz2
Deprecate read/write Pictures to streams.
bug: 8241089 Change-Id: I435a534f5110cb2b8aba87c047b509020a22fd67
Diffstat (limited to 'api/current.txt')
-rw-r--r--api/current.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/api/current.txt b/api/current.txt
index a4b4992..3878aa1 100644
--- a/api/current.txt
+++ b/api/current.txt
@@ -9036,12 +9036,12 @@ package android.graphics {
ctor public Picture();
ctor public Picture(android.graphics.Picture);
method public android.graphics.Canvas beginRecording(int, int);
- method public static android.graphics.Picture createFromStream(java.io.InputStream);
+ method public static deprecated android.graphics.Picture createFromStream(java.io.InputStream);
method public void draw(android.graphics.Canvas);
method public void endRecording();
method public int getHeight();
method public int getWidth();
- method public void writeToStream(java.io.OutputStream);
+ method public deprecated void writeToStream(java.io.OutputStream);
}
public class PixelFormat {