Searched refs:BitmapWorkerTask (Results 1 - 2 of 2) sorted by relevance

/development/samples/training/ContactsList/src/com/example/android/contactslist/util/
H A DImageLoader.java88 final BitmapWorkerTask task = new BitmapWorkerTask(imageView);
138 final BitmapWorkerTask bitmapWorkerTask = getBitmapWorkerTask(imageView);
155 final BitmapWorkerTask bitmapWorkerTask = getBitmapWorkerTask(imageView);
177 private static BitmapWorkerTask getBitmapWorkerTask(ImageView imageView) {
191 private class BitmapWorkerTask extends AsyncTask<Object, Void, Bitmap> { class in class:ImageLoader
195 public BitmapWorkerTask(ImageView imageView) { method in class:ImageLoader.BitmapWorkerTask
276 final BitmapWorkerTask bitmapWorkerTask = getBitmapWorkerTask(imageView);
293 private final WeakReference<BitmapWorkerTask> bitmapWorkerTaskReference;
295 public AsyncDrawable(Resources res, Bitmap bitmap, BitmapWorkerTask bitmapWorkerTas
[all...]
/development/samples/training/bitmapfun/src/com/example/android/bitmapfun/util/
H A DImageWorker.java90 final BitmapWorkerTask task = new BitmapWorkerTask(imageView);
181 final BitmapWorkerTask bitmapWorkerTask = getBitmapWorkerTask(imageView);
198 final BitmapWorkerTask bitmapWorkerTask = getBitmapWorkerTask(imageView);
220 private static BitmapWorkerTask getBitmapWorkerTask(ImageView imageView) {
234 private class BitmapWorkerTask extends AsyncTask<Object, Void, BitmapDrawable> { class in class:ImageWorker
238 public BitmapWorkerTask(ImageView imageView) { method in class:ImageWorker.BitmapWorkerTask
342 final BitmapWorkerTask bitmapWorkerTask = getBitmapWorkerTask(imageView);
359 private final WeakReference<BitmapWorkerTask> bitmapWorkerTaskReference;
361 public AsyncDrawable(Resources res, Bitmap bitmap, BitmapWorkerTask bitmapWorkerTas
[all...]

Completed in 65 milliseconds