| /frameworks/base/packages/SystemUI/tests/src/com/android/systemui/shade/ |
| D | NotificationPanelViewControllerTest.java | 115 verify(mNotificationStackScrollLayoutController) in onNotificationHeightChangeWhileOnKeyguardWillComputeMaxKeyguardNotifications() 131 verify(mNotificationStackScrollLayoutController) in onNotificationHeightChangeWhileInShadeWillNotComputeMaxKeyguardNotifications() 256 verify(mNotificationStackScrollLayoutController).setDozing(eq(true), eq(false)); in testSetDozing_notifiesNsslAndStateController() 421 when(mNotificationStackScrollLayoutController.getVisibleNotificationCount()).thenReturn(2); in testKeyguardStatusViewInSplitShade_changesConstraintsDependingOnNotifications() 426 when(mNotificationStackScrollLayoutController.getVisibleNotificationCount()).thenReturn(0); in testKeyguardStatusViewInSplitShade_changesConstraintsDependingOnNotifications() 434 when(mNotificationStackScrollLayoutController.getVisibleNotificationCount()).thenReturn(2); in keyguardStatusView_splitShade_dozing_alwaysDozingOn_isCentered() 445 when(mNotificationStackScrollLayoutController.getVisibleNotificationCount()).thenReturn(2); in keyguardStatusView_splitShade_dozing_alwaysDozingOff_isNotCentered() 456 when(mNotificationStackScrollLayoutController.getVisibleNotificationCount()).thenReturn(2); in keyguardStatusView_splitShade_notDozing_alwaysDozingOn_isNotCentered() 467 when(mNotificationStackScrollLayoutController.getVisibleNotificationCount()).thenReturn(2); in keyguardStatusView_splitShade_pulsing_isNotCentered() 479 when(mNotificationStackScrollLayoutController.getVisibleNotificationCount()).thenReturn(2); in keyguardStatusView_splitShade_notPulsing_isNotCentered() [all …]
|
| D | NotificationPanelViewControllerBaseTest.java | 252 mNotificationStackScrollLayoutController; field in NotificationPanelViewControllerBaseTest 408 when(mNotificationStackScrollLayoutController.getHeight()).thenReturn(1000); in setup() 409 when(mNotificationStackScrollLayoutController.getHeadsUpCallback()) in setup() 603 mNotificationStackScrollLayoutController, in setup() 685 verify(mNotificationStackScrollLayoutController) in setup() 702 mNotificationStackScrollLayoutController, in setup() 746 when(mNotificationStackScrollLayoutController.getTop()).thenReturn(0); in setBottomPadding() 747 when(mNotificationStackScrollLayoutController.getHeight()).thenReturn(stackBottom); in setBottomPadding() 748 when(mNotificationStackScrollLayoutController.getBottom()).thenReturn(stackBottom); in setBottomPadding() 831 when(mNotificationStackScrollLayoutController.getWidth()).thenReturn(nsslWidth); in setIsFullWidth()
|
| D | QuickSettingsControllerBaseTest.java | 121 mNotificationStackScrollLayoutController; field in QuickSettingsControllerBaseTest 188 when(mNotificationStackScrollLayoutController.getHeight()).thenReturn(1000); in setup() 229 mNotificationStackScrollLayoutController, in setup()
|
| D | QuickSettingsControllerTest.java | 242 when(mNotificationStackScrollLayoutController.getNotificationSquishinessFraction()) in setQsExpansion_lockscreenShadeTransitionInProgress_usesLockscreenSquishiness() 263 when(mNotificationStackScrollLayoutController.getNotificationSquishinessFraction()) in setQsExpansion_lockscreenShadeTransitionNotInProgress_usesStandardSquishiness()
|
| /frameworks/base/packages/SystemUI/src/com/android/systemui/shade/ |
| D | DebugDrawable.java | 40 private final NotificationStackScrollLayoutController mNotificationStackScrollLayoutController; field in DebugDrawable 55 mNotificationStackScrollLayoutController = notificationStackScrollLayoutController; in DebugDrawable() 99 mNotificationStackScrollLayoutController.getTop() in draw() 104 drawDebugInfo(canvas, mNotificationStackScrollLayoutController.getBottom() in draw() 113 mView.getWidth(), mNotificationStackScrollLayoutController.getTopPadding(), in draw()
|
| D | QuickSettingsController.java | 135 private final NotificationStackScrollLayoutController mNotificationStackScrollLayoutController; field in QuickSettingsController 370 mNotificationStackScrollLayoutController = notificationStackScrollLayoutController; in QuickSettingsController() 475 mNotificationStackScrollLayoutController.setOverscrollTopChangedListener( in initNotificationStackScrollLayoutController() 477 mNotificationStackScrollLayoutController.setOnStackYChanged(this::onStackYChanged); in initNotificationStackScrollLayoutController() 478 mNotificationStackScrollLayoutController.setOnScrollListener(this::onNotificationScrolled); in initNotificationStackScrollLayoutController() 567 return y <= mNotificationStackScrollLayoutController.getBottomMostNotificationBottom() in isTouchInQsArea() 696 float appearAmount = mNotificationStackScrollLayoutController in getHeaderTranslation() 704 appearAmount = mNotificationStackScrollLayoutController.calculateAppearFractionBypass(); in getHeaderTranslation() 830 mNotificationStackScrollLayoutController.setMaxTopPadding( in updateHeightsOnShadeLayoutChange() 970 mNotificationStackScrollLayoutController.checkSnoozeLeavebehind(); in onExpansionStarted() [all …]
|
| D | NotificationPanelViewController.java | 318 private final NotificationStackScrollLayoutController mNotificationStackScrollLayoutController; field in NotificationPanelViewController 861 mNotificationStackScrollLayoutController = notificationStackScrollLayoutController; in NotificationPanelViewController() 940 mNotificationStackScrollLayoutController, mLockIconViewController, in NotificationPanelViewController() 1061 mNotificationStackScrollLayoutController.setOnHeightChangedListener( in onFinishInflate() 1063 mNotificationStackScrollLayoutController.setOnEmptySpaceClickListener( in onFinishInflate() 1068 mNotificationStackScrollLayoutController::setTrackingHeadsUp); in onFinishInflate() 1075 mWakeUpCoordinator.setStackScroller(mNotificationStackScrollLayoutController); in onFinishInflate() 1076 mPulseExpansionHandler.setUp(mNotificationStackScrollLayoutController); in onFinishInflate() 1121 setDreamLockscreenTransitionAlpha(mNotificationStackScrollLayoutController), in onFinishInflate() 1125 setTransitionY(mNotificationStackScrollLayoutController), mMainDispatcher); in onFinishInflate() [all …]
|
| D | NotificationShadeWindowViewController.java | 91 private final NotificationStackScrollLayoutController mNotificationStackScrollLayoutController; field in NotificationShadeWindowViewController 185 mNotificationStackScrollLayoutController = notificationStackScrollLayoutController; in NotificationShadeWindowViewController() 332 mNotificationStackScrollLayoutController.closeControlsIfOutsideTouch(ev); in setupExpandedStatusBar()
|
| /frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/ |
| D | CentralSurfacesCommandQueueCallbacksTest.java | 96 @Mock private NotificationStackScrollLayoutController mNotificationStackScrollLayoutController; field in CentralSurfacesCommandQueueCallbacksTest 132 mNotificationStackScrollLayoutController, in setup()
|
| /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
| D | CentralSurfacesCommandQueueCallbacks.java | 100 private final NotificationStackScrollLayoutController mNotificationStackScrollLayoutController; field in CentralSurfacesCommandQueueCallbacks 171 mNotificationStackScrollLayoutController = notificationStackScrollLayoutController; in CentralSurfacesCommandQueueCallbacks() 328 mNotificationStackScrollLayoutController.setWillExpand(true); in handleSystemKey()
|