Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/
DQuickSettingsControllerImpl.java137 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 …]
DDebugDrawable.java40 private final NotificationStackScrollLayoutController mNotificationStackScrollLayoutController; field in DebugDrawable
53 mNotificationStackScrollLayoutController = notificationStackScrollLayoutController; in DebugDrawable()
92 mView.getWidth(), mNotificationStackScrollLayoutController.getTopPadding(), in draw()
DNotificationPanelViewController.java292 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 …]
DNotificationShadeWindowViewController.java110 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/
DQuickSettingsControllerImplTest.java257 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/
DQuickSettingsControllerImplBaseTest.java125 mNotificationStackScrollLayoutController; field in QuickSettingsControllerImplBaseTest
209 when(mNotificationStackScrollLayoutController.getHeight()).thenReturn(1000); in setup()
248 mNotificationStackScrollLayoutController, in setup()
DNotificationPanelViewControllerBaseTest.java228 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/
DCentralSurfacesCommandQueueCallbacksTest.java103 @Mock private NotificationStackScrollLayoutController mNotificationStackScrollLayoutController; field in CentralSurfacesCommandQueueCallbacksTest
143 mNotificationStackScrollLayoutController, in setup()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DCentralSurfacesCommandQueueCallbacks.java106 private final NotificationStackScrollLayoutController mNotificationStackScrollLayoutController; field in CentralSurfacesCommandQueueCallbacks
185 mNotificationStackScrollLayoutController = notificationStackScrollLayoutController; in CentralSurfacesCommandQueueCallbacks()
346 mNotificationStackScrollLayoutController.setWillExpand(true); in handleSystemKey()