/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/shade/ |
D | NotificationPanelViewControllerTest.java | 116 verify(mNotificationStackScrollLayoutController) in onNotificationHeightChangeWhileOnKeyguardWillComputeMaxKeyguardNotifications() 132 verify(mNotificationStackScrollLayoutController) in onNotificationHeightChangeWhileInShadeWillNotComputeMaxKeyguardNotifications() 207 when(mNotificationStackScrollLayoutController.getShelfHeight()).thenReturn(5); in getVerticalSpaceForLockscreenShelf_useLockIconBottomPadding_returnsShelfHeight() 224 when(mNotificationStackScrollLayoutController.getShelfHeight()).thenReturn(5); in getVerticalSpaceForLockscreenShelf_useIndicationBottomPadding_returnsZero() 241 when(mNotificationStackScrollLayoutController.getShelfHeight()).thenReturn(5); in getVerticalSpaceForLockscreenShelf_useAmbientBottomPadding_returnsZero() 258 when(mNotificationStackScrollLayoutController.getShelfHeight()).thenReturn(5); in getVerticalSpaceForLockscreenShelf_useLockIconPadding_returnsLessThanShelfHeight() 275 when(mNotificationStackScrollLayoutController.getShelfHeight()).thenReturn(5); in getVerticalSpaceForLockscreenShelf_splitShade() 294 verify(mNotificationStackScrollLayoutController).setDozing(eq(true), eq(false)); in testSetDozing_notifiesNsslAndStateController() 501 when(mNotificationStackScrollLayoutController.getVisibleNotificationCount()).thenReturn(2); in testKeyguardStatusViewInSplitShade_changesConstraintsDependingOnNotifications() 507 when(mNotificationStackScrollLayoutController.getVisibleNotificationCount()).thenReturn(0); in testKeyguardStatusViewInSplitShade_changesConstraintsDependingOnNotifications() [all …]
|
D | NotificationPanelViewControllerBaseTest.java | 280 mNotificationStackScrollLayoutController; field in NotificationPanelViewControllerBaseTest 510 when(mNotificationStackScrollLayoutController.getHeight()).thenReturn(1000); in setup() 511 when(mNotificationStackScrollLayoutController.getHeadsUpCallback()) in setup() 706 mNotificationStackScrollLayoutController, in setup() 799 verify(mNotificationStackScrollLayoutController) in setup() 814 mNotificationStackScrollLayoutController, in setup() 866 when(mNotificationStackScrollLayoutController.getTop()).thenReturn(0); in setBottomPadding() 867 when(mNotificationStackScrollLayoutController.getHeight()).thenReturn(stackBottom); in setBottomPadding() 868 when(mNotificationStackScrollLayoutController.getBottom()).thenReturn(stackBottom); in setBottomPadding() 951 when(mNotificationStackScrollLayoutController.getWidth()).thenReturn(nsslWidth); in setIsFullWidth()
|
D | QuickSettingsControllerImplBaseTest.java | 134 mNotificationStackScrollLayoutController; field in QuickSettingsControllerImplBaseTest 250 when(mNotificationStackScrollLayoutController.getHeight()).thenReturn(1000); in setup() 285 mNotificationStackScrollLayoutController, in setup()
|
D | QuickSettingsControllerImplTest.java | 244 when(mNotificationStackScrollLayoutController.getNotificationSquishinessFraction()) in setQsExpansion_lockscreenShadeTransitionInProgress_usesLockscreenSquishiness() 265 when(mNotificationStackScrollLayoutController.getNotificationSquishinessFraction()) in setQsExpansion_lockscreenShadeTransitionNotInProgress_usesStandardSquishiness()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/ |
D | DebugDrawable.java | 41 private final NotificationStackScrollLayoutController mNotificationStackScrollLayoutController; field in DebugDrawable 56 mNotificationStackScrollLayoutController = notificationStackScrollLayoutController; in DebugDrawable() 100 mNotificationStackScrollLayoutController.getTop() in draw() 105 drawDebugInfo(canvas, mNotificationStackScrollLayoutController.getBottom() in draw() 114 mView.getWidth(), mNotificationStackScrollLayoutController.getTopPadding(), in draw()
|
D | QuickSettingsControllerImpl.java | 138 private final NotificationStackScrollLayoutController mNotificationStackScrollLayoutController; field in QuickSettingsControllerImpl 361 mNotificationStackScrollLayoutController = notificationStackScrollLayoutController; in QuickSettingsControllerImpl() 471 mNotificationStackScrollLayoutController.setOverscrollTopChangedListener( in initNotificationStackScrollLayoutController() 473 mNotificationStackScrollLayoutController.setOnStackYChanged(this::onStackYChanged); in initNotificationStackScrollLayoutController() 474 mNotificationStackScrollLayoutController.setOnScrollListener(this::onNotificationScrolled); in initNotificationStackScrollLayoutController() 560 return y <= mNotificationStackScrollLayoutController.getBottomMostNotificationBottom() in isTouchInQsArea() 695 float appearAmount = mNotificationStackScrollLayoutController in getHeaderTranslation() 703 appearAmount = mNotificationStackScrollLayoutController.calculateAppearFractionBypass(); in getHeaderTranslation() 826 mNotificationStackScrollLayoutController.setMaxTopPadding( in updateHeightsOnShadeLayoutChange() 972 mNotificationStackScrollLayoutController.checkSnoozeLeavebehind(); in onExpansionStarted() [all …]
|
D | NotificationPanelViewController.java | 325 private final NotificationStackScrollLayoutController mNotificationStackScrollLayoutController; field in NotificationPanelViewController 882 mNotificationStackScrollLayoutController = notificationStackScrollLayoutController; in NotificationPanelViewController() 959 mNotificationStackScrollLayoutController, mLockIconViewController, in NotificationPanelViewController() 1079 mNotificationStackScrollLayoutController.setOnHeightChangedListener( in onFinishInflate() 1081 mNotificationStackScrollLayoutController.setOnEmptySpaceClickListener( in onFinishInflate() 1085 mNotificationStackScrollLayoutController::setTrackingHeadsUp); in onFinishInflate() 1092 mWakeUpCoordinator.setStackScroller(mNotificationStackScrollLayoutController); in onFinishInflate() 1093 mPulseExpansionHandler.setUp(mNotificationStackScrollLayoutController); in onFinishInflate() 1139 setDreamLockscreenTransitionAlpha(mNotificationStackScrollLayoutController), in onFinishInflate() 1143 setTransitionY(mNotificationStackScrollLayoutController), mMainDispatcher); in onFinishInflate() [all …]
|
D | NotificationShadeWindowViewController.java | 98 private final NotificationStackScrollLayoutController mNotificationStackScrollLayoutController; field in NotificationShadeWindowViewController 206 mNotificationStackScrollLayoutController = notificationStackScrollLayoutController; in NotificationShadeWindowViewController() 396 mNotificationStackScrollLayoutController.closeControlsIfOutsideTouch(ev); in setupExpandedStatusBar()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/ |
D | CentralSurfacesCommandQueueCallbacksTest.java | 97 @Mock private NotificationStackScrollLayoutController mNotificationStackScrollLayoutController; field in CentralSurfacesCommandQueueCallbacksTest 134 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() 325 mNotificationStackScrollLayoutController.setWillExpand(true); in handleSystemKey()
|