Searched refs:attachmentView (Results 1 - 1 of 1) sorted by relevance

/packages/apps/UnifiedEmail/src/com/android/mail/compose/
H A DAttachmentsView.java121 final AttachmentComposeView attachmentView =
124 attachmentView.addDeleteListener(new OnClickListener() {
127 deleteAttachment(attachmentView, attachment);
132 mAttachmentLayout.addView(attachmentView, new LinearLayout.LayoutParams(
142 protected void deleteAttachment(final View attachmentView, argument
145 ((ViewGroup) attachmentView.getParent()).removeView(attachmentView);

Completed in 21 milliseconds