Home
last modified time | relevance | path

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

/packages/apps/UnifiedEmail/src/com/android/mail/browse/
DMessageAttachmentTile.java59 private int mPhotoIndex; field in MessageAttachmentTile
92 mPhotoIndex = index; in render()
129 childCount, new ViewIndexDistanceComparator(mPhotoIndex)); in showAndDownloadAttachments()
162 .startMailPhotoViewActivity(getContext(), mAttachmentsListUri, mPhotoIndex); in viewAttachment() local