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

  /packages/apps/Car/libs/car-apps-common/src/com/android/car/apps/common/
DrawableDownloader.java 37 * This class adds a LRU cache over DrawableLoader.
139 SoftReference<DrawableLoader> mTask;
174 return DrawableLoader.getDrawable(context, iconResource);
228 DrawableLoader task = new DrawableLoader(null, mRecycledBitmaps) {
259 DrawableLoader task = new DrawableLoader(imageView, mRecycledBitmaps) {
269 imageView.setTag(R.id.imageDownloadTask, new SoftReference<DrawableLoader>(task));
291 DrawableLoader task = new DrawableLoader(null, mRecycledBitmaps)
    [all...]
DrawableLoader.java 50 class DrawableLoader extends AsyncTask<BitmapWorkerOptions, Void, Drawable> {
52 private static final String TAG = "DrawableLoader";
75 DrawableLoader(ImageView imageView, RecycleBitmapPool recycledBitmapPool) {

Completed in 150 milliseconds