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

/packages/apps/Mms/src/com/android/mms/data/
H A DWorkingMessage.java433 SlideshowEditor slideShowEditor = new SlideshowEditor(mActivity, mSlideshow);
445 slideShowEditor.removeAllSlides();
450 slideShowEditor.setSlideshow(mSlideshow);
453 result = append ? appendMedia(type, dataUri, slideShowEditor)
454 : changeMedia(type, dataUri, slideShowEditor);
560 private int changeMedia(int type, Uri uri, SlideshowEditor slideShowEditor) { argument
563 slideShowEditor.removeSlide(0); // remove the original slide
565 slideShowEditor.addNewSlide(0);
585 result = internalChangeMedia(type, uri, 0, slideShowEditor);
587 slideShowEditor
598 appendMedia(int type, Uri uri, SlideshowEditor slideShowEditor) argument
632 internalChangeMedia(int type, Uri uri, int slideNum, SlideshowEditor slideShowEditor) argument
[all...]

Completed in 60 milliseconds