Searched refs:mInBitmap (Results 1 – 1 of 1) sorted by relevance
58 private ReusableBitmap mInBitmap = null; field in DecodeTask144 mInBitmap = mCache.poll(); in decode()189 if (mInBitmap != null) { in decode()190 mCache.offer(mInBitmap); in decode()191 mInBitmap = null; in decode()258 if (mInBitmap == null) { in decode()264 mInBitmap = new ReusableBitmap( in decode()275 + mInBitmap + " key=" + mKey); in decode()280 + mInBitmap + " key=" + mKey); in decode()284 mOpts.inBitmap = mInBitmap.bmp; in decode()[all …]