Searched refs:mNotificationStackScrollLayout (Results 1 – 1 of 1) sorted by relevance
73 private NotificationStackScrollLayout mNotificationStackScrollLayout; field in NotificationPanelViewTest105 when(mNotificationStackScrollLayout.getHeight()).thenReturn(1000); in setup()106 when(mNotificationStackScrollLayout.getHeadsUpCallback()).thenReturn(mHeadsUpCallback); in setup()130 InOrder inOrder = inOrder(mNotificationStackScrollLayout, mStatusBarStateController); in testSetDozing_notifiesNsslAndStateController()131 inOrder.verify(mNotificationStackScrollLayout).setDark(eq(true), eq(true), eq(null)); in testSetDozing_notifiesNsslAndStateController()186 mNotificationStackScroller = mNotificationStackScrollLayout; in TestableNotificationPanelView()