Home | History | Annotate | Download | only in provider

Lines Matching defs:thumbnail

56  *   content://com.android.mail.attachmentprovider/acct#/attach#/THUMBNAIL/width#/height#
98 * - If thumbnail Uri, always returns "image/png" (even if there's no attachment)
134 * and "thumbnail", which attempts to generate a thumbnail image.
138 * TODO: The thumbnail format returns null for its failure cases, instead of throwing
197 Bitmap thumbnail = createThumbnail(type, in);
198 if (thumbnail == null) {
201 thumbnail = Bitmap.createScaledBitmap(thumbnail, width, height, true);
203 thumbnail.compress(Bitmap.CompressFormat.PNG, 100, out);
207 LogUtils.d(Logging.LOG_TAG, "openFile/thumbnail failed with " +
211 LogUtils.d(Logging.LOG_TAG, "openFile/thumbnail failed with " +