Searched refs:AttachmentsView (Results 1 – 2 of 2) sorted by relevance
50 class AttachmentsView extends LinearLayout { class58 public AttachmentsView(Context context) { in AttachmentsView() method in AttachmentsView62 public AttachmentsView(Context context, AttributeSet attrs) { in AttachmentsView() method in AttachmentsView
91 import com.android.mail.compose.AttachmentsView.AttachmentAddedOrDeletedListener;92 import com.android.mail.compose.AttachmentsView.AttachmentFailureException;300 private AttachmentsView mAttachmentsView;1355 mAttachmentsView = (AttachmentsView)findViewById(R.id.attachments); in findViews()