Home
last modified time | relevance | path

Searched refs:NotificationStackScrollLayoutController (Results 1 – 25 of 44) sorted by relevance

12

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DSingleShadeLockScreenOverScroller.kt8 import com.android.systemui.statusbar.notification.stack.NotificationStackScrollLayoutController
20 @Assisted private val nsslController: NotificationStackScrollLayoutController
71 nsslController: NotificationStackScrollLayoutController in interface()
DQsFrameTranslateController.java23 import com.android.systemui.statusbar.notification.stack.NotificationStackScrollLayoutController;
46 NotificationStackScrollLayoutController controller); in getNotificationsTopPadding()
DSplitShadeLockScreenOverScroller.kt14 import com.android.systemui.statusbar.notification.stack.NotificationStackScrollLayoutController in <lambda>()
31 @Assisted private val nsslControllerProvider: () -> NotificationStackScrollLayoutController in <lambda>()
43 private val nsslController: NotificationStackScrollLayoutController in <lambda>()
147 nsslControllerProvider: () -> NotificationStackScrollLayoutController in <lambda>()
DQsFrameTranslateImpl.java24 import com.android.systemui.statusbar.notification.stack.NotificationStackScrollLayoutController;
48 NotificationStackScrollLayoutController controller) { in getNotificationsTopPadding()
DNotificationShelfController.kt24 import com.android.systemui.statusbar.notification.stack.NotificationStackScrollLayoutController
44 notificationStackScrollLayoutController: NotificationStackScrollLayoutController,
DLegacyNotificationShelfControllerImpl.java25 import com.android.systemui.statusbar.notification.stack.NotificationStackScrollLayoutController;
95 NotificationStackScrollLayoutController notificationStackScrollLayoutController) { in bind()
DPulseExpansionHandler.kt46 import com.android.systemui.statusbar.notification.stack.NotificationStackScrollLayoutController in <lambda>()
104 private lateinit var stackScrollerController: NotificationStackScrollLayoutController in <lambda>()
341 fun setUp(stackScrollerController: NotificationStackScrollLayoutController) { in <lambda>()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DStatusBarHeadsUpChangeListener.java26 import com.android.systemui.statusbar.notification.stack.NotificationStackScrollLayoutController;
40 private final NotificationStackScrollLayoutController mNsslController;
51 NotificationStackScrollLayoutController nsslController, in StatusBarHeadsUpChangeListener()
DStatusBarNotificationPresenter.java62 import com.android.systemui.statusbar.notification.stack.NotificationStackScrollLayoutController;
83 private final NotificationStackScrollLayoutController mNsslController;
104 NotificationStackScrollLayoutController stackScrollerController, in StatusBarNotificationPresenter()
DHeadsUpAppearanceController.java43 import com.android.systemui.statusbar.notification.stack.NotificationStackScrollLayoutController;
74 private final NotificationStackScrollLayoutController mStackScrollerController;
119 NotificationStackScrollLayoutController stackScrollerController, in HeadsUpAppearanceController()
DCentralSurfacesCommandQueueCallbacks.java69 import com.android.systemui.statusbar.notification.stack.NotificationStackScrollLayoutController;
100 private final NotificationStackScrollLayoutController mNotificationStackScrollLayoutController;
142 NotificationStackScrollLayoutController notificationStackScrollLayoutController, in CentralSurfacesCommandQueueCallbacks()
/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/
DShadeSurface.kt21 import com.android.systemui.statusbar.notification.stack.NotificationStackScrollLayoutController
68 val notificationStackScrollLayoutController: NotificationStackScrollLayoutController
DDebugDrawable.java28 import com.android.systemui.statusbar.notification.stack.NotificationStackScrollLayoutController;
40 private final NotificationStackScrollLayoutController mNotificationStackScrollLayoutController;
49 NotificationStackScrollLayoutController notificationStackScrollLayoutController, in DebugDrawable()
DNotificationsQSContainerController.kt41 import com.android.systemui.statusbar.notification.stack.NotificationStackScrollLayoutController in <lambda>()
63 notificationStackScrollLayoutController: NotificationStackScrollLayoutController, in <lambda>()
DNotificationShadeWindowViewController.java67 import com.android.systemui.statusbar.notification.stack.NotificationStackScrollLayoutController;
91 private final NotificationStackScrollLayoutController mNotificationStackScrollLayoutController;
151 NotificationStackScrollLayoutController notificationStackScrollLayoutController, in NotificationShadeWindowViewController()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/
DSingleShadeLockScreenOverScrollerTest.kt7 import com.android.systemui.statusbar.notification.stack.NotificationStackScrollLayoutController
22 @Mock private lateinit var nsslController: NotificationStackScrollLayoutController
DSplitShadeLockScreenOverScrollerTest.kt9 import com.android.systemui.statusbar.notification.stack.NotificationStackScrollLayoutController
35 @Mock private lateinit var nsslController: NotificationStackScrollLayoutController
/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/transition/
DShadeTransitionController.kt32 import com.android.systemui.statusbar.notification.stack.NotificationStackScrollLayoutController in <lambda>()
51 lateinit var notificationStackScrollLayoutController: NotificationStackScrollLayoutController in <lambda>()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/shelf/ui/viewbinder/
DNotificationShelfViewBinder.kt32 import com.android.systemui.statusbar.notification.stack.NotificationStackScrollLayoutController
62 notificationStackScrollLayoutController: NotificationStackScrollLayoutController, in canModifyColorOfNotifications()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
DStatusBarNotificationPresenterTest.java62 import com.android.systemui.statusbar.notification.stack.NotificationStackScrollLayoutController;
99 NotificationStackScrollLayoutController stackScrollLayoutController = in setup()
100 mock(NotificationStackScrollLayoutController.class); in setup()
DHeadsUpAppearanceControllerTest.java48 import com.android.systemui.statusbar.notification.stack.NotificationStackScrollLayoutController;
64 private final NotificationStackScrollLayoutController mStackScrollerController =
65 mock(NotificationStackScrollLayoutController.class);
DCentralSurfacesCommandQueueCallbacksTest.java61 import com.android.systemui.statusbar.notification.stack.NotificationStackScrollLayoutController;
96 @Mock private NotificationStackScrollLayoutController mNotificationStackScrollLayoutController;
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
DNotificationWakeUpCoordinator.kt34 import com.android.systemui.statusbar.notification.stack.NotificationStackScrollLayoutController
65 private lateinit var mStackScrollerController: NotificationStackScrollLayoutController
202 fun setStackScroller(stackScrollerController: NotificationStackScrollLayoutController) { in setStackScroller()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/dagger/
DNotificationsModule.java69 import com.android.systemui.statusbar.notification.stack.NotificationStackScrollLayoutController;
173 NotificationStackScrollLayoutController nsslController) { in provideListContainer()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/
DNotificationWakeUpCoordinatorTest.kt29 import com.android.systemui.statusbar.notification.stack.NotificationStackScrollLayoutController
64 private val stackScrollerController: NotificationStackScrollLayoutController = mock()

12