Refactor Drawable.getDither() to isDither()
Bug: 21342040 Change-Id: I801970c2a25289d670636ad5387ddf244fb48225
This commit is contained in:
@@ -167,7 +167,7 @@ public class DrawableContainer extends Drawable implements Drawable.Callback {
|
||||
}
|
||||
|
||||
@Override
|
||||
public boolean getDither() {
|
||||
public boolean isDither() {
|
||||
return mDrawableContainerState.mDither;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user