Searched refs:mStackScrollerController (Results 1 – 5 of 5) sorted by relevance
57 private lateinit var mStackScrollerController: NotificationStackScrollLayoutController variable in com.android.systemui.statusbar.notification.NotificationWakeUpCoordinator83 mStackScrollerController.wakeUpFromPulse()160 mStackScrollerController = stackScrollerController in setStackScroller()172 fun isPulseExpanding(): Boolean = mStackScrollerController.isPulseExpanding in isPulseExpanding()257 mStackScrollerController.setDozeAmount(mDozeAmount) in setDozeAmount()380 mStackScrollerController.setHideAmount(linearAmount, amount) in updateHideAmount()385 mStackScrollerController.notifyHideAnimationStart(!awake) in notifyAnimationStart()
55 private final NotificationStackScrollLayoutController mStackScrollerController = field in HeadsUpAppearanceControllerTest97 mStackScrollerController, in setUp()176 mStackScrollerController, in testHeaderReadFromOldController()197 reset(mStackScrollerController); in testDestroy()204 verify(mStackScrollerController).removeOnExpandedHeightChangedListener(any()); in testDestroy()
188 @Mock private NotificationStackScrollLayoutController mStackScrollerController; field in StatusBarTest313 when(mStackScroller.getController()).thenReturn(mStackScrollerController); in setup()314 when(mStackScrollerController.getView()).thenReturn(mStackScroller); in setup()315 when(mStackScrollerController.getNotificationListContainer()).thenReturn( in setup()
53 private final NotificationStackScrollLayoutController mStackScrollerController; field in HeadsUpAppearanceController128 mStackScrollerController = stackScrollerController; in HeadsUpAppearanceController()132 mStackScrollerController.addOnExpandedHeightChangedListener(mSetExpandedHeight); in HeadsUpAppearanceController()133 mStackScrollerController.setHeadsUpAppearanceController(this); in HeadsUpAppearanceController()147 mStackScrollerController.requestLayout(); in HeadsUpAppearanceController()168 mStackScrollerController.removeOnExpandedHeightChangedListener(mSetExpandedHeight); in destroy()
713 private NotificationStackScrollLayoutController mStackScrollerController; field in StatusBar1124 mStackScrollerController = in makeStatusBarView()1126 mStackScroller = mStackScrollerController.getView(); in makeStatusBarView()1128 mStackScrollerController.getNotificationListContainer(); in makeStatusBarView()1450 mStackScrollerController.getNotificationListContainer(), in setUpPresenter()1456 mHeadsUpManager, mNotificationShadeWindowView, mStackScrollerController, in setUpPresenter()1482 mStackScrollerController.getNotificationListContainer(), in setUpPresenter()