Home
last modified time | relevance | path

Searched refs:NotificationListContainer (Results 1 – 25 of 25) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/render/
DShadeViewManager.kt28 import com.android.systemui.statusbar.notification.stack.NotificationListContainer
40 @Assisted listContainer: NotificationListContainer,
88 listContainer: NotificationListContainer, in getStackController()
DRootNodeController.kt24 import com.android.systemui.statusbar.notification.stack.NotificationListContainer
31 private val listContainer: NotificationListContainer,
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/init/
DNotificationsController.kt24 import com.android.systemui.statusbar.notification.stack.NotificationListContainer
35 listContainer: NotificationListContainer,
DNotificationsControllerStub.kt25 import com.android.systemui.statusbar.notification.stack.NotificationListContainer
37 listContainer: NotificationListContainer, in initialize()
DNotificationsControllerImpl.kt42 import com.android.systemui.statusbar.notification.stack.NotificationListContainer in <lambda>()
78 listContainer: NotificationListContainer, in <lambda>()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
DNotificationTransitionAnimatorController.kt26 import com.android.systemui.statusbar.notification.stack.NotificationListContainer
37 private val notificationListContainer: NotificationListContainer,
64 private val notificationListContainer: NotificationListContainer,
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/init/
DNotifPipelineInitializer.java40 import com.android.systemui.statusbar.notification.stack.NotificationListContainer;
92 NotificationListContainer listContainer, in initialize()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/inflation/
DNotificationRowBinderImpl.java57 import com.android.systemui.statusbar.notification.stack.NotificationListContainer;
81 private NotificationListContainer mListContainer;
115 NotificationListContainer listContainer) { in setUpWithPresenter()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/
DNotificationTransitionAnimatorControllerTest.kt19 import com.android.systemui.statusbar.notification.stack.NotificationListContainer
41 @Mock lateinit var notificationListContainer: NotificationListContainer
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DNotificationListContainer.java36 public interface NotificationListContainer extends interface
DNotificationStackScrollLayoutController.java1623 public NotificationListContainer getNotificationListContainer() {
1846 private class NotificationListContainerImpl implements NotificationListContainer,
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DStatusBarNotificationPresenter.java70 import com.android.systemui.statusbar.notification.stack.NotificationListContainer;
104 private final NotificationListContainer mNotifListContainer;
136 NotificationListContainer notificationListContainer) { in StatusBarNotificationPresenter()
DCentralSurfacesImpl.java214 import com.android.systemui.statusbar.notification.stack.NotificationListContainer;
291 private final NotificationListContainer mNotifListContainer;
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/dagger/
DNotificationsModule.java82 import com.android.systemui.statusbar.notification.stack.NotificationListContainer;
176 static NotificationListContainer provideListContainer( in provideListContainer()
187 NotificationListContainer notificationListContainer, in provideNotificationTransitionAnimatorControllerProvider()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DExpandableNotificationRowController.java57 import com.android.systemui.statusbar.notification.stack.NotificationListContainer;
83 private final NotificationListContainer mListContainer;
208 NotificationListContainer listContainer, in ExpandableNotificationRowController()
DNotificationGutsManager.java71 import com.android.systemui.statusbar.notification.stack.NotificationListContainer;
112 private NotificationListContainer mListContainer;
191 NotificationListContainer listContainer, in setUpWithPresenter()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/logging/
DNotificationLogger.java52 import com.android.systemui.statusbar.notification.stack.NotificationListContainer;
96 private NotificationListContainer mListContainer;
248 public void setUpWithContainer(NotificationListContainer listContainer) { in setUpWithContainer()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/
DExpandableNotificationRowControllerTest.kt48 import com.android.systemui.statusbar.notification.stack.NotificationListContainer
87 private val listContainer: NotificationListContainer = mock()
DNotificationGutsManagerTest.java94 import com.android.systemui.statusbar.notification.stack.NotificationListContainer;
139 @Mock private NotificationListContainer mNotificationListContainer;
DNotificationGutsManagerWithScenesTest.kt69 import com.android.systemui.statusbar.notification.stack.NotificationListContainer in <lambda>()
131 @Mock private lateinit var notificationListContainer: NotificationListContainer in <lambda>()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
DStatusBarNotificationPresenterTest.java73 import com.android.systemui.statusbar.notification.stack.NotificationListContainer;
323 mock(NotificationListContainer.class)); in createPresenter()
DStatusBarNotificationActivityStarterTest.java98 import com.android.systemui.statusbar.notification.stack.NotificationListContainer;
231 mock(NotificationListContainer.class), in setUp()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/logging/
DNotificationLoggerTest.java67 import com.android.systemui.statusbar.notification.stack.NotificationListContainer;
97 @Mock private NotificationListContainer mListContainer;
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/shade/
DNotificationPanelViewControllerBaseTest.java163 import com.android.systemui.statusbar.notification.stack.NotificationListContainer;
314 @Mock protected NotificationListContainer mNotificationListContainer;
/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/
DNotificationPanelViewController.java205 import com.android.systemui.statusbar.notification.stack.NotificationListContainer;
546 private final NotificationListContainer mNotificationListContainer;
758 NotificationListContainer notificationListContainer, in NotificationPanelViewController()