Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/app/
DNotification.java9241 .hideRightIcon(hideRightIcons || isOneToOne) in makeMessagingView()
10297 .hideRightIcon(numActionsToShow > 0) // right icon or actions; not both in makeMediaContentView()
10744 .hideRightIcon(true) in makeCallLayout()
13591 final StandardTemplateParams hideRightIcon(boolean hideRightIcon) { in hideRightIcon() method in Notification.Builder.StandardTemplateParams
13592 this.mHideRightIcon = hideRightIcon; in hideRightIcon()
13630 hideRightIcon(hideOtherFields); in decorationType()