Lines Matching refs:image
232 // Slide show starts from the first image on the list.
552 // IMAGE_LIST_DATA stores the parameters for the four image lists
620 private static void placeImage(Bitmap image, Canvas c, Paint paint,
630 c.drawBitmap(image, xPos, yPos, paint);
637 // We draw three different version of the folder image depending on the
639 // For a single image, that image draws over the whole folder.
682 IImage image = i < count ? images.getImageAt(i) : null;
684 if (image != null) {
685 temp = image.miniThumbBitmap();
689 if (ImageManager.isVideo(image)) {
753 // image lists created by createImageList() are collected in mAllLists.
800 public Bitmap mThumbBitmap; // the thumbnail bitmap for the image list