Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/app/
H A DNotification.java10044 .decorationType(StandardTemplateParams.DECORATION_PARTIAL) in makeDecoratedHeadsUpContentView()
10060 .decorationType(StandardTemplateParams.DECORATION_PARTIAL) in makeStandardTemplateWithCustomContent()
10079 .decorationType(StandardTemplateParams.DECORATION_PARTIAL) in makeDecoratedBigContentView()
12496 public static final int DECORATION_PARTIAL = 2; field in Notification.Builder.StandardTemplateParams