Home | History | Annotate | Download | only in activity

Lines Matching defs:mAttachments

121     private LinearLayout mAttachments;
293 mAttachments = (LinearLayout) UiUtilities.getView(view, R.id.attachments);
508 mAttachments.removeAllViews();
509 mAttachments.setVisibility(View.GONE);
1375 for (int i = 0, count = mAttachments.getChildCount(); i < count; i++) {
1376 View view = mAttachments.getChildAt(i);
1522 mAttachments.addView(view);
1523 mAttachments.setVisibility(View.VISIBLE);
1527 for (int i = 0, count = mAttachments.getChildCount(); i < count; i++) {
1529 (MessageViewAttachmentInfo) mAttachments.getChildAt(i).getTag();
1736 for (int i = 0, count = mAttachments.getChildCount(); i < count; i++) {
1737 View view = mAttachments.getChildAt(i);