Home
last modified time | relevance | path

Searched refs:getBitmapWorkerTask (Results 1 – 2 of 2) sorted by relevance

/development/samples/training/ContactsList/src/com/example/android/contactslist/util/
DImageLoader.java138 final BitmapWorkerTask bitmapWorkerTask = getBitmapWorkerTask(imageView); in cancelWork()
155 final BitmapWorkerTask bitmapWorkerTask = getBitmapWorkerTask(imageView); in cancelPotentialWork()
177 private static BitmapWorkerTask getBitmapWorkerTask(ImageView imageView) { in getBitmapWorkerTask() method in ImageLoader
182 return asyncDrawable.getBitmapWorkerTask(); in getBitmapWorkerTask()
276 final BitmapWorkerTask bitmapWorkerTask = getBitmapWorkerTask(imageView); in getAttachedImageView()
301 public BitmapWorkerTask getBitmapWorkerTask() { in getBitmapWorkerTask() method in ImageLoader.AsyncDrawable
/development/samples/browseable/DisplayingBitmaps/src/com.example.android.displayingbitmaps/util/
DImageWorker.java183 final BitmapWorkerTask bitmapWorkerTask = getBitmapWorkerTask(imageView); in cancelWork()
201 final BitmapWorkerTask bitmapWorkerTask = getBitmapWorkerTask(imageView); in cancelPotentialWork()
224 private static BitmapWorkerTask getBitmapWorkerTask(ImageView imageView) { in getBitmapWorkerTask() method in ImageWorker
229 return asyncDrawable.getBitmapWorkerTask(); in getBitmapWorkerTask()
350 final BitmapWorkerTask bitmapWorkerTask = getBitmapWorkerTask(imageView); in getAttachedImageView()
375 public BitmapWorkerTask getBitmapWorkerTask() { in getBitmapWorkerTask() method in ImageWorker.AsyncDrawable