Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/stack/
DNotificationStackScrollLayoutTest.java157 @Mock private NotificationStackScrollLayoutController mStackScrollLayoutController; field in NotificationStackScrollLayoutTest
225 when(mStackScrollLayoutController.isHistoryEnabled()).thenReturn(true); in setUp()
226 when(mStackScrollLayoutController.getNotificationRoundnessManager()) in setUp()
228 mStackScroller.setController(mStackScrollLayoutController); in setUp()
1184 verify(mStackScrollLayoutController, never()).sendTouchToSceneFramework(any()); in testDispatchTouchEvent_sceneContainerDisabled()
1207 clearInvocations(mStackScrollLayoutController); in testDispatchTouchEvent_sceneContainerEnabled()
1222 clearInvocations(mStackScrollLayoutController); in testDispatchTouchEvent_sceneContainerEnabled()
1254 verify(mStackScrollLayoutController, never()).sendTouchToSceneFramework(any()); in testDispatchTouchEvent_sceneContainerEnabled_ignoresInitialActionUp()
1424 verify(mStackScrollLayoutController).sendTouchToSceneFramework(captor.capture()); in captureTouchSentToSceneFramework()