Searched refs:imageList (Results 1 – 5 of 5) sorted by relevance
233 LinkedList<ImageResource> imageList = mImageListSparseArray.get(poolKey); in addResourceToPool() local234 if (imageList == null) { in addResourceToPool()235 imageList = new LinkedList<ImageResource>(); in addResourceToPool()236 mImageListSparseArray.put(poolKey, imageList); in addResourceToPool()238 imageList.addLast(imageResource); in addResourceToPool()246 final LinkedList<ImageResource> imageList = mImageListSparseArray.get(poolKey); in removeResourceFromPool() local247 if (imageList != null) { in removeResourceFromPool()248 imageList.remove(imageResource); in removeResourceFromPool()
176 final LinearLayout imageList = (LinearLayout) content.findViewById(R.id.imageList); in onCreate() local187 imageList.addView(imageView, new LinearLayout.LayoutParams(width, height)); in onCreate()
193 ArrayList<PathId> imageList = new ArrayList<PathId>(); in mapMediaItems() local202 imageList.add(pid); in mapMediaItems()208 processMapMediaItems(imageList, consumer, true); in mapMediaItems()
268 IImageList imageList, GetterHandler handler) {275 mImageList = imageList;
745 IImageList imageList, ImageLoader loader, in ImageBlockManager() argument751 mImageList = imageList; in ImageBlockManager()759 mCount = imageList.getCount(); in ImageBlockManager()