Home
last modified time | relevance | path

Searched refs:AttachmentPreview (Results 1 – 8 of 8) sorted by relevance

/packages/apps/UnifiedEmail/src/com/android/mail/ui/
DAttachmentTile.java244 public static final class AttachmentPreview implements Parcelable { class in AttachmentTile
259 public static final Parcelable.Creator<AttachmentPreview> CREATOR
260 = new Parcelable.Creator<AttachmentPreview>() {
262 public AttachmentPreview createFromParcel(Parcel in) {
263 return new AttachmentPreview(in);
267 public AttachmentPreview[] newArray(int size) {
268 return new AttachmentPreview[size];
272 private AttachmentPreview(Parcel in) { in AttachmentPreview() method in AttachmentTile.AttachmentPreview
277 public AttachmentPreview(Attachment attachment, Bitmap preview) { in AttachmentPreview() method in AttachmentTile.AttachmentPreview
DAttachmentTileGrid.java35 import com.android.mail.ui.AttachmentTile.AttachmentPreview;
55 private final HashMap<String, AttachmentPreview> mAttachmentPreviews;
237 public ArrayList<AttachmentPreview> getAttachmentPreviews() { in getAttachmentPreviews()
241 public void setAttachmentPreviews(ArrayList<AttachmentPreview> previews) { in setAttachmentPreviews()
243 for (AttachmentPreview preview : previews) { in setAttachmentPreviews()
257 attachmentIdentifier, new AttachmentPreview(attachment, preview)); in set()
268 final AttachmentPreview attachmentPreview = mAttachmentPreviews.get( in get()
/packages/apps/UnifiedEmail/src/com/android/mail/compose/
DAttachmentsView.java39 import com.android.mail.ui.AttachmentTile.AttachmentPreview;
170 public ArrayList<AttachmentPreview> getAttachmentPreviews() { in getAttachmentPreviews()
177 public void setAttachmentPreviews(ArrayList<AttachmentPreview> previews) { in setAttachmentPreviews()
DComposeActivity.java107 import com.android.mail.ui.AttachmentTile.AttachmentPreview;
553 final ArrayList<AttachmentPreview> previews; in finishCreate()
/packages/apps/Messaging/src/com/android/messaging/ui/
DAttachmentPreview.java49 public class AttachmentPreview extends ScrollView implements OnAttachmentClickListener { class
62 public AttachmentPreview(final Context context, final AttributeSet attrs) { in AttachmentPreview() method in AttachmentPreview
DMultiAttachmentLayout.java278 AttachmentPreview.tryAnimateViewIn(attachment, attachmentWrapper.view); in buildViews()
/packages/apps/Messaging/src/com/android/messaging/ui/conversation/
DComposeMessageView.java58 import com.android.messaging.ui.AttachmentPreview;
121 private AttachmentPreview mAttachmentPreview;
309 mAttachmentPreview = (AttachmentPreview) findViewById(R.id.attachment_draft_view); in onFinishInflate()
DConversationFragment.java83 import com.android.messaging.ui.AttachmentPreview;
537 final AttachmentPreview attachmentView = in onCreateView()
538 (AttachmentPreview) mComposeMessageView.findViewById( in onCreateView()