Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/app/
DNotification.java10982 .decorationType(StandardTemplateParams.DECORATION_PARTIAL) in makeDecoratedHeadsUpContentView()
10998 .decorationType(StandardTemplateParams.DECORATION_PARTIAL) in makeStandardTemplateWithCustomContent()
11017 .decorationType(StandardTemplateParams.DECORATION_PARTIAL) in makeDecoratedBigContentView()
13430 public static final int DECORATION_PARTIAL = 2; field in Notification.Builder.StandardTemplateParams