Searched refs:mAttachmentLayout (Results 1 – 1 of 1) sorted by relevance
56 private LinearLayout mAttachmentLayout; field in AttachmentsView72 mAttachmentLayout = (LinearLayout) findViewById(R.id.attachment_bar_list); in onFinishInflate()77 mAttachmentLayout.setVisibility(VISIBLE); in expandView()135 mAttachmentLayout.addView(attachmentView, new LinearLayout.LayoutParams( in addAttachment()183 mAttachmentLayout.removeAllViews(); in deleteAllAttachments()372 last = mAttachmentLayout.getChildCount() - 1; in focusLastAttachment()374 lastView = mAttachmentLayout.getChildAt(last); in focusLastAttachment()