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

/packages/apps/Camera2/src/com/android/camera/one/v2/photo/zsl/
H A DZslImageCaptureCommand.java49 * Captures images by first looking to the zsl ring buffer for acceptable (based
50 * on metadata) images. If no such images are available, a fallback
77 * @return All images currently in the ring-buffer, ordered from oldest to
82 List<ImageProxy> images = new ArrayList<>();
84 // Keep grabbing images until there are no more immediately
88 images.add(mZslRingBuffer.getNext(0, TimeUnit.SECONDS));
94 // Close the images to avoid leaking them, since they will not be
96 for (ImageProxy image : images) {
101 return images;
104 filterImagesWithinMaxLookBack(List<ImageProxy> images) argument
[all...]
/packages/apps/Gallery/src/com/android/camera/
H A DGalleryPicker.java147 // 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".
485 // If we have zero folder, show the "no images" icon.
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
634 makeMiniThumbBitmap(int width, int height, IImageList images) argument
[all...]

Completed in 108 milliseconds