Home
last modified time | relevance | path

Searched defs:AttachmentPreview (Results 1 – 2 of 2) sorted by relevance

/packages/apps/UnifiedEmail/src/com/android/mail/ui/
DAttachmentTile.java244 public static final class AttachmentPreview implements Parcelable { class in AttachmentTile
272 private AttachmentPreview(Parcel in) { in AttachmentPreview() method in AttachmentTile.AttachmentPreview
277 public AttachmentPreview(Attachment attachment, Bitmap preview) { in AttachmentPreview() method in AttachmentTile.AttachmentPreview
/packages/apps/Messaging/src/com/android/messaging/ui/
DAttachmentPreview.java49 public class AttachmentPreview extends ScrollView implements OnAttachmentClickListener { class
62 public AttachmentPreview(final Context context, final AttributeSet attrs) { in AttachmentPreview() method in AttachmentPreview