Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DNotificationPanelViewController.java1413 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 …]
H A DNotificationShadeWindowViewController.java89 private final NotificationStackScrollLayoutController mNotificationStackScrollLayoutController; field in NotificationShadeWindowViewController
167 mNotificationStackScrollLayoutController = notificationStackScrollLayoutController; in NotificationShadeWindowViewController()
274 mNotificationStackScrollLayoutController.closeControlsIfOutsideTouch(ev); in setupExpandedStatusBar()
H A DStatusBarCommandQueueCallbacks.java97 private final NotificationStackScrollLayoutController mNotificationStackScrollLayoutController; field in StatusBarCommandQueueCallbacks
162 mNotificationStackScrollLayoutController = notificationStackScrollLayoutController; in StatusBarCommandQueueCallbacks()
349 mNotificationStackScrollLayoutController.setWillExpand(true); in handleSystemKey()
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
H A DNotificationPanelViewControllerTest.java254 private NotificationStackScrollLayoutController mNotificationStackScrollLayoutController; field in NotificationPanelViewControllerTest
345 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 …]
H A DStatusBarCommandQueueCallbacksTest.java82 @Mock private NotificationStackScrollLayoutController mNotificationStackScrollLayoutController; field in StatusBarCommandQueueCallbacksTest
114 mNotificationStackScrollLayoutController, in setup()
H A DNotificationShadeWindowViewTest.java97 @Mock private NotificationStackScrollLayoutController mNotificationStackScrollLayoutController; field in NotificationShadeWindowViewTest
142 mNotificationStackScrollLayoutController, in setUp()