Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/logging/
H A DNotificationMemoryMeterTest.kt56 hasCustomView = false,
76 hasCustomView = false,
95 hasCustomView = false,
118 hasCustomView = true,
138 hasCustomView = false,
167 hasCustomView = false,
193 hasCustomView = false,
231 hasCustomView = false,
251 hasCustomView = false,
298 hasCustomView: Boolean,
[all …]
/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
162 hasCustomView = hasCustomView
H A DNotificationMemory.kt46 val hasCustomView: Boolean,
H A DNotificationMemoryDumper.kt76 it.objectUsage.hasCustomView.toString(),
/aosp14/frameworks/base/packages/PackageInstaller/src/com/android/packageinstaller/
H A DAlertController.java474 final boolean hasCustomView = customView != null; in setupCustomContent()
475 if (!hasCustomView || !canTextInput(customView)) { in setupCustomContent()
480 if (hasCustomView) { in setupCustomContent()
590 View buttonPanel, boolean hasTitle, boolean hasCustomView, boolean hasButtons) { in setBackground() argument
636 if (hasCustomView) { in setBackground()
/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
H A DNotificationViewWrapper.java80 if (NotificationDecoratedCustomViewWrapper.hasCustomView(v)) { in wrap()
/aosp14/frameworks/base/core/java/com/android/internal/app/
H A DAlertController.java667 final boolean hasCustomView = customView != null; in setupCustomContent()
668 if (!hasCustomView || !canTextInput(customView)) { in setupCustomContent()
673 if (hasCustomView) { in setupCustomContent()
855 View buttonPanel, boolean hasTitle, boolean hasCustomView, boolean hasButtons) { in setBackground() argument
916 if (hasCustomView) { in setBackground()