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

  /packages/apps/Car/libs/car-apps-common/src/com/android/car/apps/common/
DrawableDownloader.java 47 public class DrawableDownloader {
49 private static final String TAG = "DrawableDownloader";
148 private static DrawableDownloader sBitmapDownloader;
155 public final static DrawableDownloader getInstance(Context context) {
159 sBitmapDownloader = new DrawableDownloader(context);
177 private DrawableDownloader(Context context) {
DrawableLoader.java 142 // Remove the extra refcount created by us, DrawableDownloader LruCache
379 return DrawableDownloader.getInstance(context)

Completed in 909 milliseconds