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

  /packages/apps/UnifiedEmail/src/com/android/mail/compose/
ComposeAttachmentTile.java 11 import com.android.mail.ui.AttachmentTile;
13 public class ComposeAttachmentTile extends AttachmentTile implements AttachmentDeletionInterface {
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)) {
ComposeActivity.java 103 import com.android.mail.ui.AttachmentTile.AttachmentPreview;
    [all...]
  /packages/apps/UnifiedEmail/src/com/android/mail/ui/
AttachmentTile.java 45 public abstract class AttachmentTile extends RelativeLayout implements AttachmentBitmapHolder {
73 public AttachmentTile(Context context) {
77 public AttachmentTile(Context context, AttributeSet attrs) {
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/browse/
MessageAttachmentTile.java 39 import com.android.mail.ui.AttachmentTile;
54 public class MessageAttachmentTile extends AttachmentTile implements OnClickListener,
MessageFooterView.java 44 import com.android.mail.ui.AttachmentTile;
191 if (AttachmentTile.isTiledAttachment(attachment)) {

Completed in 689 milliseconds