Home
last modified time | relevance | path

Searched defs:bitmapWorkerTask (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() local
155 final BitmapWorkerTask bitmapWorkerTask = getBitmapWorkerTask(imageView); in cancelPotentialWork() local
276 final BitmapWorkerTask bitmapWorkerTask = getBitmapWorkerTask(imageView); in getAttachedImageView() local
295 public AsyncDrawable(Resources res, Bitmap bitmap, BitmapWorkerTask bitmapWorkerTask) { in AsyncDrawable()
/development/samples/browseable/DisplayingBitmaps/src/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()