Refactor Drawable.getDither() to isDither()

Bug: 21342040
Change-Id: I801970c2a25289d670636ad5387ddf244fb48225
This commit is contained in:
Alan Viverette
2015-06-17 13:59:31 -07:00
parent 15ce33873e
commit 373954a1fd
9 changed files with 11 additions and 11 deletions

View File

@@ -167,7 +167,7 @@ public class DrawableContainer extends Drawable implements Drawable.Callback {
}
@Override
public boolean getDither() {
public boolean isDither() {
return mDrawableContainerState.mDither;
}