Home
last modified time | relevance | path

Searched defs:bitmapWorkerTask (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() local
220 final BitmapWorkerTask bitmapWorkerTask = getBitmapWorkerTask(imageView); in cancelPotentialWork() local
382 final BitmapWorkerTask bitmapWorkerTask = getBitmapWorkerTask(imageView); in getAttachedImageView() local
414 public AsyncDrawable(Resources res, Bitmap bitmap, BitmapWorkerTask bitmapWorkerTask) { in AsyncDrawable()