Home
last modified time | relevance | path

Searched refs:SlideshowEditor (Results 1 – 5 of 5) sorted by relevance

/packages/apps/Mms/src/com/android/mms/ui/
DSlideshowEditor.java37 public class SlideshowEditor { class
45 public SlideshowEditor(Context context, SlideshowModel model) { in SlideshowEditor() method in SlideshowEditor
DSlideshowEditActivity.java73 private SlideshowEditor mSlideshowEditor = null;
214 mSlideshowEditor = new SlideshowEditor(this, mSlideshowModel); in initSlideList()
297 if (mSlideshowModel.size() >= SlideshowEditor.MAX_SLIDE_NUM) { in adjustAddSlideVisibility()
DSlideEditorActivity.java122 private SlideshowEditor mSlideshowEditor;
174 mSlideshowEditor = new SlideshowEditor(this, mSlideshowModel); in onCreate()
DComposeMessageActivity.java3118 if (importCount + currentSlideCount > SlideshowEditor.MAX_SLIDE_NUM) { in handleSendIntent()
3119 importCount = Math.min(SlideshowEditor.MAX_SLIDE_NUM - currentSlideCount, in handleSendIntent()
3123 SlideshowEditor.MAX_SLIDE_NUM, importCount), in handleSendIntent()
/packages/apps/Mms/src/com/android/mms/data/
DWorkingMessage.java60 import com.android.mms.ui.SlideshowEditor;
426 SlideshowEditor slideShowEditor = new SlideshowEditor(mActivity, mSlideshow); in setAttachment()
559 private int changeMedia(int type, Uri uri, SlideshowEditor slideShowEditor) { in changeMedia()
597 private int appendMedia(int type, Uri uri, SlideshowEditor slideShowEditor) { in appendMedia()
632 SlideshowEditor slideShowEditor) { in internalChangeMedia()