Home
last modified time | relevance | path

Searched defs:hasCustomView (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/wrapper/
DNotificationDecoratedCustomViewWrapper.java36 public static boolean hasCustomView(View v) { in hasCustomView() method in NotificationDecoratedCustomViewWrapper
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/logging/
DNotificationMemoryMeter.kt140 val hasCustomView = notification.contentView != null || notification.bigContentView != null in <lambda>() constant
DNotificationMemory.kt46 val hasCustomView: Boolean, constant in com.android.systemui.statusbar.notification.logging.NotificationObjectUsage
/frameworks/base/packages/PackageInstaller/src/com/android/packageinstaller/
DAlertController.java590 View buttonPanel, boolean hasTitle, boolean hasCustomView, boolean hasButtons) { in setBackground()
/frameworks/base/core/java/com/android/internal/app/
DAlertController.java855 View buttonPanel, boolean hasTitle, boolean hasCustomView, boolean hasButtons) { in setBackground()