Searched refs:mNotificationStackScrollLayout (Results 1 – 3 of 3) sorted by relevance
109 @Mock private NotificationStackScrollLayout mNotificationStackScrollLayout; field in NotificationStackScrollLayoutControllerTest198 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 …]
87 @Mock private NotificationStackScrollLayout mNotificationStackScrollLayout; field in NotificationShadeWindowViewTest117 .thenReturn(mNotificationStackScrollLayout); in setUp()
186 @Mock protected NotificationStackScrollLayout mNotificationStackScrollLayout; field in NotificationPanelViewControllerBaseTest357 .thenReturn(mNotificationStackScrollLayout); in setup()