Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/shade/
H A DNotificationPanelViewControllerTest.java115 verify(mNotificationStackScrollLayoutController) in onNotificationHeightChangeWhileOnKeyguardWillComputeMaxKeyguardNotifications()
131 verify(mNotificationStackScrollLayoutController) in onNotificationHeightChangeWhileInShadeWillNotComputeMaxKeyguardNotifications()
256 verify(mNotificationStackScrollLayoutController).setDozing(eq(true), eq(false)); in testSetDozing_notifiesNsslAndStateController()
548 clearInvocations(mNotificationStackScrollLayoutController); in onKeyguardStatusViewHeightChange_animatesNextTopPaddingChangeForNSSL()
555 verify(mNotificationStackScrollLayoutController).animateNextTopPaddingChange(); in onKeyguardStatusViewHeightChange_animatesNextTopPaddingChangeForNSSL()
630 verify(mNotificationStackScrollLayoutController).setPanelFlinging(false); in testSwipe_exactlyToTarget_notifiesNssl()
779 verify(mNotificationStackScrollLayoutController, atLeastOnce()) in onQsSetExpansionHeightCalled_qsFullyExpandedOnKeyguard_showNSSL()
800 verify(mNotificationStackScrollLayoutController, atLeastOnce()) in onQsSetExpansionHeightCalled_qsFullyExpandedOnKeyguard_hideNSSL()
1070 verify(mNotificationStackScrollLayoutController).setUnlockHintRunning(true); in onEmptySpaceClicked_notDozingAndFaceDetectionIsNotRunning_startsUnlockAnimation()
1127 verify(mNotificationStackScrollLayoutController).setOverExpansion(123); in onSplitShadeChanged_duringShadeExpansion_resetsOverScrollState()
[all …]
H A DNotificationPanelViewControllerBaseTest.java252 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()
H A DQuickSettingsControllerBaseTest.java121 mNotificationStackScrollLayoutController; field in QuickSettingsControllerBaseTest
188 when(mNotificationStackScrollLayoutController.getHeight()).thenReturn(1000); in setup()
229 mNotificationStackScrollLayoutController, in setup()
H A DQuickSettingsControllerTest.java242 when(mNotificationStackScrollLayoutController.getNotificationSquishinessFraction()) in setQsExpansion_lockscreenShadeTransitionInProgress_usesLockscreenSquishiness()
263 when(mNotificationStackScrollLayoutController.getNotificationSquishinessFraction()) in setQsExpansion_lockscreenShadeTransitionNotInProgress_usesStandardSquishiness()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/
H A DQuickSettingsController.java696 float appearAmount = mNotificationStackScrollLayoutController in getHeaderTranslation()
830 mNotificationStackScrollLayoutController.setMaxTopPadding( in updateHeightsOnShadeLayoutChange()
970 mNotificationStackScrollLayoutController.checkSnoozeLeavebehind(); in onExpansionStarted()
983 mNotificationStackScrollLayoutController.setScrollingEnabled( in updateQsState()
1003 squishiness = mNotificationStackScrollLayoutController in updateExpansion()
1113 mNotificationStackScrollLayoutController.onExpansionStarted(); in onExpandingStarted()
1289 mNotificationStackScrollLayoutController.setRoundedClippingBounds( in applyClippingImmediately()
1408 mNotificationStackScrollLayoutController.getHeight() in calculatePanelHeightExpanded()
1433 mNotificationStackScrollLayoutController.getHeight()); in calculatePanelHeightExpanded()
1498 return mNotificationStackScrollLayoutController.getLeft() in calculateLeftClippingBound()
[all …]
H A DDebugDrawable.java40 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()
H A DNotificationPanelViewController.java1311 mNotificationStackScrollLayoutController.setOverExpansion(0); in onSplitShadeEnabledChanged()
1330 mNotificationStackScrollLayoutController.updateFooter(); in onSplitShadeEnabledChanged()
1759 return mNotificationStackScrollLayoutController in hasVisibleNotifications()
1784 mNotificationStackScrollLayoutController.getTop()); in getVerticalSpaceForLockscreenNotifications()
1791 mNotificationStackScrollLayoutController.getHeight() in getVerticalSpaceForLockscreenNotifications()
1849 mNotificationStackScrollLayoutController.getView(), in computeMaxKeyguardNotifications()
2149 return !mNotificationStackScrollLayoutController in isInContentBounds()
2428 mNotificationStackScrollLayoutController.updateTopPadding( in requestScrollerTopPaddingUpdate()
2613 mNotificationStackScrollLayoutController.setAlpha(alpha); in updateNotificationTranslucency()
3022 mNotificationStackScrollLayoutController in updateExpandedHeight()
[all …]
H A DNotificationShadeWindowViewController.java91 private final NotificationStackScrollLayoutController mNotificationStackScrollLayoutController; field in NotificationShadeWindowViewController
185 mNotificationStackScrollLayoutController = notificationStackScrollLayoutController; in NotificationShadeWindowViewController()
332 mNotificationStackScrollLayoutController.closeControlsIfOutsideTouch(ev); in setupExpandedStatusBar()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
H A DCentralSurfacesCommandQueueCallbacksTest.java96 @Mock private NotificationStackScrollLayoutController mNotificationStackScrollLayoutController; field in CentralSurfacesCommandQueueCallbacksTest
132 mNotificationStackScrollLayoutController, in setup()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DCentralSurfacesCommandQueueCallbacks.java100 private final NotificationStackScrollLayoutController mNotificationStackScrollLayoutController; field in CentralSurfacesCommandQueueCallbacks
171 mNotificationStackScrollLayoutController = notificationStackScrollLayoutController; in CentralSurfacesCommandQueueCallbacks()
328 mNotificationStackScrollLayoutController.setWillExpand(true); in handleSystemKey()