Searched defs:imageList (Results 1 – 4 of 4) sorted by relevance
233 LinkedList<ImageResource> imageList = mImageListSparseArray.get(poolKey); in addResourceToPool() local246 final LinkedList<ImageResource> imageList = mImageListSparseArray.get(poolKey); in removeResourceFromPool() local
176 final LinearLayout imageList = (LinearLayout) content.findViewById(R.id.imageList); in onCreate() local
193 ArrayList<PathId> imageList = new ArrayList<PathId>(); in mapMediaItems() local
745 IImageList imageList, ImageLoader loader, in ImageBlockManager()