Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
DHeadsUpAppearanceControllerTest.java69 private final NotificationStackScrollLayoutController mStackScrollerController = field in HeadsUpAppearanceControllerTest
122 mStackScrollerController, in setUp()
196 when(mStackScrollerController.getAppearFraction()).thenReturn(appearFraction); in constructor_animationValuesUpdated()
197 when(mStackScrollerController.getExpandedHeight()).thenReturn(expandedHeight); in constructor_animationValuesUpdated()
209 mStackScrollerController, in constructor_animationValuesUpdated()
226 reset(mStackScrollerController); in testDestroy()
234 verify(mStackScrollerController).removeOnExpandedHeightChangedListener(any()); in testDestroy()
DCentralSurfacesImplTest.java249 @Mock private NotificationStackScrollLayoutController mStackScrollerController; field in CentralSurfacesImplTest
414 when(mStackScrollerController.getView()).thenReturn(mStackScroller); in setup()
547 mStackScrollerController, in createCentralSurfaces()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DHeadsUpAppearanceController.java79 private final NotificationStackScrollLayoutController mStackScrollerController; field in HeadsUpAppearanceController
148 mStackScrollerController = stackScrollerController; in HeadsUpAppearanceController()
152 mStackScrollerController.setHeadsUpAppearanceController(this); in HeadsUpAppearanceController()
165 mStackScrollerController.requestLayout(); in HeadsUpAppearanceController()
189 mStackScrollerController.addOnExpandedHeightChangedListener(mSetExpandedHeight); in onViewAttached()
207 mStackScrollerController.removeOnExpandedHeightChangedListener(mSetExpandedHeight); in onViewDetached()
DCentralSurfacesImpl.java590 public final NotificationStackScrollLayoutController mStackScrollerController; field in CentralSurfacesImpl
763 mStackScrollerController = notificationStackScrollLayoutController; in CentralSurfacesImpl()
764 mStackScroller = mStackScrollerController.getView(); in CentralSurfacesImpl()
765 mNotifListContainer = mStackScrollerController.getNotificationListContainer(); in CentralSurfacesImpl()
1449 mStackScrollerController.setNotificationActivityStarter( in setUpPresenter()
1456 mStackScrollerController.getNotifStackController(), in setUpPresenter()
2622 mStackScrollerController.updateSensitivenessForOccludedWakeup();
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
DNotificationWakeUpCoordinator.kt74 private lateinit var mStackScrollerController: NotificationStackScrollLayoutController variable
112 mStackScrollerController.wakeUpFromPulse()
220 mStackScrollerController = stackScrollerController in setStackScroller()
240 fun isPulseExpanding(): Boolean = mStackScrollerController.isPulseExpanding in isPulseExpanding()
374 mStackScrollerController.setDozeAmount(outputEasedDozeAmount) in updateDozeAmount()
601 mStackScrollerController.setHideAmount(linearAmount, amount) in updateHideAmount()
606 mStackScrollerController.notifyHideAnimationStart(!awake) in notifyAnimationStart()