HomeSort by relevance Sort by last modified time
    Searched full:thumbnail (Results 51 - 75 of 638) sorted by null

1 23 4 5 6 7 8 91011>>

  /packages/apps/Browser/src/com/android/browser/
BrowserBookmarksAdapterItem.java 23 public BitmapDrawable thumbnail; field in class:BrowserBookmarksAdapterItem
  /packages/apps/Camera2/src/com/android/camera/one/v2/imagesaver/
MostRecentImageSaver.java 72 ImageProxy thumbnail = getThumbnail(fullSize.getTimestamp()); local
73 if (thumbnail != null) {
76 mThumbnails.remove(thumbnail.getTimestamp());
79 mSingleImageSaver.saveAndCloseImage(fullSize, Optional.fromNullable(thumbnail),
YuvImageBackendImageSaver.java 53 /** Progress for JPEG saving once the intermediate thumbnail is done. */
74 public void saveAndCloseImage(ImageProxy image, Optional<ImageProxy> thumbnail,
76 // TODO Use thumbnail to speedup RGB thumbnail creation whenever
78 if (thumbnail.isPresent()) {
79 thumbnail.get().close();
  /packages/wallpapers/Galaxy4/res/xml/
wallpaper.xml 22 android:thumbnail="@drawable/wallpaper_thumb" />
  /packages/wallpapers/HoloSpiral/res/xml/
wallpaper.xml 23 android:thumbnail="@drawable/wallpaper_thumb" />
  /packages/wallpapers/PhaseBeam/res/xml/
wallpaper.xml 22 android:thumbnail="@drawable/wallpaper_thumb" />
  /development/samples/devbytes/animation/ActivityAnimations/src/com/example/android/activityanim/
PictureDetailsActivity.java 41 * the large version of the picture will resize from the thumbnail version in the
42 * main activity, colorizing it from the thumbnail's grayscale version at the
78 // the thumbnail to animate it from
106 // Figure out where the thumbnail and full size versions are, relative
113 // Scale factors to make the large version the same size as the thumbnail
126 * The enter animation scales the picture in from its previous thumbnail
135 // values scale and position the full size version down to the thumbnail
147 // Animate scale and translation to go from thumbnail to full size
195 // thumbnail size/location that we retrieved earlier
197 // Caveat: configuration change invalidates thumbnail positions; just animat
    [all...]
  /development/samples/devbytes/animation/WindowAnimations/res/layout/
activity_window_animations.xml 39 <ImageView android:id="@+id/thumbnail"
42 android:src="@drawable/thumbnail" />
  /packages/apps/Camera2/src/com/android/camera/session/
SessionNotifier.java 53 /** Notify that the full size thumbnail is available. */
54 public void notifySessionThumbnailAvailable(final Bitmap thumbnail);
CaptureSession.java 78 * Occurs when the tiny thumbnail bytes are received.
83 * Occurs when the medium thumbnail bytes are received.
149 * For an ongoing session, this updates the currently displayed thumbnail.
151 * @param bitmap the thumbnail to be shown while the session is in progress.
156 * For an ongoing session, this updates the capture indicator thumbnail.
158 * @param bitmap the thumbnail to be shown while the session is in progress.
160 * @param rotationDegrees the rotation of the thumbnail in degrees
  /packages/wallpapers/LivePicker/res/layout/
live_wallpaper_entry.xml 29 android:id="@+id/thumbnail"
45 android:layout_toEndOf="@id/thumbnail"
  /external/glide/library/src/main/java/com/bumptech/glide/
BitmapRequestBuilder.java 121 public BitmapRequestBuilder<ModelType, TranscodeType> thumbnail(float sizeMultiplier) { method in class:BitmapRequestBuilder
122 super.thumbnail(sizeMultiplier);
127 * Loads and displays the {@link android.graphics.Bitmap} retrieved by the given thumbnail request if it finishes
128 * before this request. Best used for loading thumbnail {@link Bitmap}s that are smaller and will be loaded more
133 * @see #thumbnail(float)
136 * Note - Any options on the main request will not be passed on to the thumbnail request. For example, if
137 * you want an animation to occur when either the full {@link android.graphics.Bitmap} loads or the thumbnail
138 * loads, you need to call {@link #animate(int)} on both the thumb and the full request. For a simpler thumbnail
139 * option where these options are applied to the humbnail as well, see {@link #thumbnail(float)}.
143 * Only the thumbnail call on the main request will be obeyed, recursive calls to this method are ignored
149 public BitmapRequestBuilder<ModelType, TranscodeType> thumbnail(BitmapRequestBuilder<?, TranscodeType> method in class:BitmapRequestBuilder
431 public BitmapRequestBuilder<ModelType, TranscodeType> thumbnail( method in class:BitmapRequestBuilder
    [all...]
  /device/moto/shamu/camera/mm-image-codec/qomx_core/
QOMX_JpegExtensions.h 40 * @ OMX_EVENT_THUMBNAIL_DROPPED - Indicates that the thumbnail
54 #define QOMX_IMAGE_EXT_THUMBNAIL_NAME "OMX.QCOM.image.exttype.thumbnail"
75 //Name: OMX.QCOM.image.exttype.thumbnail
167 * Includes all information associated with the thumbnail
168 * @input_width - Width of the input thumbnail buffer
169 * @input_height - Heighr of the input thumbnail buffer
170 * @scaling_enabled - Flag indicating if thumbnail scaling is
178 * @output_width - Output Width of the the thumbnail. This is
182 * @output_height - Output height of the thumbnail. This is
259 * or sequential encoding for the thumbnail an
    [all...]
  /hardware/qcom/camera/mm-image-codec/qomx_core/
QOMX_JpegExtensions.h 40 * @ OMX_EVENT_THUMBNAIL_DROPPED - Indicates that the thumbnail
54 #define QOMX_IMAGE_EXT_THUMBNAIL_NAME "OMX.QCOM.image.exttype.thumbnail"
75 //Name: OMX.QCOM.image.exttype.thumbnail
167 * Includes all information associated with the thumbnail
168 * @input_width - Width of the input thumbnail buffer
169 * @input_height - Heighr of the input thumbnail buffer
170 * @scaling_enabled - Flag indicating if thumbnail scaling is
178 * @output_width - Output Width of the the thumbnail. This is
182 * @output_height - Output height of the thumbnail. This is
260 * or sequential encoding for the thumbnail an
    [all...]
  /frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/exif/
ExifData.java 56 * Gets the compressed thumbnail. Returns null if there is no compressed
57 * thumbnail.
66 * Sets the compressed thumbnail.
68 protected void setCompressedThumbnail(byte[] thumbnail) {
69 mThumbnail = thumbnail;
73 * Returns true it this header contains a compressed thumbnail.
194 * Removes the thumbnail and its related tags. IFD1 will be removed.
  /packages/apps/Camera2/src/com/android/camera/exif/
ExifData.java 56 * Gets the compressed thumbnail. Returns null if there is no compressed
57 * thumbnail.
66 * Sets the compressed thumbnail.
68 protected void setCompressedThumbnail(byte[] thumbnail) {
69 mThumbnail = thumbnail;
73 * Returns true it this header contains a compressed thumbnail.
194 * Removes the thumbnail and its related tags. IFD1 will be removed.
  /packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/exif/
ExifData.java 56 * Gets the compressed thumbnail. Returns null if there is no compressed
57 * thumbnail.
66 * Sets the compressed thumbnail.
68 protected void setCompressedThumbnail(byte[] thumbnail) {
69 mThumbnail = thumbnail;
73 * Returns true it this header contains a compressed thumbnail.
194 * Removes the thumbnail and its related tags. IFD1 will be removed.
  /packages/apps/Launcher3/WallpaperPicker/src/com/android/gallery3d/exif/
ExifData.java 56 * Gets the compressed thumbnail. Returns null if there is no compressed
57 * thumbnail.
66 * Sets the compressed thumbnail.
68 protected void setCompressedThumbnail(byte[] thumbnail) {
69 mThumbnail = thumbnail;
73 * Returns true it this header contains a compressed thumbnail.
194 * Removes the thumbnail and its related tags. IFD1 will be removed.
  /packages/apps/Messaging/src/com/android/messaging/util/exif/
ExifData.java 57 * Gets the compressed thumbnail. Returns null if there is no compressed
58 * thumbnail.
67 * Sets the compressed thumbnail.
69 protected void setCompressedThumbnail(byte[] thumbnail) {
70 mThumbnail = thumbnail;
74 * Returns true it this header contains a compressed thumbnail.
195 * Removes the thumbnail and its related tags. IFD1 will be removed.
  /frameworks/base/packages/SystemUI/src/com/android/systemui/recents/misc/
SystemServicesProxy.java 134 // Get the dummy thumbnail width/heights
330 /** Returns the top task thumbnail for the given task id */
334 // If we are mocking, then just return a dummy thumbnail
336 Bitmap thumbnail = Bitmap.createBitmap(mDummyThumbnailWidth, mDummyThumbnailHeight, local
338 thumbnail.eraseColor(0xff333333);
339 return thumbnail;
342 Bitmap thumbnail = SystemServicesProxy.getThumbnail(mAm, taskId); local
343 if (thumbnail != null) {
344 thumbnail.setHasAlpha(false);
345 // We use a dumb heuristic for now, if the thumbnail is purely transparent in the to
    [all...]
  /cts/tests/tests/provider/src/android/provider/cts/
MediaStore_Images_ThumbnailsTest.java 82 // add a thumbnail
92 // query with the uri of the thumbnail and the kind
162 assertTrue("thumbnail file does not exist", new File(thumbPath).exists());
165 // corresponding entry in the thumbnail table, which in turn triggers deletion
166 // of the thumbnail file on disk
177 assertFalse("thumbnail file should no longer exist", new File(thumbPath).exists());
194 // insert image, then delete its thumbnail
206 assertTrue("thumbnail file does not exist", new File(thumbPath).exists());
214 assertFalse("thumbnail file should no longer exist", new File(thumbPath).exists());
298 // remove one of the images, its thumbnail, and the thumbnail cach
    [all...]
MediaStore_Video_ThumbnailsTest.java 79 // Get the current thumbnail count for future comparison.
84 // Calling getThumbnail should not generate a new thumbnail.
90 // Calling getThumbnail should generate a new thumbnail.
113 assertTrue("thumbnail file does not exist", new File(path).exists());
117 assertFalse("thumbnail file should no longer exist", new File(path).exists());
  /device/moto/shamu/camera/QCamera/stack/mm-jpeg-interface/inc/
mm_jpeg_interface.h 100 /* src img type: main or thumbnail */
126 /* num of src imgs: e.g. main/thumbnail img
128 * if main+thumbnail: src_img_num = 2;
129 * No support for thumbnail only case */
133 * if thumbnail presented, it will be in index 1 */
  /frameworks/base/media/tests/CameraBrowser/src/com/android/camerabrowser/
ObjectViewer.java 152 byte[] thumbnail = mClient.getThumbnail(mDeviceName, info.getObjectHandle());
153 if (thumbnail != null) {
154 Bitmap bitmap = BitmapFactory.decodeByteArray(thumbnail, 0, thumbnail.length);
156 ImageView thumbView = (ImageView)findViewById(R.id.thumbnail);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/recents/model/
Task.java 131 public Bitmap thumbnail; field in class:Task
202 public void notifyTaskDataLoaded(Bitmap thumbnail, Drawable applicationIcon) {
204 this.thumbnail = thumbnail;
213 thumbnail = defaultThumbnail;

Completed in 959 milliseconds

1 23 4 5 6 7 8 91011>>