Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/java/android/app/
H A DNotification.java8267 .hideRightIcon(hideRightIcons || isOneToOne) in makeMessagingView()
9067 .hideRightIcon(numActionsToShow > 0) // right icon or actions; not both in makeMediaContentView()
9472 .hideRightIcon(true) in makeCallLayout()
12315 final StandardTemplateParams hideRightIcon(boolean hideRightIcon) { in hideRightIcon() argument
12316 this.mHideRightIcon = hideRightIcon; in hideRightIcon()
12354 hideRightIcon(hideOtherFields); in decorationType()