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

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

Completed in 194 milliseconds