Searched refs:mStackScrollerController (Results 1 – 5 of 5) sorted by relevance
69 private final NotificationStackScrollLayoutController mStackScrollerController = field in HeadsUpAppearanceControllerTest122 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()
249 @Mock private NotificationStackScrollLayoutController mStackScrollerController; field in CentralSurfacesImplTest414 when(mStackScrollerController.getView()).thenReturn(mStackScroller); in setup()547 mStackScrollerController, in createCentralSurfaces()
79 private final NotificationStackScrollLayoutController mStackScrollerController; field in HeadsUpAppearanceController148 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()
590 public final NotificationStackScrollLayoutController mStackScrollerController; field in CentralSurfacesImpl763 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();
74 private lateinit var mStackScrollerController: NotificationStackScrollLayoutController variable112 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()