Home
last modified time | relevance | path

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

/developers/samples/android/ui/graphics/DisplayingBitmaps/Application/src/main/java/com/example/android/displayingbitmaps/util/
DImageWorker.java202 final BitmapWorkerTask bitmapWorkerTask = getBitmapWorkerTask(imageView); in cancelWork()
220 final BitmapWorkerTask bitmapWorkerTask = getBitmapWorkerTask(imageView); in cancelPotentialWork()
243 private static BitmapWorkerTask getBitmapWorkerTask(ImageView imageView) { in getBitmapWorkerTask() method in ImageWorker
248 return asyncDrawable.getBitmapWorkerTask(); in getBitmapWorkerTask()
382 final BitmapWorkerTask bitmapWorkerTask = getBitmapWorkerTask(imageView); in getAttachedImageView()
420 public BitmapWorkerTask getBitmapWorkerTask() { in getBitmapWorkerTask() method in ImageWorker.AsyncDrawable