Home
last modified time | relevance | path

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

12

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

12