HomeSort by relevance Sort by last modified time
    Searched refs:attachmentTile (Results 1 - 2 of 2) sorted by null

  /packages/apps/UnifiedEmail/src/com/android/mail/ui/
AttachmentTileGrid.java 35 import com.android.mail.ui.AttachmentTile.AttachmentPreview;
36 import com.android.mail.ui.AttachmentTile.AttachmentPreviewCache;
46 * Acts as a grid composed of {@link AttachmentTile}s.
88 final MessageAttachmentTile attachmentTile;
91 attachmentTile = MessageAttachmentTile.inflate(mInflater, this);
92 attachmentTile.initialize(mFragmentManager);
93 attachmentTile.setPhotoViewHandler(this);
94 addView(attachmentTile);
96 attachmentTile = (MessageAttachmentTile) getChildAt(index);
99 attachmentTile.render(attachment, index, this, loaderResult)
    [all...]
  /packages/apps/UnifiedEmail/src/com/android/mail/compose/
AttachmentsView.java 35 import com.android.mail.ui.AttachmentTile;
36 import com.android.mail.ui.AttachmentTile.AttachmentPreview;
112 if (AttachmentTile.isTiledAttachment(attachment)) {
113 final ComposeAttachmentTile attachmentTile =
115 attachmentTile.addDeleteListener(new OnClickListener() {
118 deleteAttachment(attachmentTile, attachment);
366 if (AttachmentTile.isTiledAttachment(lastAttachment)) {

Completed in 82 milliseconds