Searched refs:getAttachedImageView (Results 1 – 1 of 1) sorted by relevance
301 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