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

  /development/samples/training/threadsample/src/com/example/android/threadsample/
PhotoView.java 181 setImageURL(null, false, null);
290 public void setImageURL(URL pictureURL, boolean cacheFlag, Drawable imageDrawable) {
PhotoFragment.java 58 * setImageURL(url,false,null) attempts to download and decode the picture at
62 mPhotoView.setImageURL(localURL, false, null);
PhotoThumbnailFragment.java 382 * Invokes setImageURL for the View. If the image isn't already available, this
385 localImageDownloaderView.setImageURL(

Completed in 118 milliseconds