Home
last modified time | relevance | path

Searched refs:NotificationStackScrollLayoutController (Results 1 – 25 of 38) 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.java22 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.java23 import com.android.systemui.statusbar.notification.stack.NotificationStackScrollLayoutController;
48 NotificationStackScrollLayoutController controller) { in getNotificationsTopPadding()
DNotificationShelfController.java27 import com.android.systemui.statusbar.notification.stack.NotificationStackScrollLayoutController;
103 NotificationStackScrollLayoutController notificationStackScrollLayoutController) { in bind()
DPulseExpansionHandler.kt46 import com.android.systemui.statusbar.notification.stack.NotificationStackScrollLayoutController in <lambda>()
109 private lateinit var stackScrollerController: NotificationStackScrollLayoutController in <lambda>()
346 fun setUp(stackScrollerController: NotificationStackScrollLayoutController) { in <lambda>()
DLockscreenShadeTransitionController.kt38 import com.android.systemui.statusbar.notification.stack.NotificationStackScrollLayoutController in <lambda>()
81 private lateinit var nsslController: NotificationStackScrollLayoutController in <lambda>()
265 fun setStackScroller(nsslController: NotificationStackScrollLayoutController) { in <lambda>()
/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/
DDebugDrawable.java28 import com.android.systemui.statusbar.notification.stack.NotificationStackScrollLayoutController;
40 private final NotificationStackScrollLayoutController mNotificationStackScrollLayoutController;
49 NotificationStackScrollLayoutController notificationStackScrollLayoutController, in DebugDrawable()
DNotificationShadeWindowViewController.java57 import com.android.systemui.statusbar.notification.stack.NotificationStackScrollLayoutController;
79 private final NotificationStackScrollLayoutController mNotificationStackScrollLayoutController;
124 NotificationStackScrollLayoutController notificationStackScrollLayoutController, in NotificationShadeWindowViewController()
/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/phone/dagger/
DCentralSurfacesComponent.java36 import com.android.systemui.statusbar.notification.stack.NotificationStackScrollLayoutController;
105 NotificationStackScrollLayoutController getNotificationStackScrollLayoutController(); in getNotificationStackScrollLayoutController()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DNotificationStackScrollLayoutListContainerModule.java29 NotificationStackScrollLayoutController nsslController) { in provideListContainer()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
DHeadsUpAppearanceControllerTest.java49 import com.android.systemui.statusbar.notification.stack.NotificationStackScrollLayoutController;
65 private final NotificationStackScrollLayoutController mStackScrollerController =
66 mock(NotificationStackScrollLayoutController.class);
DStatusBarNotificationPresenterTest.java67 import com.android.systemui.statusbar.notification.stack.NotificationStackScrollLayoutController;
107 NotificationStackScrollLayoutController stackScrollLayoutController = in setup()
108 mock(NotificationStackScrollLayoutController.class); in setup()
DCentralSurfacesCommandQueueCallbacksTest.java55 import com.android.systemui.statusbar.notification.stack.NotificationStackScrollLayoutController;
90 @Mock private NotificationStackScrollLayoutController mNotificationStackScrollLayoutController;
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DHeadsUpAppearanceController.java44 import com.android.systemui.statusbar.notification.stack.NotificationStackScrollLayoutController;
75 private final NotificationStackScrollLayoutController mStackScrollerController;
119 NotificationStackScrollLayoutController stackScrollerController, in HeadsUpAppearanceController()
DCentralSurfacesCommandQueueCallbacks.java66 import com.android.systemui.statusbar.notification.stack.NotificationStackScrollLayoutController;
97 private final NotificationStackScrollLayoutController mNotificationStackScrollLayoutController;
134 NotificationStackScrollLayoutController notificationStackScrollLayoutController, in CentralSurfacesCommandQueueCallbacks()
DStatusBarNotificationPresenter.java68 import com.android.systemui.statusbar.notification.stack.NotificationStackScrollLayoutController;
118 NotificationStackScrollLayoutController stackScrollerController, in StatusBarNotificationPresenter()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/shade/
DNotificationShadeWindowViewTest.java58 import com.android.systemui.statusbar.notification.stack.NotificationStackScrollLayoutController;
90 @Mock private NotificationStackScrollLayoutController mNotificationStackScrollLayoutController;
DNotificationShadeWindowViewControllerTest.kt44 import com.android.systemui.statusbar.notification.stack.NotificationStackScrollLayoutController
79 @Mock private lateinit var stackScrollLayoutController: NotificationStackScrollLayoutController
/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/tests/src/com/android/systemui/statusbar/notification/
DNotificationWakeUpCoordinatorTest.kt28 import com.android.systemui.statusbar.notification.stack.NotificationStackScrollLayoutController
63 private val stackScrollerController: NotificationStackScrollLayoutController = mock()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/stack/
DNotificationStackScrollLayoutControllerTest.java73 import com.android.systemui.statusbar.notification.stack.NotificationStackScrollLayoutController.No…
147 private NotificationStackScrollLayoutController mController;
155 mController = new NotificationStackScrollLayoutController( in setUp()

12