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

  /packages/apps/Gallery2/src/com/android/gallery3d/app/
Gallery.java 42 public static final String EXTRA_SLIDESHOW = "slideshow";
136 Boolean slideshow = intent.getBooleanExtra(EXTRA_SLIDESHOW, false); local
138 if (slideshow) {
  /packages/apps/Mms/src/com/android/mms/ui/
MessageUtils.java 371 return WorkingMessage.SLIDESHOW;
380 return WorkingMessage.SLIDESHOW;
502 public static void viewSimpleSlideshow(Context context, SlideshowModel slideshow) {
503 if (!slideshow.isSimple()) {
505 "viewSimpleSlideshow() called on a non-simple slideshow");
507 SlideModel slide = slideshow.get(0);
793 * We should pass the slideshow in intent extra to the view activity instead of
797 * @param slideshow the slideshow to save
802 SlideshowModel slideshow) {
838 SlideshowModel slideshow = msg.getSlideshow(); local
    [all...]
  /packages/apps/Mms/src/com/android/mms/data/
WorkingMessage.java 114 public static final int SLIDESHOW = 4;
124 // Slideshow for this message, if applicable. If it's a simple attachment,
125 // i.e. not SLIDESHOW, it will contain only one slide.
243 // If we get an empty slideshow, tear down all MMS
248 mAttachmentType = SLIDESHOW;
381 // Special case for deleting a slideshow. When ComposeMessageActivity gets told to
386 // a slide zero. In the case of an already attached slideshow, ensureSlideshow will do
387 // nothing and the slideshow will remain such that if a user adds a slideshow again, they'll
388 // see their old slideshow they previously deleted. Here we really delete the slideshow
493 SlideshowModel slideshow = SlideshowModel.createNew(mActivity); local
1108 final SlideshowModel slideshow = mSlideshow; local
    [all...]
  /packages/apps/Mms/src/com/android/mms/model/
SlideshowModel.java 66 private static final String TAG = "Mms/slideshow";
77 // amount of space to leave in a slideshow for text and overhead.
228 SlideshowModel slideshow = new SlideshowModel(layouts, slides, document, pb, context); local
229 slideshow.mTotalMessageSize = totalMessageSize;
230 slideshow.registerModelChangedObserver(slideshow);
231 return slideshow;
619 * Determines whether this is a "simple" slideshow.
656 * Resize all the resizeable media objects to fit in the remaining size of the slideshow.

Completed in 302 milliseconds