Searched refs:mAttachments (Results 1 – 1 of 1) sorted by relevance
43 private final List<Uri> mAttachments; field in AttachmentsRecyclerViewAdapter46 mAttachments = new ArrayList<>(attachments); in AttachmentsRecyclerViewAdapter()50 mAttachments.add(uri); in addAttachment()54 mAttachments.addAll(uris); in addAttachments()58 mAttachments.clear(); in clearAttachments()63 return mAttachments.size(); in getItemCount()76 Uri uri = mAttachments.get(position); in onBindViewHolder()