HomeSort by relevance Sort by last modified time
    Searched refs:mRecycledBitmaps (Results 1 - 2 of 2) sorted by null

  /packages/apps/Car/libs/car-apps-common/src/com/android/car/apps/common/
DrawableDownloader.java 146 private RecycleBitmapPool mRecycledBitmaps;
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) {
DrawableLoader.java 63 private final RecycleBitmapPool mRecycledBitmaps;
70 mRecycledBitmaps.addRecycledBitmap((Bitmap) object.getObject());
77 mRecycledBitmaps = recycledBitmapPool;
235 bitmapOptions.inBitmap = mRecycledBitmaps.getRecycledBitmap(

Completed in 70 milliseconds