Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/app/
DNotification.java5773 private boolean fullyCustomViewRequiresDecoration(boolean fromStyle) { in fullyCustomViewRequiresDecoration() method in Notification.Builder
5834 return fullyCustomViewRequiresDecoration(false /* fromStyle */) in createContentView()
5839 return fullyCustomViewRequiresDecoration(true /* fromStyle */) in createContentView()
5857 if (fullyCustomViewRequiresDecoration(false) in useExistingRemoteView()
5875 return fullyCustomViewRequiresDecoration(false /* fromStyle */) in createBigContentView()
5880 if (fullyCustomViewRequiresDecoration(true /* fromStyle */)) { in createBigContentView()
5980 return fullyCustomViewRequiresDecoration(false /* fromStyle */) in createHeadsUpContentView()
5986 return fullyCustomViewRequiresDecoration(true /* fromStyle */) in createHeadsUpContentView()