Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/stack/
DNotificationStackScrollLayoutControllerTest.java109 @Mock private NotificationStackScrollLayout mNotificationStackScrollLayout; field in NotificationStackScrollLayoutControllerTest
198 when(mNotificationStackScrollLayout.isAttachedToWindow()).thenReturn(true); in setUp()
203 mController.attach(mNotificationStackScrollLayout); in testAttach_viewAlreadyAttached()
210 when(mNotificationStackScrollLayout.isAttachedToWindow()).thenReturn(false); in testAttach_viewAttachedAfterInit()
212 mController.attach(mNotificationStackScrollLayout); in testAttach_viewAttachedAfterInit()
218 mNotificationStackScrollLayout); in testAttach_viewAttachedAfterInit()
226 mController.attach(mNotificationStackScrollLayout); in testOnDensityOrFontScaleChanged_reInflatesFooterViews()
228 verify(mNotificationStackScrollLayout).reinflateViews(); in testOnDensityOrFontScaleChanged_reInflatesFooterViews()
234 mController.attach(mNotificationStackScrollLayout); in testUpdateEmptyShadeView_notificationsVisible_zenHiding()
237 reset(mNotificationStackScrollLayout); in testUpdateEmptyShadeView_notificationsVisible_zenHiding()
[all …]
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/shade/
DNotificationShadeWindowViewTest.java87 @Mock private NotificationStackScrollLayout mNotificationStackScrollLayout; field in NotificationShadeWindowViewTest
117 .thenReturn(mNotificationStackScrollLayout); in setUp()
DNotificationPanelViewControllerBaseTest.java186 @Mock protected NotificationStackScrollLayout mNotificationStackScrollLayout; field in NotificationPanelViewControllerBaseTest
357 .thenReturn(mNotificationStackScrollLayout); in setup()