Searched refs:AttachmentsView (Results 1 – 2 of 2) sorted by relevance
54 class AttachmentsView extends LinearLayout { class62 public AttachmentsView(Context context) { in AttachmentsView() method in AttachmentsView66 public AttachmentsView(Context context, AttributeSet attrs) { in AttachmentsView() method in AttachmentsView
92 import com.android.mail.compose.AttachmentsView.AttachmentAddedOrDeletedListener;93 import com.android.mail.compose.AttachmentsView.AttachmentFailureException;301 private AttachmentsView mAttachmentsView;1356 mAttachmentsView = (AttachmentsView)findViewById(R.id.attachments); in findViews()