Searched refs:getAttachedImageView (Results 1 - 2 of 2) sorted by relevance

/development/samples/training/bitmapfun/src/com/example/android/bitmapfun/util/
H A DImageWorker.java269 if (mImageCache != null && !isCancelled() && getAttachedImageView() != null
278 if (bitmap == null && !isCancelled() && getAttachedImageView() != null
319 final ImageView imageView = getAttachedImageView();
340 private ImageView getAttachedImageView() { method in class:ImageWorker.BitmapWorkerTask
/development/samples/training/ContactsList/src/com/example/android/contactslist/util/
H A DImageLoader.java224 if (!isCancelled() && getAttachedImageView() != null) {
253 final ImageView imageView = getAttachedImageView();
274 private ImageView getAttachedImageView() { method in class:ImageLoader.BitmapWorkerTask

Completed in 6 milliseconds