Home
last modified time | relevance | path

Searched refs:mNotificationListContainer (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/
DNotificationGutsManagerTest.java139 @Mock private NotificationListContainer mNotificationListContainer; field in NotificationGutsManagerTest
213 mGutsManager.setUpWithPresenter(mPresenter, mNotificationListContainer, in setUp()
316 verify(mNotificationListContainer).resetExposedMenuView(anyBoolean(), anyBoolean()); in testLockscreenShadeVisible_notVisible_listContainerReset()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/shade/
DNotificationPanelViewControllerTest.java554 when(mNotificationListContainer.hasPulsingNotifications()).thenReturn(true); in keyguardStatusView_splitShade_pulsing_isNotCentered()
567 when(mNotificationListContainer.hasPulsingNotifications()).thenReturn(false); in keyguardStatusView_splitShade_notPulsing_isNotCentered()
583 when(mNotificationListContainer.hasPulsingNotifications()).thenReturn(false); in keyguardStatusView_singleShade_isCentered()
DNotificationPanelViewControllerBaseTest.java314 @Mock protected NotificationListContainer mNotificationListContainer; field in NotificationPanelViewControllerBaseTest
737 mNotificationListContainer, in setup()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DNotificationStackScrollLayoutController.java226 private final NotificationListContainerImpl mNotificationListContainer = field in NotificationStackScrollLayoutController
1537 mNotificationListContainer.setMaxDisplayedNotifications(maxNotifications); in setMaxDisplayedNotifications()
1624 return mNotificationListContainer;
/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/
DNotificationPanelViewController.java546 private final NotificationListContainer mNotificationListContainer; field in NotificationPanelViewController
877 mNotificationListContainer = notificationListContainer; in NotificationPanelViewController()
1818 if (mNotificationListContainer.hasPulsingNotifications()) { in shouldKeyguardStatusViewBeCenteredInSplitShade()