Home
last modified time | relevance | path

Searched refs:notificationRenderBuffer (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DNotificationRowLogger.kt33 @NotificationRenderLog private val notificationRenderBuffer: LogBuffer constant in com.android.systemui.statusbar.notification.row.NotificationRowLogger
63 notificationRenderBuffer.log( in logRemoveTransientFromContainer()
77 notificationRenderBuffer.log( in logRemoveTransientFromNssl()
89 notificationRenderBuffer.log( in logRemoveTransientFromViewGroup()
105 notificationRenderBuffer.log( in logAddTransientRow()
121 notificationRenderBuffer.log( in logRemoveTransientRow()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DStackStateLogger.kt15 @NotificationRenderLog private val notificationRenderBuffer: LogBuffer constant in com.android.systemui.statusbar.notification.stack.StackStateLogger
46 notificationRenderBuffer.log( in processAnimationEventsRemoval()
66 notificationRenderBuffer.log( in processAnimationEventsRemoveSwipeOut()
82 notificationRenderBuffer.log( in animationStart()
95 notificationRenderBuffer.log( in animationEnd()
DNotificationStackScrollLogger.kt23 @NotificationRenderLog private val notificationRenderBuffer: LogBuffer, constant in com.android.systemui.statusbar.notification.stack.NotificationStackScrollLogger
88 notificationRenderBuffer.log(TAG, INFO, { in transientNotificationRowTraversalCleaned()
100 notificationRenderBuffer.log(TAG, INFO, { in addTransientChildNotificationToChildContainer()
112 notificationRenderBuffer.log(TAG, INFO, { in addTransientChildNotificationToNssl()
123 notificationRenderBuffer.log(TAG, ERROR, { in addTransientChildNotificationToViewGroup()
136 notificationRenderBuffer.log( in addTransientRow()
150 notificationRenderBuffer.log( in removeTransientRow()
DNotificationChildrenContainerLogger.kt28 constructor(@NotificationRenderLog private val notificationRenderBuffer: LogBuffer) { constant in com.android.systemui.statusbar.notification.stack.NotificationChildrenContainerLogger
34 notificationRenderBuffer.log( in addTransientRow()
50 notificationRenderBuffer.log( in removeTransientRow()