/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/ |
D | QuickSettingsControllerImpl.java | 137 private final NotificationStackScrollLayoutController mNotificationStackScrollLayoutController; field in QuickSettingsControllerImpl 364 mNotificationStackScrollLayoutController = notificationStackScrollLayoutController; in QuickSettingsControllerImpl() 470 mNotificationStackScrollLayoutController.setOverscrollTopChangedListener( in initNotificationStackScrollLayoutController() 472 mNotificationStackScrollLayoutController.setOnStackYChanged(this::onStackYChanged); in initNotificationStackScrollLayoutController() 473 mNotificationStackScrollLayoutController.setOnScrollListener(this::onNotificationScrolled); in initNotificationStackScrollLayoutController() 567 return y <= mNotificationStackScrollLayoutController.getBottomMostNotificationBottom() in isTouchInQsArea() 714 float appearAmount = mNotificationStackScrollLayoutController in getHeaderTranslation() 722 appearAmount = mNotificationStackScrollLayoutController.calculateAppearFractionBypass(); in getHeaderTranslation() 857 mNotificationStackScrollLayoutController.setMaxTopPadding( in updateHeightsOnShadeLayoutChange() 1004 mNotificationStackScrollLayoutController.checkSnoozeLeavebehind(); in onExpansionStarted() [all …]
|
D | DebugDrawable.java | 40 private final NotificationStackScrollLayoutController mNotificationStackScrollLayoutController; field in DebugDrawable 53 mNotificationStackScrollLayoutController = notificationStackScrollLayoutController; in DebugDrawable() 92 mView.getWidth(), mNotificationStackScrollLayoutController.getTopPadding(), in draw()
|
D | NotificationPanelViewController.java | 292 private final NotificationStackScrollLayoutController mNotificationStackScrollLayoutController; field in NotificationPanelViewController 727 mNotificationStackScrollLayoutController = notificationStackScrollLayoutController; in NotificationPanelViewController() 786 mNotificationStackScrollLayoutController, mQsController)); in NotificationPanelViewController() 874 mNotificationStackScrollLayoutController.setOnHeightChangedListener( in onFinishInflate() 876 mNotificationStackScrollLayoutController.setOnEmptySpaceClickListener( in onFinishInflate() 880 mNotificationStackScrollLayoutController::setTrackingHeadsUp); in onFinishInflate() 881 mWakeUpCoordinator.setStackScroller(mNotificationStackScrollLayoutController); in onFinishInflate() 1091 mNotificationStackScrollLayoutController.setIsFullWidth(isFullWidth); in setIsFullWidth() 1129 mNotificationStackScrollLayoutController.setIntrinsicPadding(stackScrollerPadding); in positionClockAndNotifications() 1220 mNotificationStackScrollLayoutController.goToFullShade(delay); in transitionToExpandedShade() [all …]
|
D | NotificationShadeWindowViewController.java | 110 private final NotificationStackScrollLayoutController mNotificationStackScrollLayoutController; field in NotificationShadeWindowViewController 219 mNotificationStackScrollLayoutController = notificationStackScrollLayoutController; in NotificationShadeWindowViewController() 448 mNotificationStackScrollLayoutController.closeControlsIfOutsideTouch(ev); in setupExpandedStatusBar()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/shade/ |
D | QuickSettingsControllerImplTest.java | 257 verify(mNotificationStackScrollLayoutController) in onQsFragmentAttached_qsComposeFragmentDisabled_setHeaderInNSSL() 259 verify(mNotificationStackScrollLayoutController, never()).setQsHeaderBoundsProvider(any()); in onQsFragmentAttached_qsComposeFragmentDisabled_setHeaderInNSSL() 267 verify(mNotificationStackScrollLayoutController, never()) in onQsFragmentAttached_qsComposeFragmentEnabled_setQsHeaderBoundsProviderInNSSL() 272 verify(mNotificationStackScrollLayoutController) in onQsFragmentAttached_qsComposeFragmentEnabled_setQsHeaderBoundsProviderInNSSL() 292 verify(mNotificationStackScrollLayoutController).setQsHeader(null); in onQSFragmentDetached_qsComposeFragmentFlagDisabled_setViewToNullInNSSL() 293 verify(mNotificationStackScrollLayoutController, never()).setQsHeaderBoundsProvider(null); in onQSFragmentDetached_qsComposeFragmentFlagDisabled_setViewToNullInNSSL() 303 verify(mNotificationStackScrollLayoutController, never()).setQsHeader(null); in onQSFragmentDetached_qsComposeFragmentFlagEnabled_setBoundsProviderToNullInNSSL() 304 verify(mNotificationStackScrollLayoutController).setQsHeaderBoundsProvider(null); in onQSFragmentDetached_qsComposeFragmentFlagEnabled_setBoundsProviderToNullInNSSL() 321 when(mNotificationStackScrollLayoutController.getNotificationSquishinessFraction()) in setQsExpansion_lockscreenShadeTransitionInProgress_usesLockscreenSquishiness() 342 when(mNotificationStackScrollLayoutController.getNotificationSquishinessFraction()) in setQsExpansion_lockscreenShadeTransitionNotInProgress_usesStandardSquishiness()
|
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/shade/ |
D | QuickSettingsControllerImplBaseTest.java | 125 mNotificationStackScrollLayoutController; field in QuickSettingsControllerImplBaseTest 209 when(mNotificationStackScrollLayoutController.getHeight()).thenReturn(1000); in setup() 248 mNotificationStackScrollLayoutController, in setup()
|
D | NotificationPanelViewControllerBaseTest.java | 228 mNotificationStackScrollLayoutController; field in NotificationPanelViewControllerBaseTest 398 when(mNotificationStackScrollLayoutController.getHeight()).thenReturn(1000); in setup() 399 when(mNotificationStackScrollLayoutController.getHeadsUpCallback()) in setup() 536 mNotificationStackScrollLayoutController, in setup() 615 verify(mNotificationStackScrollLayoutController) in setup() 628 mNotificationStackScrollLayoutController, in setup() 727 when(mNotificationStackScrollLayoutController.getWidth()).thenReturn(nsslWidth); in setIsFullWidth()
|
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/statusbar/phone/ |
D | CentralSurfacesCommandQueueCallbacksTest.java | 103 @Mock private NotificationStackScrollLayoutController mNotificationStackScrollLayoutController; field in CentralSurfacesCommandQueueCallbacksTest 143 mNotificationStackScrollLayoutController, in setup()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
D | CentralSurfacesCommandQueueCallbacks.java | 106 private final NotificationStackScrollLayoutController mNotificationStackScrollLayoutController; field in CentralSurfacesCommandQueueCallbacks 185 mNotificationStackScrollLayoutController = notificationStackScrollLayoutController; in CentralSurfacesCommandQueueCallbacks() 346 mNotificationStackScrollLayoutController.setWillExpand(true); in handleSystemKey()
|