Searched defs:ImageLoader (Results 1 - 1 of 1) sorted by relevance

/frameworks/volley/src/main/java/com/android/volley/toolbox/
H A DImageLoader.java36 * The simple way to use this class is to call {@link ImageLoader#get(String, ImageListener)}
38 * {@link ImageLoader#getImageListener(ImageView, int, int)}. Note that all function calls to
42 public class ImageLoader { class
70 * Simple cache adapter interface. If provided to the ImageLoader, it
80 * Constructs a new ImageLoader.
84 public ImageLoader(RequestQueue queue, ImageCache imageCache) { method in class:ImageLoader
137 * @param isImmediate True if this was called during ImageLoader.get() variants.
176 * If the default was returned, the {@link ImageLoader} will be invoked when the
492 throw new IllegalStateException("ImageLoader must be invoked from the main thread.");

Completed in 85 milliseconds