Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/app/
H A DNotification.java8467 .hideRightIcon(hideRightIcons || isOneToOne) in makeMessagingView()
9373 .hideRightIcon(numActionsToShow > 0) // right icon or actions; not both in makeMediaContentView()
9806 .hideRightIcon(true) in makeCallLayout()
12657 final StandardTemplateParams hideRightIcon(boolean hideRightIcon) { in hideRightIcon() method in Notification.Builder.StandardTemplateParams
12658 this.mHideRightIcon = hideRightIcon; in hideRightIcon()
12696 hideRightIcon(hideOtherFields); in decorationType()