Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DNotificationPanelViewController.java236 private final NotificationStackScrollLayoutController mNotificationStackScrollLayoutController; field in NotificationPanelViewController
748 mNotificationStackScrollLayoutController = notificationStackScrollLayoutController; in NotificationPanelViewController()
876 mNotificationStackScrollLayoutController.attach(stackScrollLayout); in onFinishInflate()
877 mNotificationStackScrollLayoutController.setOnHeightChangedListener( in onFinishInflate()
879 mNotificationStackScrollLayoutController.setOverscrollTopChangedListener( in onFinishInflate()
881 mNotificationStackScrollLayoutController.setOnScrollListener(this::onNotificationScrolled); in onFinishInflate()
882 mNotificationStackScrollLayoutController.setOnStackYChanged(this::onStackYChanged); in onFinishInflate()
883 mNotificationStackScrollLayoutController.setOnEmptySpaceClickListener( in onFinishInflate()
885 addTrackingHeadsUpListener(mNotificationStackScrollLayoutController::setTrackingHeadsUp); in onFinishInflate()
893 mWakeUpCoordinator.setStackScroller(mNotificationStackScrollLayoutController); in onFinishInflate()
[all …]
DNotificationShadeWindowViewController.java89 private final NotificationStackScrollLayoutController mNotificationStackScrollLayoutController; field in NotificationShadeWindowViewController
164 mNotificationStackScrollLayoutController = notificationStackScrollLayoutController; in NotificationShadeWindowViewController()
261 mNotificationStackScrollLayoutController.closeControlsIfOutsideTouch(ev); in setupExpandedStatusBar()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
DNotificationPanelViewTest.java255 private NotificationStackScrollLayoutController mNotificationStackScrollLayoutController; field in NotificationPanelViewTest
341 .thenReturn(mNotificationStackScrollLayoutController); in setup()
342 when(mNotificationStackScrollLayoutController.getHeight()).thenReturn(1000); in setup()
343 when(mNotificationStackScrollLayoutController.getHeadsUpCallback()) in setup()
419 mNotificationStackScrollLayoutController, in setup()
476 verify(mNotificationStackScrollLayoutController) in testSetDozing_notifiesNsslAndStateController()
666 when(mNotificationStackScrollLayoutController.getWidth()).thenReturn(350f); in testOnDragDownEvent_horizontalTranslationIsZeroForSplitShade()
686 when(mNotificationStackScrollLayoutController.isScrolledToBottom()).thenReturn(true); in testCanCollapsePanelOnTouch_trueWhenScrolledToBottom()
DNotificationShadeWindowViewTest.java90 @Mock private NotificationStackScrollLayoutController mNotificationStackScrollLayoutController; field in NotificationShadeWindowViewTest
133 mNotificationStackScrollLayoutController, in setUp()