Home
last modified time | relevance | path

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

/developers/samples/android/ui/graphics/DisplayingBitmaps/Application/src/main/java/com/example/android/displayingbitmaps/util/
DImageWorker.java301 if (mImageCache != null && !isCancelled() && getAttachedImageView() != null in doInBackground()
310 if (bitmap == null && !isCancelled() && getAttachedImageView() != null in doInBackground()
354 final ImageView imageView = getAttachedImageView(); in onPostExecute()
380 private ImageView getAttachedImageView() { in getAttachedImageView() method in ImageWorker.BitmapWorkerTask