Searched refs:stackScrollerController (Results 1 – 5 of 5) sorted by relevance
80 private val stackScrollerController: NotificationStackScrollLayoutController = mock() constant in com.android.systemui.statusbar.notification.NotificationWakeUpCoordinatorTest129 notificationWakeUpCoordinator.setStackScroller(stackScrollerController) in setup()149 clearInvocations(stackScrollerController) in setDozeToOneThenZeroWillFullyShowNotifications()171 clearInvocations(stackScrollerController) in disablingBypassWillShowNotifications()213 clearInvocations(stackScrollerController) in switchingToShadeWithBypassEnabledWillShowNotifications()261 verify(stackScrollerController, never()).setDozeAmount(anyFloat()) in verifyDozeAmountOutputTracksDelay()262 verify(stackScrollerController, never()).setHideAmount(anyFloat(), anyFloat()) in verifyDozeAmountOutputTracksDelay()369 verify(stackScrollerController).setDozeAmount(eased(dozeAmount)) in verifyStackScrollerDozeAndHideAmount()370 verify(stackScrollerController).setHideAmount(hideAmount, eased(hideAmount)) in verifyStackScrollerDozeAndHideAmount()372 verify(stackScrollerController).setDozeAmount(anyFloat()) in verifyStackScrollerDozeAndHideAmount()[all …]
104 private lateinit var stackScrollerController: NotificationStackScrollLayoutController in <lambda>() variable346 stackScrollerController.getLocationOnScreen(mTemp2) in <lambda>()349 val childAtRawPosition = stackScrollerController.getChildAtRawPosition(totalX, totalY) in <lambda>()357 fun setUp(stackScrollerController: NotificationStackScrollLayoutController) { in <lambda>()358 this.stackScrollerController = stackScrollerController in <lambda>()
126 NotificationStackScrollLayoutController stackScrollerController, in HeadsUpAppearanceController() argument145 mAppearFraction = stackScrollerController.getAppearFraction(); in HeadsUpAppearanceController()146 mExpandedHeight = stackScrollerController.getExpandedHeight(); in HeadsUpAppearanceController()148 mStackScrollerController = stackScrollerController; in HeadsUpAppearanceController()
118 NotificationStackScrollLayoutController stackScrollerController, in StatusBarNotificationPresenter() argument145 mNsslController = stackScrollerController; in StatusBarNotificationPresenter()154 mAboveShelfObserver = new AboveShelfObserver(stackScrollerController.getView()); in StatusBarNotificationPresenter()
219 fun setStackScroller(stackScrollerController: NotificationStackScrollLayoutController) { in setStackScroller()220 mStackScrollerController = stackScrollerController in setStackScroller()221 pulseExpanding = stackScrollerController.isPulseExpanding in setStackScroller()222 stackScrollerController.setOnPulseHeightChangedListener { in setStackScroller()