Searched refs:mStackScrollerController (Results 1 – 5 of 5) sorted by relevance
64 private final NotificationStackScrollLayoutController mStackScrollerController = field in HeadsUpAppearanceControllerTest116 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()
227 @Mock private NotificationStackScrollLayoutController mStackScrollerController; field in CentralSurfacesImplTest403 when(mStackScrollerController.getView()).thenReturn(mStackScroller); in setup()518 mStackScrollerController, in setup()
74 private final NotificationStackScrollLayoutController mStackScrollerController; field in HeadsUpAppearanceController139 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()
636 public final NotificationStackScrollLayoutController mStackScrollerController; field in CentralSurfacesImpl834 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()
65 private lateinit var mStackScrollerController: NotificationStackScrollLayoutController103 mStackScrollerController.wakeUpFromPulse()203 mStackScrollerController = stackScrollerController215 fun isPulseExpanding(): Boolean = mStackScrollerController.isPulseExpanding342 mStackScrollerController.setDozeAmount(outputEasedDozeAmount)548 mStackScrollerController.setHideAmount(linearAmount, amount)553 mStackScrollerController.notifyHideAnimationStart(!awake)