Searched defs:DrawableLoader (Results 1 – 1 of 1) sorted by relevance
56 class DrawableLoader extends AsyncTask<BitmapWorkerOptions, Void, Drawable> { class80 DrawableLoader(ImageView imageView, RecycleBitmapPool recycledBitmapPool) { in DrawableLoader() method in DrawableLoader