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

1 2 3 4 56 7 8 91011>>

  /development/samples/browseable/ActivitySceneTransitionBasic/src/com.example.android.activityscenetransitionbasic/
Item.java 21 * thumbnail url.
  /external/pdfium/public/
fpdf_ext.h 73 //Neither document outline nor thumbnail images visible
  /frameworks/av/media/libmediaplayerservice/
MetadataRetrieverClient.h 70 // Keep the shared memory copy of album art and capture frame (for thumbnail)
  /frameworks/opt/photoviewer/res/values/
strings.xml 22 <!-- Photo view error message shown below thumbnail if full image could not be shown [CHAR LIMIT=30] -->
  /packages/apps/Browser/res/raw/
most_visited.ktpl 77 <img class="wrimg" src="<%= thumbnail %>" />
  /packages/apps/Browser/src/com/android/browser/
BookmarksLoader.java 43 Bookmarks.THUMBNAIL, // 4
BrowserSnapshotPage.java 65 Snapshots.THUMBNAIL,
271 ImageView thumbnail = (ImageView) view.findViewById(R.id.thumb); local
274 thumbnail.setImageResource(R.drawable.browser_thumbnail);
278 thumbnail.setImageBitmap(thumbBitmap);
  /packages/apps/Camera/src/com/android/camera/
Thumbnail.java 24 public class Thumbnail {
  /packages/apps/Camera/tests/src/com/android/camera/activity/
CameraTestCase.java 228 "jpeg-thumbnail-size-values=320x240,0x0;jpeg-thumbnail-width=320;jpeg-thumbnail-height=240;" +
229 "jpeg-thumbnail-quality=60;jpeg-quality=95;" +
  /packages/apps/Camera2/src/com/android/camera/
Thumbnail.java 24 public class Thumbnail {
  /packages/apps/Camera2/src/com/android/camera/session/
CaptureSessionManagerImpl.java 46 * <li>For longer operations, update the thumbnail and status message using the
48 * <li>For longer operations, update the thumbnail and status message using the
214 public void notifySessionThumbnailAvailable(final Bitmap thumbnail) {
220 listener.onSessionThumbnailUpdate(thumbnail);
CaptureSessionManager.java 71 * Called when the thumbnail for the given session has changed and
73 * Filmstrip uses onSessionUpdated to refresh the thumbnail.
75 * @param bitmap the thumbnail bitmap
  /packages/apps/Camera2/tests_camera/src/com/android/camera/activity/
CameraTestCase.java 228 "jpeg-thumbnail-size-values=320x240,0x0;jpeg-thumbnail-width=320;jpeg-thumbnail-height=240;" +
229 "jpeg-thumbnail-quality=60;jpeg-quality=95;" +
  /packages/apps/Messaging/src/com/android/messaging/datamodel/media/
VideoThumbnailRequest.java 34 * Class to request a video thumbnail.
  /packages/wallpapers/LivePicker/res/layout-xlarge/
live_wallpaper_entry.xml 23 android:id="@+id/thumbnail"
  /development/samples/devbytes/animation/ActivityAnimations/src/com/example/android/activityanim/
ActivityAnimations.java 74 new BitmapDrawable(resources, pictureData.thumbnail);
100 * When the user clicks a thumbnail, bundle up information about it and launch the
107 // Interesting data to pass across are the thumbnail size/location, the
  /device/moto/shamu/camera/QCamera2/stack/common/
mm_jpeg_interface.h 129 /* thumbnail color format */
135 /* jpeg thumbnail quality: range 0~100 */
148 /* thumbnail dimension */
  /packages/apps/Launcher3/WallpaperPicker/src/com/android/launcher3/
SavedWallpaperImages.java 114 Log.e(TAG, "Error decoding thumbnail for wallpaper #" + position);
156 public void writeImage(Bitmap thumbnail, byte[] imageBytes) {
167 thumbnail.compress(Bitmap.CompressFormat.JPEG, 95, thumbFileStream);
  /external/jhead/
jpgfile.c 555 // Replace or remove exif thumbnail
562 fprintf(stderr,"Image contains no thumbnail\n");
567 // A filename of '-' indicates thumbnail goes to stdout.
584 // ErrFatal("Could not write thumbnail file");
585 ALOGE("Could not write thumbnail file");
591 // Replace or remove exif thumbnail
601 // Delete of nonexistent thumbnail (not even pointers present)
606 // Adding or removing of thumbnail is not possible - that would require rearranging
608 fprintf(stderr,"Image contains no thumbnail to replace - add is not possible\n");
610 ALOGE("Image contains no thumbnail to replace - add is not possible\n")
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/recents/model/
RecentsTaskLoadPlan.java 152 task.thumbnail = loader.getAndUpdateThumbnail(taskKey, mSystemServicesProxy, false);
153 if (DEBUG) Log.d(TAG, "\tthumbnail: " + taskKey + ", " + task.thumbnail);
243 if (task.thumbnail == null || isRunningTask) {
244 if (DEBUG) Log.d(TAG, "\tLoading thumbnail: " + taskKey);
246 task.thumbnail = loader.getAndUpdateThumbnail(taskKey,
  /frameworks/opt/photoviewer/src/com/android/ex/photo/
Intents.java 108 /** The URI of the initial thumbnail to show */
116 /** The URI of a thumbnail of the photo to display */
191 * Sets the URI for a thumbnail preview of the photo.
246 // If this option is turned on, then the small, lo-res thumbnail will
252 // thumbnail is displayed in a small view in the center of the screen,
  /packages/apps/Camera2/src/com/android/camera/data/
GlideFilmstripManager.java 88 // Estimated number of bytes that can be used to usually display a thumbnail
92 // Estimated number of bytes that can be used to generate a large thumbnail in under
155 * Create a small thumbnail sized image that has the same bounds as the
156 * media store thumbnail images.
171 * Create very tiny thumbnail request that should complete as fast
  /packages/apps/LegacyCamera/src/com/android/camera/ui/
SharePopup.java 51 // A popup window that contains a big thumbnail and a list of apps to share.
68 // A rotated view that contains the thumbnail and the play icon.
121 mThumbnail = (ImageView) sharePopup.findViewById(R.id.thumbnail);
135 // Show play button if this is a video thumbnail.
169 // Calculate the width and the height of the thumbnail. Reserve the
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
PhotoStore.java 167 * is already thumbnail-sized or smaller, this will do nothing (and will return 0).
170 * is thumbnail-sized or smaller.
178 * is already thumbnail-sized or smaller, this will do nothing (and will return 0) unless
181 * @param allowSmallImageStorage Whether thumbnail-sized or smaller photos should still be
184 * is thumbnail-sized or smaller and allowSmallImageStorage is false.
  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/utils/ui/
DrawUtils.java 222 * @return the thumbnail {@link Image} of required size for given "big" {@link Image}, centered or
234 // create "thumbnail" Image with required size
235 Image thumbnail = new Image(null, minWidth, minHeight); local
236 GC gc = new GC(thumbnail);
242 // recreate "thumbnail" Image with transparent pixel
244 ImageData thumbnailData = thumbnail.getImageData();
248 thumbnail.dispose();

Completed in 959 milliseconds

1 2 3 4 56 7 8 91011>>