Home
last modified time | relevance | path

Searched refs:AttachmentBitmapHolder (Results 1 – 3 of 3) sorted by relevance

/packages/apps/UnifiedEmail/src/com/android/mail/ui/
DThumbnailLoadTask.java47 private final AttachmentBitmapHolder mHolder;
52 AttachmentBitmapHolder holder, Attachment attachment, Attachment prevAttachment) { in setupThumbnailPreview()
89 public ThumbnailLoadTask(AttachmentBitmapHolder holder, int width, int height) { in ThumbnailLoadTask()
DAttachmentBitmapHolder.java27 public interface AttachmentBitmapHolder { interface
DAttachmentTile.java45 public abstract class AttachmentTile extends RelativeLayout implements AttachmentBitmapHolder {