Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/shade/
DNotificationPanelViewControllerTest.java116 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 …]
DNotificationPanelViewControllerBaseTest.java280 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()
DQuickSettingsControllerImplBaseTest.java134 mNotificationStackScrollLayoutController; field in QuickSettingsControllerImplBaseTest
250 when(mNotificationStackScrollLayoutController.getHeight()).thenReturn(1000); in setup()
285 mNotificationStackScrollLayoutController, in setup()
DQuickSettingsControllerImplTest.java244 when(mNotificationStackScrollLayoutController.getNotificationSquishinessFraction()) in setQsExpansion_lockscreenShadeTransitionInProgress_usesLockscreenSquishiness()
265 when(mNotificationStackScrollLayoutController.getNotificationSquishinessFraction()) in setQsExpansion_lockscreenShadeTransitionNotInProgress_usesStandardSquishiness()
/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/
DDebugDrawable.java41 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()
DQuickSettingsControllerImpl.java138 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 …]
DNotificationPanelViewController.java325 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 …]
DNotificationShadeWindowViewController.java98 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/
DCentralSurfacesCommandQueueCallbacksTest.java97 @Mock private NotificationStackScrollLayoutController mNotificationStackScrollLayoutController; field in CentralSurfacesCommandQueueCallbacksTest
134 mNotificationStackScrollLayoutController, in setup()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DCentralSurfacesCommandQueueCallbacks.java100 private final NotificationStackScrollLayoutController mNotificationStackScrollLayoutController; field in CentralSurfacesCommandQueueCallbacks
171 mNotificationStackScrollLayoutController = notificationStackScrollLayoutController; in CentralSurfacesCommandQueueCallbacks()
325 mNotificationStackScrollLayoutController.setWillExpand(true); in handleSystemKey()