Home
last modified time | relevance | path

Searched refs: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
203 if (bitmapWorkerTask != null) { in cancelWork()
204 bitmapWorkerTask.cancel(true); in cancelWork()
206 final Object bitmapData = bitmapWorkerTask.mData; in cancelWork()
220 final BitmapWorkerTask bitmapWorkerTask = getBitmapWorkerTask(imageView); in cancelPotentialWork() local
222 if (bitmapWorkerTask != null) { in cancelPotentialWork()
223 final Object bitmapData = bitmapWorkerTask.mData; in cancelPotentialWork()
225 bitmapWorkerTask.cancel(true); in cancelPotentialWork()
382 final BitmapWorkerTask bitmapWorkerTask = getBitmapWorkerTask(imageView); in getAttachedImageView() local
384 if (this == bitmapWorkerTask) { in getAttachedImageView()
[all …]