Home | History | Annotate | Download | only in ui

Lines Matching refs:preview

65      * Returns true if the attachment should be rendered as a tile. with a large image preview.
193 // preview fills up at least 1 dimension
204 // preview is small. just center
235 public Bitmap preview;
245 dest.writeParcelable(preview, 0);
263 preview = in.readParcelable(null);
266 public AttachmentPreview(Attachment attachment, Bitmap preview) {
268 this.preview = preview;
273 void set(Attachment attachment, Bitmap preview);