Home
last modified time | relevance | path

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

/packages/apps/UnifiedEmail/src/com/android/mail/compose/
DAttachmentsView.java60 private LinearLayout mAttachmentLayout; field in AttachmentsView
76 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()