HomeSort by relevance Sort by last modified time
    Searched refs:getAttachedImageView (Results 1 - 2 of 2) sorted by null

  /development/samples/training/bitmapfun/src/com/example/android/bitmapfun/util/
ImageWorker.java 269 if (mImageCache != null && !isCancelled() && getAttachedImageView() != null
278 if (bitmap == null && !isCancelled() && getAttachedImageView() != null
319 final ImageView imageView = getAttachedImageView();
340 private ImageView getAttachedImageView() {
  /development/samples/training/ContactsList/src/com/example/android/contactslist/util/
ImageLoader.java 224 if (!isCancelled() && getAttachedImageView() != null) {
253 final ImageView imageView = getAttachedImageView();
274 private ImageView getAttachedImageView() {

Completed in 1215 milliseconds