Searched refs:getAttachedImageView (Results 1 – 2 of 2) 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
224 if (!isCancelled() && getAttachedImageView() != null) { in doInBackground()253 final ImageView imageView = getAttachedImageView(); in onPostExecute()274 private ImageView getAttachedImageView() { in getAttachedImageView() method in ImageLoader.BitmapWorkerTask