Home
last modified time | relevance | path

Searched refs:mNotificationStackScrollLayout (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/stack/
DNotificationStackScrollLayoutControllerTest.java132 @Mock private NotificationStackScrollLayout mNotificationStackScrollLayout; field in NotificationStackScrollLayoutControllerTest
202 mNotificationStackScrollLayout); in testAttach_viewAttachedAfterInit()
213 verify(mNotificationStackScrollLayout).reinflateViews(); in testOnDensityOrFontScaleChanged_reInflatesFooterViews()
222 reset(mNotificationStackScrollLayout); in testUpdateEmptyShadeView_notificationsVisible_zenHiding()
224 verify(mNotificationStackScrollLayout).updateEmptyShadeView( in testUpdateEmptyShadeView_notificationsVisible_zenHiding()
229 reset(mNotificationStackScrollLayout); in testUpdateEmptyShadeView_notificationsVisible_zenHiding()
231 verify(mNotificationStackScrollLayout).updateEmptyShadeView( in testUpdateEmptyShadeView_notificationsVisible_zenHiding()
242 reset(mNotificationStackScrollLayout); in testUpdateEmptyShadeView_notificationsHidden_zenNotHiding()
244 verify(mNotificationStackScrollLayout).updateEmptyShadeView( in testUpdateEmptyShadeView_notificationsHidden_zenNotHiding()
249 reset(mNotificationStackScrollLayout); in testUpdateEmptyShadeView_notificationsHidden_zenNotHiding()
[all …]
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/shade/
DNotificationPanelViewControllerBaseTest.java202 @Mock protected NotificationStackScrollLayout mNotificationStackScrollLayout; field in NotificationPanelViewControllerBaseTest
407 .thenReturn(mNotificationStackScrollLayout); in setup()