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

/packages/apps/Mms/src/com/android/mms/ui/
H A DMmsThumbnailPresenter.java74 // Right now we're only handling image and video loaded callbacks.
89 private void presentVideoThumbnail(SlideViewInterface view, VideoModel video) { argument
90 mItemLoadedFuture = video.loadThumbnailBitmap(mImageLoadedCallback);
H A DImageAttachmentView.java101 public void setVideo(String name, Uri video) { argument
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 DAudioAttachmentView.java151 public void setVideo(String name, Uri video) { argument
H A DBasicSlideEditorView.java131 public void setVideo(String name, Uri video) { argument
133 Bitmap bitmap = VideoAttachmentView.createVideoThumbnail(mContext, video);
H A DSlideListItemView.java114 public void setVideo(String name, Uri video) { argument
125 mp.setDataSource(mContext, video);
146 // Stopping video is not needed in this view.
H A DSlideshowPresenter.java219 * @param video
222 protected void presentVideo(SlideViewInterface view, VideoModel video, argument
225 view.setVideo(video.getSrc(), video.getUri());
235 view.setVideoVisibility(video.isVisible());
237 MediaAction action = video.getCurrentAction();
245 view.seekVideo(video.getSeekTo());
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);
113 // Assume this is a corrupt video file.
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);
336 Log.v(TAG, "Starting video playback.");
345 Log.v(TAG, "Stopping video playback.");
354 Log.v(TAG, "Pausing video playback.");
364 Log.v(TAG, "Seeking video playback to " + seekTo);
451 * The better UI for the MMS conformance message could be putting the image/video
455 * is that the AbsoluteLayout has ability to play image and video i
[all...]

Completed in 754 milliseconds