Searched refs:rendition (Results 1 – 6 of 6) sorted by relevance
/packages/apps/UnifiedEmail/src/com/android/mail/providers/ |
D | Attachment.java | 499 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()
|
D | UIProvider.java | 2202 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/ |
D | AttachmentActionHandler.java | 118 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/ |
D | en_US_wordlist.combined.gz |
|
D | en_GB_wordlist.combined.gz |
|
D | en_wordlist.combined.gz |
|