Searched refs:mNotificationStackScrollLayout (Results 1 – 2 of 2) sorted by relevance
132 @Mock private NotificationStackScrollLayout mNotificationStackScrollLayout; field in NotificationStackScrollLayoutControllerTest202 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 …]
202 @Mock protected NotificationStackScrollLayout mNotificationStackScrollLayout; field in NotificationPanelViewControllerBaseTest407 .thenReturn(mNotificationStackScrollLayout); in setup()