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

/packages/apps/Car/libs/car-apps-common/src/com/android/car/apps/common/
H A DDrawableDownloader.java146 private RecycleBitmapPool mRecycledBitmaps; field in class:DrawableDownloader
199 mRecycledBitmaps = new RecycleBitmapPool();
228 DrawableLoader task = new DrawableLoader(null, mRecycledBitmaps) {
259 DrawableLoader task = new DrawableLoader(imageView, mRecycledBitmaps) {
291 DrawableLoader task = new DrawableLoader(null, mRecycledBitmaps) {
H A DDrawableLoader.java63 private final RecycleBitmapPool mRecycledBitmaps; field in class:DrawableLoader
70 mRecycledBitmaps.addRecycledBitmap((Bitmap) object.getObject());
77 mRecycledBitmaps = recycledBitmapPool;
235 bitmapOptions.inBitmap = mRecycledBitmaps.getRecycledBitmap(

Completed in 56 milliseconds