Home
last modified time | relevance | path

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

/packages/apps/Mms/src/com/android/mms/ui/
DComposeMessageActivity.java2822 SlideshowModel slideShow = mWorkingMessage.getSlideshow(); in addAttachment() local
2823 if (replace && slideShow != null) { in addAttachment()
2824 WorkingMessage.removeThumbnailsFromCache(slideShow); in addAttachment()
2825 SlideModel slide = slideShow.get(0); in addAttachment()
2843 long sizeLimit = computeAttachmentSizeLimit(slideShow, currentSlideSize); in addAttachment()
2859 long sizeLimit = computeAttachmentSizeLimit(slideShow, currentSlideSize); in addAttachment()
2872 public static long computeAttachmentSizeLimit(SlideshowModel slideShow, int currentSlideSize) { in computeAttachmentSizeLimit() argument
2875 if (slideShow != null) { in computeAttachmentSizeLimit()
2876 sizeLimit -= slideShow.getCurrentMessageSize(); in computeAttachmentSizeLimit()
3278 SlideshowModel slideShow = mWorkingMessage.getSlideshow(); in handleSendIntent() local
[all …]