Home
last modified time | relevance | path

Searched refs:notificationListContainer (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
DNotificationTransitionAnimatorController.kt37 private val notificationListContainer: NotificationListContainer, constant in com.android.systemui.statusbar.notification.NotificationLaunchAnimatorControllerProvider
48 notificationListContainer, in getAnimatorController()
64 private val notificationListContainer: NotificationListContainer, constant in com.android.systemui.statusbar.notification.NotificationTransitionAnimatorController
91 val clipStartLocation = notificationListContainer.topClippingStartLocation in createAnimatorState()
118 notificationListContainer in createAnimatorState()
193 notificationListContainer.setExpandingNotification(notification) in onTransitionAnimationStart()
207 notificationListContainer.setExpandingNotification(null) in onTransitionAnimationEnd()
215 notificationListContainer.applyLaunchAnimationParams(params) in applyParams()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/
DNotificationTransitionAnimatorControllerTest.kt41 @Mock lateinit var notificationListContainer: NotificationListContainer variable in com.android.systemui.statusbar.notification.NotificationTransitionAnimatorControllerTest
68 notificationListContainer, in setUp()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DStatusBarNotificationPresenter.java136 NotificationListContainer notificationListContainer) { in StatusBarNotificationPresenter()
162 mNotifListContainer = notificationListContainer; in StatusBarNotificationPresenter()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/dagger/
DNotificationsModule.java187 NotificationListContainer notificationListContainer, in provideNotificationTransitionAnimatorControllerProvider() argument
192 notificationListContainer, in provideNotificationTransitionAnimatorControllerProvider()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/
DNotificationGutsManagerWithScenesTest.kt131 @Mock private lateinit var notificationListContainer: NotificationListContainer in <lambda>() variable in com.android.systemui.statusbar.notification.row.NotificationGutsManagerWithScenesTest
192 notificationListContainer, in <lambda>()
307 verify(notificationListContainer) in <lambda>()
/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/
DNotificationPanelViewController.java758 NotificationListContainer notificationListContainer, in NotificationPanelViewController()
877 mNotificationListContainer = notificationListContainer; in NotificationPanelViewController()