Home | History | Annotate | Download | only in camera

Lines Matching refs:images

48 import android.provider.MediaStore.Images;
147 // Show/Hide the "no images" icon and text. Load resources on demand.
163 // The storage status is changed, restart the worker or show "no images".
288 MediaStore.Images.Media.EXTERNAL_CONTENT_URI,
388 // i >= 3 means we are looking at All Images/All Videos.
389 // lists[i-3] is the corresponding Camera Images/Camera Videos.
485 // If we have zero folder, show the "no images" icon.
569 // Camera Images
586 // All Images
635 IImageList images) {
636 int count = images.getCount();
638 // number of images in the folder.
640 // For two or three images, we draw the two most recent photos.
641 // For four or more images, we draw four photos.
649 // images
682 IImage image = i < count ? images.getImageAt(i) : null;
824 Uri uri = Images.Media.INTERNAL_CONTENT_URI;