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 10 import com.android.mail.ui.AttachmentTile;
12 public class ComposeAttachmentTile extends AttachmentTile implements AttachmentDeletionInterface {
AttachmentsView.java 35 import com.android.mail.ui.AttachmentTile;
37 import com.android.mail.ui.AttachmentTile.AttachmentPreview;
109 if (AttachmentTile.isTiledAttachment(attachment)) {
110 final ComposeAttachmentTile attachmentTile =
112 attachmentTile.addDeleteListener(new OnClickListener() {
115 deleteAttachment(attachmentTile, attachment);
375 if (AttachmentTile.isTiledAttachment(lastAttachment)) {
ComposeActivity.java 94 import com.android.mail.ui.AttachmentTile.AttachmentPreview;
    [all...]
  /packages/apps/UnifiedEmail/src/com/android/mail/ui/
AttachmentTile.java 46 public class AttachmentTile extends RelativeLayout implements AttachmentBitmapHolder {
73 public AttachmentTile(Context context) {
77 public AttachmentTile(Context context, AttributeSet attrs) {
AttachmentTileGrid.java 32 import com.android.mail.ui.AttachmentTile.AttachmentPreview;
33 import com.android.mail.ui.AttachmentTile.AttachmentPreviewCache;
43 * Acts as a grid composed of {@link AttachmentTile}s.
79 final MessageAttachmentTile attachmentTile;
82 attachmentTile = MessageAttachmentTile.inflate(mInflater, this);
83 attachmentTile.initialize(mFragmentManager);
84 addView(attachmentTile);
86 attachmentTile = (MessageAttachmentTile) getChildAt(index);
89 attachmentTile.render(attachment, mAttachmentsListUri, index, this, loaderResult);
93 final ComposeAttachmentTile attachmentTile
    [all...]
  /packages/apps/UnifiedEmail/src/com/android/mail/browse/
MessageAttachmentTile.java 41 import com.android.mail.ui.AttachmentTile;
56 public class MessageAttachmentTile extends AttachmentTile implements OnClickListener,
MessageFooterView.java 39 import com.android.mail.ui.AttachmentTile;
166 if (AttachmentTile.isTiledAttachment(attachment)) {

Completed in 71 milliseconds