diff options
author | Alan Viverette <alanv@google.com> | 2015-06-23 22:06:13 +0000 |
---|---|---|
committer | Android (Google) Code Review <android-gerrit@google.com> | 2015-06-23 22:06:15 +0000 |
commit | 9137fcaa92e70f7ade386f2905d55b22a1362add (patch) | |
tree | ebbab85549dfd3a3b656fee68f8b5ca83bfd19ea /api/current.txt | |
parent | c60408264c7fe19d2f1f3550556f7e6bc1ca716d (diff) | |
parent | 81e7dbddf10ecae99f65641d8774ca6b1aceac30 (diff) | |
download | frameworks_base-9137fcaa92e70f7ade386f2905d55b22a1362add.zip frameworks_base-9137fcaa92e70f7ade386f2905d55b22a1362add.tar.gz frameworks_base-9137fcaa92e70f7ade386f2905d55b22a1362add.tar.bz2 |
Merge "Remove isDither(), deprecate setDither()" into mnc-dev
Diffstat (limited to 'api/current.txt')
-rw-r--r-- | api/current.txt | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/api/current.txt b/api/current.txt index 2058ac9..f099253 100644 --- a/api/current.txt +++ b/api/current.txt @@ -12301,7 +12301,6 @@ package android.graphics.drawable { method public void inflate(android.content.res.Resources, org.xmlpull.v1.XmlPullParser, android.util.AttributeSet, android.content.res.Resources.Theme) throws java.io.IOException, org.xmlpull.v1.XmlPullParserException; method public void invalidateSelf(); method public boolean isAutoMirrored(); - method public boolean isDither(); method public boolean isFilterBitmap(); method public boolean isStateful(); method public final boolean isVisible(); @@ -12321,7 +12320,7 @@ package android.graphics.drawable { method public void setChangingConfigurations(int); method public abstract void setColorFilter(android.graphics.ColorFilter); method public void setColorFilter(int, android.graphics.PorterDuff.Mode); - method public void setDither(boolean); + method public deprecated void setDither(boolean); method public void setFilterBitmap(boolean); method public void setHotspot(float, float); method public void setHotspotBounds(int, int, int, int); |