Searched defs:video (Results 1 - 11 of 11) sorted by relevance

/packages/apps/Mms/src/com/android/mms/ui/
H A DMmsThumbnailPresenter.java60 private void presentVideoThumbnail(SlideViewInterface view, VideoModel video) { argument
61 if (video.isDrmProtected()) {
62 showDrmIcon(view, video.getSrc());
64 view.setVideo(video.getSrc(), video.getUri());
H A DImageAttachmentView.java101 public void setVideo(String name, Uri video) { argument
H A DSlideListItemView.java114 public void setVideo(String name, Uri video) { argument
125 mp.setDataSource(mContext, video);
143 // Stopping video is not needed in this view.
H A DSlideViewInterface.java33 void setVideo(String name, Uri video); argument
H A DSlideshowAttachmentView.java103 public void setVideo(String name, Uri video) { argument
106 mp.setDataSource(mContext, video);
H A DVideoAttachmentView.java36 * This class provides an embedded editor/viewer of video attachment.
89 public void setVideo(String name, Uri video) { argument
91 Bitmap bitmap = createVideoThumbnail(mContext, video);
109 // Assume this is a corrupt video file.
H A DAudioAttachmentView.java151 public void setVideo(String name, Uri video) { argument
H A DBasicSlideEditorView.java133 public void setVideo(String name, Uri video) { argument
135 Bitmap bitmap = VideoAttachmentView.createVideoThumbnail(mContext, video);
H A DSlideshowPresenter.java219 * @param video
223 protected void presentVideo(SlideViewInterface view, VideoModel video, argument
226 view.setVideo(video.getSrc(), video.getUriWithDrmCheck());
236 view.setVideoVisibility(video.isVisible());
238 MediaAction action = video.getCurrentAction();
246 view.seekVideo(video.getSeekTo());
H A DSlideView.java139 public void setVideo(String name, Uri video) { argument
150 Log.v(TAG, "Changing video source to " + video);
153 mVideoView.setVideoURI(video);
334 Log.v(TAG, "Starting video playback.");
343 Log.v(TAG, "Stopping video playback.");
352 Log.v(TAG, "Pausing video playback.");
362 Log.v(TAG, "Seeking video playback to " + seekTo);
449 * The better UI for the MMS conformance message could be putting the image/video
453 * is that the AbsoluteLayout has ability to play image and video i
[all...]
H A DMessageListItem.java649 public void setVideo(String name, Uri video) { argument
653 Bitmap bitmap = VideoAttachmentView.createVideoThumbnail(mContext, video);

Completed in 137 milliseconds