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

  /packages/apps/Messaging/src/com/android/messaging/ui/
AttachmentPreviewFactory.java 65 final MessagePartData attachmentData, final ViewGroup parent,
68 final String contentType = attachmentData.getContentType();
70 if (attachmentData instanceof PendingAttachmentData) {
72 (PendingAttachmentData) attachmentData);
74 attachmentView = createImagePreview(layoutInflater, attachmentData, parent, viewType,
77 attachmentView = createAudioPreview(layoutInflater, attachmentData, parent, viewType);
79 attachmentView = createVideoPreview(layoutInflater, attachmentData, parent, viewType);
81 attachmentView = createVCardPreview(layoutInflater, attachmentData, parent, viewType);
90 final String caption = attachmentData.getText();
100 clickListener.onAttachmentClick(attachmentData, bounds
    [all...]
AttachmentPreview.java 283 static void tryAnimateViewIn(final MessagePartData attachmentData, final View view) {
284 if (attachmentData instanceof MediaPickerMessagePartData) {
285 final Rect startRect = ((MediaPickerMessagePartData) attachmentData).getStartRect();

Completed in 477 milliseconds