Searched refs:shouldShowPreview (Results 1 – 1 of 1) sorted by relevance
213 menu.findItem(R.id.preview_attachment).setVisible(shouldShowPreview()); in onClick()289 private boolean shouldShowPreview() { in shouldShowPreview() method in MessageAttachmentBar305 return (shouldShowPreview() || shouldShowSave() || shouldShowDownloadAgain()) in shouldShowOverflow()