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

  /packages/apps/UnifiedEmail/src/com/android/mail/compose/
ComposeAttachmentTile.java 33 public void render(Attachment attachment, AttachmentPreviewCache attachmentPreviewCache) {
35 super.render(attachment, attachmentPreviewCache);
  /packages/apps/UnifiedEmail/src/com/android/mail/ui/
AttachmentTile.java 54 private AttachmentPreviewCache mAttachmentPreviewCache;
109 protected void render(Attachment attachment, AttachmentPreviewCache attachmentPreviewCache) {
117 mAttachmentPreviewCache = attachmentPreviewCache;
282 public interface AttachmentPreviewCache {
AttachmentTileGrid.java 36 import com.android.mail.ui.AttachmentTile.AttachmentPreviewCache;
48 public class AttachmentTileGrid extends FrameLayout implements AttachmentPreviewCache,
  /packages/apps/UnifiedEmail/src/com/android/mail/browse/
MessageAttachmentTile.java 98 AttachmentPreviewCache attachmentPreviewCache, boolean loaderResult) {
99 render(attachment, attachmentPreviewCache);

Completed in 55 milliseconds