Searched refs:mAttachmentBarList (Results 1 – 1 of 1) sorted by relevance
63 private LinearLayout mAttachmentBarList; field in MessageFooterView104 mAttachmentBarList = (LinearLayout) findViewById(R.id.attachment_bar_list); in onFinishInflate()133 mAttachmentBarList.removeAllViewsInLayout(); in bind()136 mAttachmentBarList.setVisibility(View.GONE); in bind()150 mAttachmentBarList.getChildCount() == 0) { in bind()223 mAttachmentBarList.setVisibility(View.VISIBLE); in renderBarAttachments()229 (MessageAttachmentBar) mAttachmentBarList.findViewWithTag(id); in renderBarAttachments()235 mAttachmentBarList.addView(barAttachmentView); in renderBarAttachments()