Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/app/
H A DNotification.java5957 .decorationType(StandardTemplateParams.DECORATION_MINIMAL) in minimallyDecoratedContentView()
5969 .decorationType(StandardTemplateParams.DECORATION_MINIMAL) in minimallyDecoratedBigContentView()
5984 .decorationType(StandardTemplateParams.DECORATION_MINIMAL) in minimallyDecoratedHeadsUpContentView()
12488 public static final int DECORATION_MINIMAL = 1; field in Notification.Builder.StandardTemplateParams
12694 boolean hideOtherFields = decorationType <= DECORATION_MINIMAL; in decorationType()