Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
DNotificationPanelViewTest.java73 private NotificationStackScrollLayout mNotificationStackScrollLayout; field in NotificationPanelViewTest
105 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()