Searched refs:mAttachmentContentView (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Email/src/com/android/email/activity/
H A DMessageCompose.java192 private ViewGroup mAttachmentContentView; field in class:MessageCompose
724 mAttachmentContentView = UiUtilities.getView(this, R.id.attachments);
1626 mAttachmentContentView.removeAllViews();
1638 View view = getLayoutInflater().inflate(R.layout.attachment, mAttachmentContentView,
1657 mAttachmentContentView.addView(view);
1663 mAttachmentContainer.setVisibility(mAttachmentContentView.getChildCount() == 0

Completed in 25 milliseconds