Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/app/
DNotification.java6476 .decorationType(StandardTemplateParams.DECORATION_MINIMAL) in minimallyDecoratedContentView()
6488 .decorationType(StandardTemplateParams.DECORATION_MINIMAL) in minimallyDecoratedBigContentView()
6503 .decorationType(StandardTemplateParams.DECORATION_MINIMAL) in minimallyDecoratedHeadsUpContentView()
13422 public static final int DECORATION_MINIMAL = 1; field in Notification.Builder.StandardTemplateParams
13628 boolean hideOtherFields = decorationType <= DECORATION_MINIMAL; in decorationType()