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

1 2 3 45 6 7 8 91011>>

  /packages/apps/LegacyCamera/res/layout/
review_thumbnail.xml 18 android:id="@+id/thumbnail"
share_popup.xml 35 <!-- The size of the thumbnail is calculated in SharePopup.java -->
42 <ImageView android:id="@+id/thumbnail"
  /packages/wallpapers/Basic/res/xml/
polar_clock.xml 26 android:thumbnail="@drawable/polarclock_thumb"
walkaround.xml 26 android:thumbnail="@drawable/seethru_thumb" />
  /packages/wallpapers/MagicSmoke/res/xml/
magicsmoke.xml 25 android:thumbnail="@drawable/magicsmoke_thumb"
  /frameworks/support/v4/java/android/support/v4/app/
ActivityOptionsCompat.java 85 * Create an ActivityOptions specifying an animation where a thumbnail is
91 * those bounds will be filled in for you based on the initial thumbnail
94 * @param source The View that this thumbnail is animating from. This
96 * @param thumbnail The bitmap that will be shown as the initial thumbnail
104 Bitmap thumbnail, int startX, int startY) {
107 ActivityOptionsCompatJB.makeThumbnailScaleUpAnimation(source, thumbnail,
  /frameworks/base/tools/layoutlib/bridge/tests/src/com/android/layoutlib/bridge/intensive/
ImageUtils.java 50 * Normally, this test will fail when there is a missing thumbnail. However, when
53 * the test repeatedly to get to each new render assertion generating its thumbnail.
65 BufferedImage thumbnail = scale(image, scale, scale); local
69 String message = "Unable to load golden thumbnail: " + relativePath + "\n";
70 message = saveImageAndAppendMessage(thumbnail, message, relativePath);
79 assertImageSimilar(relativePath, goldenImage, thumbnail, MAX_PERCENT_DIFFERENCE);
229 // When creating a thumbnail, using the above code doesn't work very well;
248 // So, now we *start* the thumbnail operation by resizing from width 1000 to
313 * Saves the generated thumbnail image and appends the info message to an initial message
324 initialMessage += "Thumbnail for current rendering stored at " + output.getPath()
    [all...]
  /packages/apps/Browser/src/com/android/browser/
Bookmarks.java 63 * @param thumbnail A thumbnail for the bookmark.
70 String name, Bitmap thumbnail, long parent) {
78 values.put(BrowserContract.Bookmarks.THUMBNAIL,
79 bitmapToBytes(thumbnail));
  /packages/apps/Camera2/src/com/android/camera/data/
PhotoItem.java 77 * thumbnail loading.
200 // tiny thumbnail to prevent un-intended "flash of low resolution image"
207 // If we do not have a placeholder bitmap, render a thumbnail with
210 .thumbnail(renderTinySize(uri));
216 .thumbnail(renderScreenSize(uri));
  /packages/apps/Launcher2/src/com/android/launcher2/
Utilities.java 192 * Returns a Bitmap representing the thumbnail of the specified Bitmap.
193 * The size of the thumbnail is defined by the dimension
196 * @param bitmap The bitmap to get a thumbnail of.
199 * @return A thumbnail for the specified bitmap or the bitmap itself if the
200 * thumbnail could not be created.
  /frameworks/ex/camera2/portability/src/com/android/ex/camera2/portability/
CameraSettings.java 494 * Sets the size of the thumbnail in EXIF header. To suppress thumbnail
497 * @param s The size for the thumbnail. If {@code null}, agent will not
498 * set a thumbnail size.
505 * Gets the size of the thumbnail in EXIF header.
507 * @return desired thumbnail size, or null if no size was set
  /frameworks/base/packages/SystemUI/src/com/android/systemui/recents/
Recents.java 133 // so ignore the current activity and try and preload the thumbnail for the
514 // have the right thumbnail bounds to animate to.
622 Bitmap thumbnail; local
626 thumbnail = mThumbnailTransitionBitmapCache;
631 thumbnail = drawThumbnailTransitionBitmap(toTask, toTransform);
633 if (thumbnail != null) {
636 thumbnail, toTaskRect.left, toTaskRect.top, toTaskRect.width(),
640 // If both the screenshot and thumbnail fails, then just fall back to the default transition
658 * Caches the header thumbnail used for a window animation asynchronously into
689 Bitmap thumbnail; local
    [all...]
  /frameworks/base/services/core/java/com/android/server/wm/
AppTransition.java 123 /** Fraction of animation at which the recents thumbnail stays completely transparent */
125 /** Fraction of animation at which the recents thumbnail becomes completely transparent */
148 // These are the possible states for the enter/exit activities during a thumbnail transition
156 // Used for thumbnail transitions. True if we're scaling up, false if scaling down
282 /** Returns whether the next thumbnail transition is aspect scaled up. */
288 /** Returns whether the next thumbnail transition is scaling up. */
631 * Return the current thumbnail transition state.
650 * This animation runs for the thumbnail that gets cross faded with the enter/exit activity
651 * when a thumbnail is specified with the activity options.
666 // Animation up from the thumbnail to the full scree
    [all...]
  /device/moto/shamu/camera/QCamera/HAL2/core/inc/
QCamera_Intf.h 112 int ext_mode; /* preview, main, thumbnail, video, raw, etc */
119 int ext_mode; /* preview, main, thumbnail, video, raw, etc */
    [all...]
  /developers/build/prebuilts/gradle/RenderScriptIntrinsic/Application/src/main/java/com/example/android/renderscriptintrinsic/
ThumbnailRadioButton.java 35 A button with Thumbnail which extends Radio Button.
37 Each state has a LayerDrawable with a Thumbnail image and a Focus rectangle.
  /developers/samples/android/renderScript/RenderScriptIntrinsic/Application/src/main/java/com/example/android/renderscriptintrinsic/
ThumbnailRadioButton.java 35 A button with Thumbnail which extends Radio Button.
37 Each state has a LayerDrawable with a Thumbnail image and a Focus rectangle.
  /development/samples/browseable/RenderScriptIntrinsic/src/com.example.android.renderscriptintrinsic/
ThumbnailRadioButton.java 35 A button with Thumbnail which extends Radio Button.
37 Each state has a LayerDrawable with a Thumbnail image and a Focus rectangle.
  /development/samples/devbytes/animation/ListViewExpandingCells/src/com/example/android/expandingcells/
CustomArrayAdapter.java 59 * sets the thumbnail image, the title and the extra text. This method also updates
107 * Crops a circle out of the thumbnail photo.
  /development/samples/training/AnimationsDemo/res/layout/
activity_zoom.xml 32 <!-- This is an example layout containing thumbnail image buttons that, when pressed,
70 bounds of the thumbnail buttons above, to its final laid-out bounds. The implementation
  /frameworks/base/packages/SystemUI/res/values-sw720dp/
dimens.xml 33 <!-- How far the thumbnail for a recent app appears from left edge -->
64 <!-- Where to place the app icon over the thumbnail -->
  /packages/apps/Camera2/src/com/android/camera/one/v2/imagesaver/
ImageSaver.java 33 * one or more full-size and thumbnail images of varying formats resulting from
68 * Adds a thumbnail image to be processed.
  /packages/apps/LegacyCamera/res/layout-sw600dp/
share_popup.xml 36 <!-- The size of the thumbnail is calculated in SharePopup.java -->
43 <ImageView android:id="@+id/thumbnail"
  /packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
PhotoLoadingTestCase.java 40 THUMBNAIL
50 photoMap.put(PhotoSize.THUMBNAIL, processor.getThumbnailPhotoBytes());
  /developers/build/prebuilts/gradle/ActivitySceneTransitionBasic/Application/src/main/java/com/example/android/activityscenetransitionbasic/
Item.java 21 * thumbnail url.
  /developers/samples/android/ui/activityscenetransition/ActivitySceneTransitionBasic/Application/src/main/java/com/example/android/activityscenetransitionbasic/
Item.java 21 * thumbnail url.

Completed in 836 milliseconds

1 2 3 45 6 7 8 91011>>