Searched refs:mInBitmap (Results 1 - 1 of 1) sorted by relevance

/frameworks/opt/bitmap/src/com/android/bitmap/
H A DDecodeTask.java58 private ReusableBitmap mInBitmap = null; field in class:DecodeTask
144 mInBitmap = mCache.poll();
189 if (mInBitmap != null) {
190 mCache.offer(mInBitmap);
191 mInBitmap = null;
258 if (mInBitmap == null) {
264 mInBitmap = new ReusableBitmap(
275 + mInBitmap + " key=" + mKey);
280 + mInBitmap + " key=" + mKey);
284 mOpts.inBitmap = mInBitmap
[all...]

Completed in 34 milliseconds