Home | History | Annotate | Download | only in util

Lines Matching full:slideshow

46  * PduLoaderManager is used to asynchronously load mms pdu's and then build a slideshow model
48 * uses the PduCache built into the mms framework. It also manages a local cache of slideshow
49 * models. The slideshow cache uses SoftReferences to hang onto the slideshow.
86 final SlideshowModel slideshow = (requestSlideshow && !DEBUG_DISABLE_CACHE) ?
89 final boolean slideshowExists = (!requestSlideshow || slideshow != null);
97 PduLoaded pduLoaded = new PduLoaded(cacheEntry.getPdu(), slideshow);
117 removePdu(uri); // the pdu and/or slideshow might be half loaded. Make sure
181 SlideshowModel slideshow = null;
186 slideshow = SlideshowModel.createFromPduBody(mContext,
194 final SlideshowModel resultSlideshow = slideshow;
209 // Add the slideshow to the soft cache if the load succeeded
230 public PduLoaded(GenericPdu pdu, SlideshowModel slideshow) {
232 mSlideshow = slideshow;