Searched refs:mNotificationStackScrollLayoutController (Results 1 – 4 of 4) sorted by relevance
236 private final NotificationStackScrollLayoutController mNotificationStackScrollLayoutController; field in NotificationPanelViewController748 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 …]
89 private final NotificationStackScrollLayoutController mNotificationStackScrollLayoutController; field in NotificationShadeWindowViewController164 mNotificationStackScrollLayoutController = notificationStackScrollLayoutController; in NotificationShadeWindowViewController()261 mNotificationStackScrollLayoutController.closeControlsIfOutsideTouch(ev); in setupExpandedStatusBar()
255 private NotificationStackScrollLayoutController mNotificationStackScrollLayoutController; field in NotificationPanelViewTest341 .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()
90 @Mock private NotificationStackScrollLayoutController mNotificationStackScrollLayoutController; field in NotificationShadeWindowViewTest133 mNotificationStackScrollLayoutController, in setUp()