Uses of Class
com.android.volley.toolbox.ImageLoader.ImageContainer

Packages that use ImageLoader.ImageContainer
com.android.volley.toolbox   
 

Uses of ImageLoader.ImageContainer in com.android.volley.toolbox
 

Methods in com.android.volley.toolbox that return ImageLoader.ImageContainer
 ImageLoader.ImageContainer ImageLoader.get(String requestUrl, ImageLoader.ImageListener listener)
          Returns an ImageContainer for the requested URL.
 ImageLoader.ImageContainer ImageLoader.get(String requestUrl, ImageLoader.ImageListener imageListener, int maxWidth, int maxHeight)
          Issues a bitmap request with the given URL if that image is not available in the cache, and returns a bitmap container that contains all of the data relating to the request (as well as the default image if the requested image is not available).
 

Methods in com.android.volley.toolbox with parameters of type ImageLoader.ImageContainer
 void ImageLoader.ImageListener.onResponse(ImageLoader.ImageContainer response, boolean isImmediate)
          Listens for non-error changes to the loading of the image request.