Lines Matching full:thumbnail
156 // A popup window that contains a bigger thumbnail and a list of apps to share.
158 // The bitmap of the last captured picture thumbnail and the URI of the
160 private Thumbnail mThumbnail;
161 // An imageview showing showing the last captured picture thumbnail.
372 if (!mIsImageCaptureIntent) { // no thumbnail in image capture intent
417 // Load the thumbnail from the disk.
418 mThumbnail = Thumbnail.loadFrom(new File(getFilesDir(), Thumbnail.LAST_THUMB_FILENAME));
426 mThumbnail = Thumbnail.getLastThumbnail(mContentResolver);
863 // too, because we want to show the thumbnail of the last image taken.
876 private Thumbnail mPendingThumbnail;
975 Thumbnail t;
986 // Share popup may still have the reference to the old thumbnail. Clear it.
1002 // thumbnail for this image. Because we'll soon replace it
1003 // with the thumbnail for some image later in the queue.
1007 // Create a thumbnail whose width is equal or bigger than
1011 Thumbnail t = Thumbnail.createThumbnail(
1014 // We need to update the thumbnail in the main thread,
1137 mThumbnailView = (RotateImageView) findViewById(R.id.thumbnail);
1596 mThumbnail.saveTo(new File(getFilesDir(), Thumbnail.LAST_THUMB_FILENAME));