HomeSort by relevance Sort by last modified time
    Searched full:attachmentsview (Results 1 - 4 of 4) sorted by null

  /packages/apps/UnifiedEmail/res/layout/
compose.xml 67 <com.android.mail.compose.AttachmentsView
82 </com.android.mail.compose.AttachmentsView>
  /packages/apps/UnifiedEmail/src/com/android/mail/compose/
AttachmentsView.java 50 class AttachmentsView extends LinearLayout {
58 public AttachmentsView(Context context) {
62 public AttachmentsView(Context context, AttributeSet attrs) {
ComposeActivity.java 91 import com.android.mail.compose.AttachmentsView.AttachmentAddedOrDeletedListener;
92 import com.android.mail.compose.AttachmentsView.AttachmentFailureException;
300 private AttachmentsView mAttachmentsView;
    [all...]
  /packages/apps/UnifiedEmail/src/com/android/mail/browse/
ConversationViewAdapter.java 429 final MessageFooterView attachmentsView = (MessageFooterView) v;
430 attachmentsView.bind(mHeaderItem, measureOnly);

Completed in 179 milliseconds