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

/packages/apps/UnifiedEmail/src/com/android/mail/compose/
H A DAttachmentsView.java56 private LinearLayout mAttachmentLayout; field in class:AttachmentsView
72 mAttachmentLayout = (LinearLayout) findViewById(R.id.attachment_bar_list);
77 mAttachmentLayout.setVisibility(VISIBLE);
135 mAttachmentLayout.addView(attachmentView, new LinearLayout.LayoutParams(
183 mAttachmentLayout.removeAllViews();
372 last = mAttachmentLayout.getChildCount() - 1;
374 lastView = mAttachmentLayout.getChildAt(last);

Completed in 167 milliseconds