Home
last modified time | relevance | path

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

/packages/apps/UnifiedEmail/src/com/android/mail/providers/
DAttachment.java499 public Uri getUriForRendition(int rendition) { in getUriForRendition() argument
501 switch (rendition) { in getUriForRendition()
509 throw new IllegalArgumentException("invalid rendition: " + rendition); in getUriForRendition()
692 public static int updatePreviewStates(int previewStates, int attachmentIndex, int rendition, in updatePreviewStates() argument
695 int shift = attachmentIndex * 2 + rendition; in updatePreviewStates()
715 public static boolean getPreviewState(int previewStates, int attachmentIndex, int rendition) { in getPreviewState() argument
720 if (rendition == AttachmentRendition.SIMPLE) { in getPreviewState()
723 } else if (rendition == AttachmentRendition.BEST) { in getPreviewState()
DUIProvider.java2202 public static int parseRendition(String rendition) { in parseRendition() argument
2203 if (TextUtils.equals(rendition, SIMPLE_STRING)) { in parseRendition()
2205 } else if (TextUtils.equals(rendition, BEST_STRING)) { in parseRendition()
2209 throw new IllegalArgumentException(String.format("Unknown rendition %s", rendition)); in parseRendition()
2212 public static String toString(int rendition) { in toString() argument
2213 if (rendition == BEST) { in toString()
2215 } else if (rendition == SIMPLE) { in toString()
2219 throw new IllegalArgumentException(String.format("Unknown rendition %d", rendition)); in toString()
/packages/apps/UnifiedEmail/src/com/android/mail/browse/
DAttachmentActionHandler.java118 int destination, int rendition, int additionalPriority, boolean delayDownload) { in startDownloadingAttachment() argument
120 mAttachment, destination, rendition, additionalPriority, delayDownload); in startDownloadingAttachment()
124 Attachment attachment, int destination, int rendition, int additionalPriority, in startDownloadingAttachment() argument
129 params.put(AttachmentContentValueKeys.RENDITION, rendition); in startDownloadingAttachment()
/packages/inputmethods/LatinIME/dictionaries/
Den_US_wordlist.combined.gz
Den_GB_wordlist.combined.gz
Den_wordlist.combined.gz