Searched refs:mNotificationStackScrollLayoutController (Results 1 – 6 of 6) sorted by relevance
1413 mNotificationStackScrollLayoutController.getHeight() in computeMaxKeyguardNotifications()1759 return !mNotificationStackScrollLayoutController in isInContentBounds()2206 mNotificationStackScrollLayoutController.setScrollingEnabled( in updateQsState()2557 mNotificationStackScrollLayoutController.updateTopPadding( in requestScrollerTopPaddingUpdate()2909 mNotificationStackScrollLayoutController.getHeight() in calculatePanelHeightQsExpanded()2950 mNotificationStackScrollLayoutController.setAlpha(alpha); in updateNotificationTranslucency()2978 float appearAmount = mNotificationStackScrollLayoutController in getHeaderTranslation()3334 mNotificationStackScrollLayoutController in updateExpandedHeight()3715 mNotificationStackScrollLayoutController.updateFooter(); in updateNotificationViews()3737 return mNotificationStackScrollLayoutController in hasPulsingNotifications()[all …]
89 private final NotificationStackScrollLayoutController mNotificationStackScrollLayoutController; field in NotificationShadeWindowViewController167 mNotificationStackScrollLayoutController = notificationStackScrollLayoutController; in NotificationShadeWindowViewController()274 mNotificationStackScrollLayoutController.closeControlsIfOutsideTouch(ev); in setupExpandedStatusBar()
97 private final NotificationStackScrollLayoutController mNotificationStackScrollLayoutController; field in StatusBarCommandQueueCallbacks162 mNotificationStackScrollLayoutController = notificationStackScrollLayoutController; in StatusBarCommandQueueCallbacks()349 mNotificationStackScrollLayoutController.setWillExpand(true); in handleSystemKey()
254 private NotificationStackScrollLayoutController mNotificationStackScrollLayoutController; field in NotificationPanelViewControllerTest345 when(mNotificationStackScrollLayoutController.getHeight()).thenReturn(1000); in setup()346 when(mNotificationStackScrollLayoutController.getHeadsUpCallback()) in setup()423 mNotificationStackScrollLayoutController, in setup()490 verify(mNotificationStackScrollLayoutController) in testSetDozing_notifiesNsslAndStateController()638 when(mNotificationStackScrollLayoutController.getVisibleNotificationCount()).thenReturn(2); in testKeyguardStatusViewInSplitShade_changesConstraintsDependingOnNotifications()643 when(mNotificationStackScrollLayoutController.getVisibleNotificationCount()).thenReturn(0); in testKeyguardStatusViewInSplitShade_changesConstraintsDependingOnNotifications()725 when(mNotificationStackScrollLayoutController.isScrolledToBottom()).thenReturn(true); in testCanCollapsePanelOnTouch_trueWhenScrolledToBottom()799 when(mNotificationStackScrollLayoutController.getVisibleNotificationCount()).thenReturn(0); in testSwitchesToCorrectClockInSinglePaneShade()803 when(mNotificationStackScrollLayoutController.getVisibleNotificationCount()).thenReturn(1); in testSwitchesToCorrectClockInSinglePaneShade()[all …]
82 @Mock private NotificationStackScrollLayoutController mNotificationStackScrollLayoutController; field in StatusBarCommandQueueCallbacksTest114 mNotificationStackScrollLayoutController, in setup()
97 @Mock private NotificationStackScrollLayoutController mNotificationStackScrollLayoutController; field in NotificationShadeWindowViewTest142 mNotificationStackScrollLayoutController, in setUp()