Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/logging/
DNotificationMemoryMeterTest.kt56 hasCustomView = false, in currentNotificationMemoryUse_plainNotification()
76 hasCustomView = false, in currentNotificationMemoryUse_rankerGroupNotification()
95 hasCustomView = false, in currentNotificationMemoryUse_plainNotification_dontDoubleCountSameBitmap()
118 hasCustomView = true, in currentNotificationMemoryUse_customViewNotification_marksTrue()
138 hasCustomView = false, in currentNotificationMemoryUse_notificationWithDataIcon_calculatesCorrectly()
167 hasCustomView = false, in currentNotificationMemoryUse_bigPictureStyle()
193 hasCustomView = false, in currentNotificationMemoryUse_callingStyle()
231 hasCustomView = false, in currentNotificationMemoryUse_messagingStyle()
251 hasCustomView = false, in currentNotificationMemoryUse_carExtender()
272 hasCustomView = false, in currentNotificationMemoryUse_tvWearExtender()
[all …]
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/logging/
DNotificationMemoryMeter.kt140 val hasCustomView = notification.contentView != null || notification.bigContentView != null in <lambda>() constant
162 hasCustomView = hasCustomView in <lambda>()
DNotificationMemory.kt46 val hasCustomView: Boolean, constant in com.android.systemui.statusbar.notification.logging.NotificationObjectUsage
DNotificationMemoryDumper.kt76 it.objectUsage.hasCustomView.toString(), in <lambda>()
/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
DNotificationViewWrapper.java80 if (NotificationDecoratedCustomViewWrapper.hasCustomView(v)) { in wrap()
/frameworks/base/core/java/com/android/internal/app/
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()