Home
last modified time | relevance | path

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

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