Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/render/
H A DShadeViewManager.kt28 import com.android.systemui.statusbar.notification.stack.NotificationListContainer
40 @Assisted listContainer: NotificationListContainer,
88 listContainer: NotificationListContainer,
H A DRootNodeController.kt24 import com.android.systemui.statusbar.notification.stack.NotificationListContainer
31 private val listContainer: NotificationListContainer,
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/init/
H A DNotificationsController.kt24 import com.android.systemui.statusbar.notification.stack.NotificationListContainer
35 listContainer: NotificationListContainer,
H A DNotificationsControllerStub.kt25 import com.android.systemui.statusbar.notification.stack.NotificationListContainer
37 listContainer: NotificationListContainer,
H A DNotificationsControllerImpl.kt42 import com.android.systemui.statusbar.notification.stack.NotificationListContainer
77 listContainer: NotificationListContainer,
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
H A DNotificationLaunchAnimatorController.kt26 import com.android.systemui.statusbar.notification.stack.NotificationListContainer
40 private val notificationListContainer: NotificationListContainer,
67 private val notificationListContainer: NotificationListContainer,
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/inflation/
H A DNotificationRowBinderImpl.java49 import com.android.systemui.statusbar.notification.stack.NotificationListContainer;
73 private NotificationListContainer mListContainer;
107 NotificationListContainer listContainer) { in setUpWithPresenter()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/init/
H A DNotifPipelineInitializer.java40 import com.android.systemui.statusbar.notification.stack.NotificationListContainer;
92 NotificationListContainer listContainer, in initialize()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DStatusBarNotificationPresenter.java61 import com.android.systemui.statusbar.notification.stack.NotificationListContainer;
91 private final NotificationListContainer mNotifListContainer;
122 NotificationListContainer notificationListContainer) { in StatusBarNotificationPresenter()
H A DCentralSurfacesImpl.java228 import com.android.systemui.statusbar.notification.stack.NotificationListContainer;
314 private final NotificationListContainer mNotifListContainer;
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/
H A DNotificationLaunchAnimatorControllerTest.kt16 import com.android.systemui.statusbar.notification.stack.NotificationListContainer
39 @Mock lateinit var notificationListContainer: NotificationListContainer
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
H A DNotificationListContainer.java37 public interface NotificationListContainer extends interface
H A DNotificationStackScrollLayoutController.java1482 public NotificationListContainer getNotificationListContainer() {
1708 private class NotificationListContainerImpl implements NotificationListContainer,
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
H A DExpandableNotificationRowController.java58 import com.android.systemui.statusbar.notification.stack.NotificationListContainer;
83 private final NotificationListContainer mListContainer;
206 NotificationListContainer listContainer, in ExpandableNotificationRowController()
H A DNotificationGutsManager.java68 import com.android.systemui.statusbar.notification.stack.NotificationListContainer;
107 private NotificationListContainer mListContainer;
178 NotificationListContainer listContainer, in setUpWithPresenter()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
H A DStatusBarNotificationPresenterTest.java60 import com.android.systemui.statusbar.notification.stack.NotificationListContainer;
131 mock(NotificationListContainer.class)); in setup()
H A DStatusBarNotificationActivityStarterTest.java94 import com.android.systemui.statusbar.notification.stack.NotificationListContainer;
226 mock(NotificationListContainer.class), in setUp()
H A DCentralSurfacesImplTest.java171 import com.android.systemui.statusbar.notification.stack.NotificationListContainer;
228 @Mock private NotificationListContainer mNotificationListContainer;
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/dagger/
H A DNotificationsModule.java67 import com.android.systemui.statusbar.notification.stack.NotificationListContainer;
172 static NotificationListContainer provideListContainer( in provideListContainer()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/logging/
H A DNotificationLogger.java49 import com.android.systemui.statusbar.notification.stack.NotificationListContainer;
88 private NotificationListContainer mListContainer;
238 public void setUpWithContainer(NotificationListContainer listContainer) { in setUpWithContainer()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/
H A DExpandableNotificationRowControllerTest.kt49 import com.android.systemui.statusbar.notification.stack.NotificationListContainer
86 private val listContainer: NotificationListContainer = mock()
H A DNotificationGutsManagerTest.java84 import com.android.systemui.statusbar.notification.stack.NotificationListContainer;
121 @Mock private NotificationListContainer mNotificationListContainer;
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/logging/
H A DNotificationLoggerTest.java56 import com.android.systemui.statusbar.notification.stack.NotificationListContainer;
81 @Mock private NotificationListContainer mListContainer;
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/shade/
H A DNotificationPanelViewControllerBaseTest.java143 import com.android.systemui.statusbar.notification.stack.NotificationListContainer;
284 @Mock protected NotificationListContainer mNotificationListContainer;
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/
H A DNotificationPanelViewController.java192 import com.android.systemui.statusbar.notification.stack.NotificationListContainer;
544 private final NotificationListContainer mNotificationListContainer;
753 NotificationListContainer notificationListContainer, in NotificationPanelViewController()