Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/app/
DNotification.java8198 .hideRightIcon(hideRightIcons || isOneToOne) in makeMessagingView()
8998 .hideRightIcon(numActionsToShow > 0) // right icon or actions; not both in makeMediaContentView()
9403 .hideRightIcon(true) in makeCallLayout()
12246 final StandardTemplateParams hideRightIcon(boolean hideRightIcon) { in hideRightIcon() method in Notification.Builder.StandardTemplateParams
12247 this.mHideRightIcon = hideRightIcon; in hideRightIcon()
12285 hideRightIcon(hideOtherFields); in decorationType()