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

1 2 3 4 5 6 7 891011>>

  /developers/build/prebuilts/gradle/RenderScriptIntrinsic/Application/src/main/java/com/example/android/renderscriptintrinsic/
MainActivity.java 339 Create thumbNail for UI. It invokes RenderScript kernel synchronously in UI-thread,
340 which is OK for small thumbnail (but not ideal).
353 //Create thumbnail with each RS intrinsic and set it to radio buttons
  /developers/samples/android/renderScript/RenderScriptIntrinsic/Application/src/main/java/com/example/android/renderscriptintrinsic/
MainActivity.java 339 Create thumbNail for UI. It invokes RenderScript kernel synchronously in UI-thread,
340 which is OK for small thumbnail (but not ideal).
353 //Create thumbnail with each RS intrinsic and set it to radio buttons
  /development/samples/browseable/RenderScriptIntrinsic/src/com.example.android.renderscriptintrinsic/
MainActivity.java 339 Create thumbNail for UI. It invokes RenderScript kernel synchronously in UI-thread,
340 which is OK for small thumbnail (but not ideal).
353 //Create thumbnail with each RS intrinsic and set it to radio buttons
  /frameworks/base/packages/SystemUI/src/com/android/systemui/recents/
RecentsConfiguration.java 44 // Limit thumbnail cache to number of visible thumbnails when Recents was loaded, disable
47 // Disable the thumbnail cache, load thumbnails asynchronously when the activity loads and
50 // Disable all thumbnail loading.
  /hardware/ti/omap4xxx/camera/
CameraParameters.cpp 40 const char CameraProperties::SUPPORTED_THUMBNAIL_SIZES[] = "prop-jpeg-thumbnail-size-values";
65 const char CameraProperties::JPEG_THUMBNAIL_SIZE[] = "prop-jpeg-thumbnail-size-default";
101 const char CameraProperties::JPEG_THUMBNAIL_QUALITY[] = "prop-jpeg-thumbnail-quality-default";
  /developers/build/prebuilts/gradle/ActivitySceneTransitionBasic/Application/src/main/java/com/example/android/activityscenetransitionbasic/
MainActivity.java 118 // Load the thumbnail image
  /developers/build/prebuilts/gradle/DocumentCentricApps/
README.md 15 subtask. The subtask holds a different thumbnail and all activities in it are finished when the
  /developers/samples/android/ui/activityscenetransition/ActivitySceneTransitionBasic/Application/src/main/java/com/example/android/activityscenetransitionbasic/
MainActivity.java 118 // Load the thumbnail image
  /developers/samples/android/ui/activitytasks/DocumentCentricApps/
template-params.xml 67 subtask. The subtask holds a different thumbnail and all activities in it are finished when the
  /development/samples/ApiDemos/res/layout/
drag_layout.xml 50 dot:anr="thumbnail"
  /development/samples/browseable/ActivitySceneTransitionBasic/src/com.example.android.activityscenetransitionbasic/
MainActivity.java 118 // Load the thumbnail image
  /development/samples/training/threadsample/src/com/example/android/threadsample/
DisplayActivity.java 368 // If the thumbnail Fragment is hidden, don't change its display status
373 // Indicates that the thumbnail Fragment is visible
495 // Gets a thumbnail Fragment instance
511 * Hides the current thumbnail, clears the backstack, and commits the
  /device/generic/goldfish/camera/
media_codecs.xml 74 corresponding color space converter for thumbnail extraction,
  /device/moto/shamu/camera/QCamera/stack/mm-jpeg-interface/inc/
mm_jpeg.h 78 uint8_t thumbnail_dropped; /* flag indicating if thumbnail is dropped */
  /external/glide/library/src/main/java/com/bumptech/glide/request/
RequestListener.java 55 * example when loading a thumbnail and a fullsize image, this will be true for the first
  /external/glide/library/src/main/java/com/bumptech/glide/request/target/
SquaringDrawable.java 15 * length. The goal of this drawable is to ensure that square thumbnail drawables always match the size of the view
  /external/libmtp/examples/
thumb.c 120 printf("Couldn't send thumbnail\n");
  /frameworks/base/docs/html/training/multiple-threads/
index.jd 46 display them on a thumbnail screen runs substantially faster when you do each decode on a
  /frameworks/base/media/jni/
android_mtp_MtpDevice.cpp 337 void* thumbnail = device->getThumbnail(objectID, length); local
338 if (! thumbnail)
341 env->SetByteArrayRegion(array, 0, length, (const jbyte *)thumbnail);
343 free(thumbnail);
  /frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/exif/
IfdData.java 124 * IFDs offset or thumbnail offset will be ignored.
  /frameworks/base/sax/tests/saxtests/src/android/sax/
SafeSaxTest.java 243 mediaGroup.getChild(MEDIA_NAMESPACE, "thumbnail")
389 if (localName.equals("thumbnail")) {
527 public String thumbnailUrl; // the url of the thumbnail image
529 public Bitmap bitmap; // cached bitmap of the thumbnail
  /packages/apps/Camera2/src/com/android/camera/data/
FilmstripItem.java 130 * @return a bitmap thumbnail for this item.
  /packages/apps/Camera2/src/com/android/camera/exif/
IfdData.java 124 * IFDs offset or thumbnail offset will be ignored.
  /packages/apps/Gallery/src/com/android/camera/gallery/
BaseImage.java 36 * and two thumbnail bitmaps as well as other information such as the id, and
  /packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/exif/
IfdData.java 124 * IFDs offset or thumbnail offset will be ignored.

Completed in 372 milliseconds

1 2 3 4 5 6 7 891011>>