HomeSort by relevance Sort by last modified time
    Searched refs:AttachmentComposeView (Results 1 - 2 of 2) sorted by null

  /packages/apps/UnifiedEmail/src/com/android/mail/compose/
AttachmentComposeView.java 37 class AttachmentComposeView extends LinearLayout implements AttachmentDeletionInterface {
41 public AttachmentComposeView(Context c, Attachment attachment) {
AttachmentsView.java 124 final AttachmentComposeView attachmentView =
125 new AttachmentComposeView(getContext(), attachment);

Completed in 1050 milliseconds