Home
last modified time | relevance | path

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

/packages/apps/UnifiedEmail/src/com/android/mail/browse/
DMessageAttachmentBar.java213 menu.findItem(R.id.preview_attachment).setVisible(shouldShowPreview()); in onClick()
289 private boolean shouldShowPreview() { in shouldShowPreview() method in MessageAttachmentBar
305 return (shouldShowPreview() || shouldShowSave() || shouldShowDownloadAgain()) in shouldShowOverflow()