Revert "Cache display lists for Drawables"

This reverts commit c062c7003f.

Change-Id: I96d4f0482b927101f52140b667f4c38ffc8687f5
This commit is contained in:
Alan Viverette
2014-01-31 13:04:38 -08:00
parent 8b725dcbe1
commit 16f1d81d47
7 changed files with 22 additions and 97 deletions

View File

@@ -456,7 +456,7 @@ public class BitmapDrawable extends Drawable {
}
@Override
protected void onDraw(Canvas canvas) {
public void draw(Canvas canvas) {
Bitmap bitmap = mBitmap;
if (bitmap != null) {
final BitmapState state = mBitmapState;