Searched refs:shouldShowIcon (Results 1 – 4 of 4) sorted by relevance
60 final BidiFormatter bidiFormatter, boolean shouldShowIcon) { in setupEmptyText() argument61 if (shouldShowIcon) { in setupEmptyText()
198 final boolean shouldShowIcon = !setupEmptyIcon(true); in showEmptyView()200 mListAdapter.getBidiFormatter(), shouldShowIcon); in showEmptyView()
155 boolean shouldShowIcon = mShowIconForActiveQueueItem && active; in bind()156 ViewUtils.setVisible(mActiveIcon, shouldShowIcon); in bind()
367 Icon icon = remoteAction.shouldShowIcon() in createNotificationActionFromRemoteAction()