Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/app/
DNotification.java6463 private boolean fullyCustomViewRequiresDecoration(boolean fromStyle) { in fullyCustomViewRequiresDecoration() method in Notification.Builder
6525 return fullyCustomViewRequiresDecoration(false /* fromStyle */) in createContentView()
6530 return fullyCustomViewRequiresDecoration(true /* fromStyle */) in createContentView()
6548 if (fullyCustomViewRequiresDecoration(false) in useExistingRemoteView()
6577 return fullyCustomViewRequiresDecoration(false /* fromStyle */) in createBigContentView()
6582 if (fullyCustomViewRequiresDecoration(true /* fromStyle */)) { in createBigContentView()
6688 return fullyCustomViewRequiresDecoration(false /* fromStyle */) in createHeadsUpContentView()
6694 return fullyCustomViewRequiresDecoration(true /* fromStyle */) in createHeadsUpContentView()