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 D | NotificationMemoryMeterTest.kt | 56 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 D | NotificationMemoryMeter.kt | 140 val hasCustomView = notification.contentView != null || notification.bigContentView != null regex 162 hasCustomView = hasCustomView
|
H A D | NotificationMemory.kt | 46 val hasCustomView: Boolean,
|
H A D | NotificationMemoryDumper.kt | 76 it.objectUsage.hasCustomView.toString(),
|
/aosp14/frameworks/base/packages/PackageInstaller/src/com/android/packageinstaller/ |
H A D | AlertController.java | 474 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 D | NotificationDecoratedCustomViewWrapper.java | 36 public static boolean hasCustomView(View v) { in hasCustomView() method in NotificationDecoratedCustomViewWrapper
|
H A D | NotificationViewWrapper.java | 80 if (NotificationDecoratedCustomViewWrapper.hasCustomView(v)) { in wrap()
|
/aosp14/frameworks/base/core/java/com/android/internal/app/ |
H A D | AlertController.java | 667 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()
|