From f433893b66efbec10367567fba2ade0bda507b15 Mon Sep 17 00:00:00 2001 From: Mark Wei Date: Mon, 21 Oct 2013 22:26:45 -0700 Subject: Change visibility of mBitmap to protected for BasicBitmapDrawable subclasses. Change-Id: I632138edd33f5fdc460d4525afea80ac0f2cf07f --- src/com/android/bitmap/drawable/BasicBitmapDrawable.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/com/android/bitmap/drawable/BasicBitmapDrawable.java') diff --git a/src/com/android/bitmap/drawable/BasicBitmapDrawable.java b/src/com/android/bitmap/drawable/BasicBitmapDrawable.java index a32e38c..b6a148f 100644 --- a/src/com/android/bitmap/drawable/BasicBitmapDrawable.java +++ b/src/com/android/bitmap/drawable/BasicBitmapDrawable.java @@ -50,7 +50,7 @@ public class BasicBitmapDrawable extends Drawable implements DecodeTask.DecodeCa Drawable.Callback { protected RequestKey mCurrKey; - private ReusableBitmap mBitmap; + protected ReusableBitmap mBitmap; private final BitmapCache mCache; private final boolean mLimitDensity; private DecodeTask mTask; -- cgit v1.2.3