Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/stack/
H A DNotificationStackScrollLayoutControllerTest.java222 reset(mNotificationStackScrollLayout); in testUpdateEmptyShadeView_notificationsVisible_zenHiding()
229 reset(mNotificationStackScrollLayout); in testUpdateEmptyShadeView_notificationsVisible_zenHiding()
242 reset(mNotificationStackScrollLayout); in testUpdateEmptyShadeView_notificationsHidden_zenNotHiding()
249 reset(mNotificationStackScrollLayout); in testUpdateEmptyShadeView_notificationsHidden_zenNotHiding()
269 reset(mNotificationStackScrollLayout); in testUpdateEmptyShadeView_splitShadeMode_alwaysShowEmptyView()
276 reset(mNotificationStackScrollLayout); in testUpdateEmptyShadeView_splitShadeMode_alwaysShowEmptyView()
294 reset(mNotificationStackScrollLayout); in testUpdateEmptyShadeView_bouncerShowing_flagOff_hideEmptyView()
315 reset(mNotificationStackScrollLayout); in testUpdateEmptyShadeView_bouncerShowing_flagOn_hideEmptyView()
336 reset(mNotificationStackScrollLayout); in testUpdateEmptyShadeView_bouncerNotShowing_flagOff_showEmptyView()
357 reset(mNotificationStackScrollLayout); in testUpdateEmptyShadeView_bouncerNotShowing_flagOn_showEmptyView()
[all …]
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/shade/
H A DNotificationPanelViewControllerBaseTest.java202 @Mock protected NotificationStackScrollLayout mNotificationStackScrollLayout; field in NotificationPanelViewControllerBaseTest
407 .thenReturn(mNotificationStackScrollLayout); in setup()