HomeSort by relevance Sort by last modified time
    Searched full:removeslide (Results 1 - 4 of 4) sorted by null

  /packages/apps/Mms/src/com/android/mms/ui/
SlideshowEditor.java 111 public void removeSlide(int position) {
120 removeSlide(0);
SlideshowEditActivity.java 276 mSlideshowEditor.removeSlide(position);
459 mSlideshowEditor.removeSlide(position);
SlideEditorActivity.java 253 mSlideshowEditor.removeSlide(mPosition);
    [all...]
  /packages/apps/Mms/src/com/android/mms/data/
WorkingMessage.java 563 slideShowEditor.removeSlide(0); // remove the original slide
587 slideShowEditor.removeSlide(0); // remove the failed slide
627 slideShowEditor.removeSlide(slideNum);
    [all...]

Completed in 270 milliseconds