Searched refs:attachmentView (Results 1 – 1 of 1) sorted by relevance
124 final AttachmentComposeView attachmentView = in addAttachment() local127 attachmentView.addDeleteListener(new OnClickListener() { in addAttachment()130 deleteAttachment(attachmentView, attachment); in addAttachment()135 mAttachmentLayout.addView(attachmentView, new LinearLayout.LayoutParams( in addAttachment()145 protected void deleteAttachment(final View attachmentView, in deleteAttachment() argument148 ((ViewGroup) attachmentView.getParent()).removeView(attachmentView); in deleteAttachment()