Remove isDither(), deprecate setDither()

Bug: 22013358
Change-Id: I37b11a94edc431a88522c6c056b76b045daa61d6
This commit is contained in:
Alan Viverette
2015-06-23 14:30:40 -07:00
parent e695391353
commit 81e7dbddf1
9 changed files with 6 additions and 53 deletions

View File

@@ -166,11 +166,6 @@ public class DrawableContainer extends Drawable implements Drawable.Callback {
}
}
@Override
public boolean isDither() {
return mDrawableContainerState.mDither;
}
@Override
public void setColorFilter(ColorFilter colorFilter) {
mDrawableContainerState.mHasColorFilter = true;