Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/stack/
H A DNotificationStackScrollLayoutControllerTest.java196 mController.attach(mNotificationStackScrollLayout); in testAttach_viewAlreadyAttached()
205 mController.attach(mNotificationStackScrollLayout); in testAttach_viewAttachedAfterInit()
211 mNotificationStackScrollLayout); in testAttach_viewAttachedAfterInit()
219 mController.attach(mNotificationStackScrollLayout); in testOnDensityOrFontScaleChanged_reInflatesFooterViews()
234 reset(mNotificationStackScrollLayout); in testUpdateEmptyShadeView_notificationsVisible_zenHiding()
241 reset(mNotificationStackScrollLayout); in testUpdateEmptyShadeView_notificationsVisible_zenHiding()
258 reset(mNotificationStackScrollLayout); in testUpdateEmptyShadeView_notificationsHidden_zenNotHiding()
265 reset(mNotificationStackScrollLayout); in testUpdateEmptyShadeView_notificationsHidden_zenNotHiding()
285 reset(mNotificationStackScrollLayout); in testUpdateEmptyShadeView_splitShadeMode_alwaysShowEmptyView()
292 reset(mNotificationStackScrollLayout); in testUpdateEmptyShadeView_splitShadeMode_alwaysShowEmptyView()
[all …]
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
H A DNotificationShadeWindowViewTest.java93 @Mock private NotificationStackScrollLayout mNotificationStackScrollLayout; field in NotificationShadeWindowViewTest
112 .thenReturn(mNotificationStackScrollLayout); in setUp()
H A DNotificationPanelViewControllerTest.java156 private NotificationStackScrollLayout mNotificationStackScrollLayout; field in NotificationPanelViewControllerTest
344 .thenReturn(mNotificationStackScrollLayout); in setup()