Searched refs:mAttachmentLayout (Results 1 – 1 of 1) sorted by relevance
60 private LinearLayout mAttachmentLayout; field in AttachmentsView76 mAttachmentLayout = (LinearLayout) findViewById(R.id.attachment_bar_list); in onFinishInflate()81 mAttachmentLayout.setVisibility(VISIBLE); in expandView()139 mAttachmentLayout.addView(attachmentView, new LinearLayout.LayoutParams( in addAttachment()187 mAttachmentLayout.removeAllViews(); in deleteAllAttachments()441 last = mAttachmentLayout.getChildCount() - 1; in focusLastAttachment()443 lastView = mAttachmentLayout.getChildAt(last); in focusLastAttachment()