Searched defs:attachmentIndex (Results 1 - 1 of 1) sorted by relevance

/packages/apps/UnifiedEmail/src/com/android/mail/providers/
H A DAttachment.java666 * @param attachmentIndex The index of the attachment to update.
671 public static int updatePreviewStates(int previewStates, int attachmentIndex, int rendition, argument
674 int shift = attachmentIndex * 2 + rendition;
690 * @param attachmentIndex The index of the attachment.
694 public static boolean getPreviewState(int previewStates, int attachmentIndex, int rendition) { argument
696 int shift = attachmentIndex * 2;

Completed in 397 milliseconds