Home
last modified time | relevance | path

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

/packages/apps/UnifiedEmail/src/com/android/mail/ui/
DConversationListEmptyView.java60 final BidiFormatter bidiFormatter, boolean shouldShowIcon) { in setupEmptyText() argument
61 if (shouldShowIcon) { in setupEmptyText()
DConversationListFragment.java198 final boolean shouldShowIcon = !setupEmptyIcon(true); in showEmptyView()
200 mListAdapter.getBidiFormatter(), shouldShowIcon); in showEmptyView()
/packages/apps/Car/Media/src/com/android/car/media/
DPlaybackFragment.java155 boolean shouldShowIcon = mShowIconForActiveQueueItem && active; in bind()
156 ViewUtils.setVisible(mActiveIcon, shouldShowIcon); in bind()
/packages/modules/ExtServices/src/android/ext/services/notification/
DSmartActionsHelper.java367 Icon icon = remoteAction.shouldShowIcon() in createNotificationActionFromRemoteAction()