Home
last modified time | relevance | path

Searched refs:mStackScrollerController (Results 1 – 5 of 5) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
H A DHeadsUpAppearanceControllerTest.java64 private final NotificationStackScrollLayoutController mStackScrollerController = field in HeadsUpAppearanceControllerTest
116 mStackScrollerController, in setUp()
187 when(mStackScrollerController.getAppearFraction()).thenReturn(appearFraction); in constructor_animationValuesUpdated()
188 when(mStackScrollerController.getExpandedHeight()).thenReturn(expandedHeight); in constructor_animationValuesUpdated()
200 mStackScrollerController, in constructor_animationValuesUpdated()
216 reset(mStackScrollerController); in testDestroy()
224 verify(mStackScrollerController).removeOnExpandedHeightChangedListener(any()); in testDestroy()
H A DCentralSurfacesImplTest.java227 @Mock private NotificationStackScrollLayoutController mStackScrollerController; field in CentralSurfacesImplTest
403 when(mStackScrollerController.getView()).thenReturn(mStackScroller); in setup()
518 mStackScrollerController, in setup()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DHeadsUpAppearanceController.java74 private final NotificationStackScrollLayoutController mStackScrollerController; field in HeadsUpAppearanceController
139 mStackScrollerController = stackScrollerController; in HeadsUpAppearanceController()
141 mStackScrollerController.setHeadsUpAppearanceController(this); in HeadsUpAppearanceController()
154 mStackScrollerController.requestLayout(); in HeadsUpAppearanceController()
175 mStackScrollerController.addOnExpandedHeightChangedListener(mSetExpandedHeight); in onViewAttached()
190 mStackScrollerController.removeOnExpandedHeightChangedListener(mSetExpandedHeight); in onViewDetached()
H A DCentralSurfacesImpl.java636 public final NotificationStackScrollLayoutController mStackScrollerController; field in CentralSurfacesImpl
834 mStackScrollerController = notificationStackScrollLayoutController; in CentralSurfacesImpl()
835 mStackScroller = mStackScrollerController.getView(); in CentralSurfacesImpl()
836 mNotifListContainer = mStackScrollerController.getNotificationListContainer(); in CentralSurfacesImpl()
1558 mStackScrollerController.setNotificationActivityStarter(mNotificationActivityStarter); in setUpPresenter()
1564 mStackScrollerController.getNotifStackController(), in setUpPresenter()
2766 mStackScrollerController.setBouncerShowingFromCentralSurfaces(bouncerShowing); in setBouncerShowing()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
H A DNotificationWakeUpCoordinator.kt65 private lateinit var mStackScrollerController: NotificationStackScrollLayoutController
103 mStackScrollerController.wakeUpFromPulse()
203 mStackScrollerController = stackScrollerController
215 fun isPulseExpanding(): Boolean = mStackScrollerController.isPulseExpanding
342 mStackScrollerController.setDozeAmount(outputEasedDozeAmount)
548 mStackScrollerController.setHideAmount(linearAmount, amount)
553 mStackScrollerController.notifyHideAnimationStart(!awake)