Searched refs:hasCustomView (Results 1 – 7 of 7) sorted by relevance
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/logging/ |
D | NotificationMemoryMeterTest.kt | 56 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/ |
D | NotificationMemoryMeter.kt | 140 val hasCustomView = notification.contentView != null || notification.bigContentView != null in <lambda>() constant 162 hasCustomView = hasCustomView in <lambda>()
|
D | NotificationMemory.kt | 46 val hasCustomView: Boolean, constant in com.android.systemui.statusbar.notification.logging.NotificationObjectUsage
|
D | NotificationMemoryDumper.kt | 76 it.objectUsage.hasCustomView.toString(), in <lambda>()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/wrapper/ |
D | NotificationDecoratedCustomViewWrapper.java | 36 public static boolean hasCustomView(View v) { in hasCustomView() method in NotificationDecoratedCustomViewWrapper
|
D | NotificationViewWrapper.java | 80 if (NotificationDecoratedCustomViewWrapper.hasCustomView(v)) { in wrap()
|
/frameworks/base/core/java/com/android/internal/app/ |
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()
|