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.java56 private LinearLayout mAttachmentLayout; field in AttachmentsView
72 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()