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

/sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/
H A DImageLoader.java40 * {@link #getDdmUiLibLoader()} use {@link ImageLoader#getClass()} as the class. This is to be used
47 public class ImageLoader { class
52 private static final HashMap<Class<?>, ImageLoader> mInstances =
53 new HashMap<Class<?>, ImageLoader>();
60 private ImageLoader(Class<?> theClass) { method in class:ImageLoader
62 theClass = ImageLoader.class;
68 * Returns the {@link ImageLoader} instance to load images from ddmuilib.jar
70 public static ImageLoader getDdmUiLibLoader() {
75 * Returns an {@link ImageLoader} to load images based on a given class.
86 public static ImageLoader getLoade
[all...]

Completed in 71 milliseconds