Searched defs:DrawableDownloader (Results 1 - 1 of 1) sorted by relevance

/packages/apps/TvSettings/Settings/src/com/android/tv/settings/widget/
H A DDrawableDownloader.java52 public class DrawableDownloader { class
54 private static final String TAG = "DrawableDownloader";
152 private static DrawableDownloader sBitmapDownloader;
159 public final static DrawableDownloader getInstance(Context context) {
163 sBitmapDownloader = new DrawableDownloader(context);
181 private DrawableDownloader(Context context) { method in class:DrawableDownloader

Completed in 309 milliseconds