Searched defs:caption (Results 1 - 5 of 5) sorted by relevance

/packages/apps/Messaging/src/com/android/messaging/datamodel/data/
H A DPendingAttachmentData.java57 protected PendingAttachmentData(final String caption, final String contentType, argument
60 super(caption, contentType, sourceUri, width, height, onlySingleAttachment);
74 public static PendingAttachmentData createPendingAttachmentData(final String caption, argument
77 return new PendingAttachmentData(caption, contentType, sourceUri, width, height,
81 public static PendingAttachmentData createPendingAttachmentData(final String caption, argument
85 return new PendingAttachmentData(caption, contentType, sourceUri, width, height,
H A DMessagePartData.java126 * Create a populated attachment message part, with additional caption text
134 * Create a populated attachment message part, with additional caption text, single part only
172 * Create a "media" message part with caption
174 public static MessagePartData createMediaMessagePart(final String caption, argument
176 return new MessagePartData(null, caption, contentType, contentUri, width, height,
/packages/apps/Contacts/src/com/android/contacts/editor/
H A DPhotoActionPopup.java146 public ChoiceListItem(int id, String caption) { argument
148 mCaption = caption;
/packages/apps/Gallery2/src/com/android/gallery3d/data/
H A DLocalMediaItem.java37 public String caption; field in class:LocalMediaItem
61 return caption;
86 details.addDetail(MediaDetails.INDEX_TITLE, caption);
/packages/apps/TV/libs/
H A Dexoplayer.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/exoplayer/ ...

Completed in 157 milliseconds