Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/dagger/
H A DStatusBarComponent.java24 import com.android.systemui.statusbar.notification.stack.NotificationStackScrollLayoutController;
82 NotificationStackScrollLayoutController getNotificationStackScrollLayoutController(); in getNotificationStackScrollLayoutController()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DHeadsUpAppearanceController.java38 import com.android.systemui.statusbar.notification.stack.NotificationStackScrollLayoutController;
61 private final NotificationStackScrollLayoutController mStackScrollerController;
95 NotificationStackScrollLayoutController notificationStackScrollLayoutController, in HeadsUpAppearanceController()
124 NotificationStackScrollLayoutController stackScrollerController, in HeadsUpAppearanceController()
H A DNotificationShadeWindowViewController.java56 import com.android.systemui.statusbar.notification.stack.NotificationStackScrollLayoutController;
89 private final NotificationStackScrollLayoutController mNotificationStackScrollLayoutController;
142 NotificationStackScrollLayoutController notificationStackScrollLayoutController, in NotificationShadeWindowViewController()
H A DStatusBarCommandQueueCallbacks.java64 import com.android.systemui.statusbar.notification.stack.NotificationStackScrollLayoutController;
97 private final NotificationStackScrollLayoutController mNotificationStackScrollLayoutController;
135 NotificationStackScrollLayoutController notificationStackScrollLayoutController, in StatusBarCommandQueueCallbacks()
H A DStatusBarNotificationPresenter.java71 import com.android.systemui.statusbar.notification.stack.NotificationStackScrollLayoutController;
123 NotificationStackScrollLayoutController stackScrollerController, in StatusBarNotificationPresenter()
H A DNotificationPanelViewController.java173 import com.android.systemui.statusbar.notification.stack.NotificationStackScrollLayoutController;
260 private final NotificationStackScrollLayoutController mNotificationStackScrollLayoutController;
680 NotificationStackScrollLayoutController notificationStackScrollLayoutController, in NotificationPanelViewController()
3999 public NotificationStackScrollLayoutController getNotificationStackScrollLayoutController() { in getNotificationStackScrollLayoutController()
H A DStatusBar.java217 import com.android.systemui.statusbar.notification.stack.NotificationStackScrollLayoutController;
678 private NotificationStackScrollLayoutController mStackScrollerController;
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DNotificationShelfController.java24 import com.android.systemui.statusbar.notification.stack.NotificationStackScrollLayoutController;
98 NotificationStackScrollLayoutController notificationStackScrollLayoutController) { in bind()
H A DPulseExpansionHandler.kt45 import com.android.systemui.statusbar.notification.stack.NotificationStackScrollLayoutController
105 private lateinit var stackScrollerController: NotificationStackScrollLayoutController
325 fun setUp(stackScrollerController: NotificationStackScrollLayoutController) {
H A DLockscreenShadeTransitionController.kt36 import com.android.systemui.statusbar.notification.stack.NotificationStackScrollLayoutController
74 private lateinit var nsslController: NotificationStackScrollLayoutController
187 fun setStackScroller(nsslController: NotificationStackScrollLayoutController) {
H A DNotificationShelf.java44 import com.android.systemui.statusbar.notification.stack.NotificationStackScrollLayoutController;
69 private NotificationStackScrollLayoutController mHostLayoutController;
111 NotificationStackScrollLayoutController hostLayoutController) { in bind()
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
H A DHeadsUpAppearanceControllerTest.java42 import com.android.systemui.statusbar.notification.stack.NotificationStackScrollLayoutController;
55 private final NotificationStackScrollLayoutController mStackScrollerController =
56 mock(NotificationStackScrollLayoutController.class);
H A DStatusBarNotificationPresenterTest.java62 import com.android.systemui.statusbar.notification.stack.NotificationStackScrollLayoutController;
100 NotificationStackScrollLayoutController stackScrollLayoutController = in setup()
101 mock(NotificationStackScrollLayoutController.class); in setup()
H A DStatusBarCommandQueueCallbacksTest.java45 import com.android.systemui.statusbar.notification.stack.NotificationStackScrollLayoutController;
82 @Mock private NotificationStackScrollLayoutController mNotificationStackScrollLayoutController;
H A DNotificationShadeWindowViewTest.java54 import com.android.systemui.statusbar.notification.stack.NotificationStackScrollLayoutController;
97 @Mock private NotificationStackScrollLayoutController mNotificationStackScrollLayoutController;
H A DNotificationPanelViewControllerTest.java124 import com.android.systemui.statusbar.notification.stack.NotificationStackScrollLayoutController;
254 private NotificationStackScrollLayoutController mNotificationStackScrollLayoutController;
H A DStatusBarTest.java134 import com.android.systemui.statusbar.notification.stack.NotificationStackScrollLayoutController;
187 @Mock private NotificationStackScrollLayoutController mStackScrollerController;
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
H A DNotificationWakeUpCoordinator.kt26 import com.android.systemui.statusbar.notification.stack.NotificationStackScrollLayoutController
57 private lateinit var mStackScrollerController: NotificationStackScrollLayoutController
159 fun setStackScroller(stackScrollerController: NotificationStackScrollLayoutController) {
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/stack/
H A DNotificationStackScrollLayoutControllerTest.java71 import com.android.systemui.statusbar.notification.stack.NotificationStackScrollLayoutController.No…
140 private NotificationStackScrollLayoutController mController;
151 mController = new NotificationStackScrollLayoutController( in setUp()
H A DNotificationStackScrollLayoutTest.java105 @Mock private NotificationStackScrollLayoutController mStackScrollLayoutController;
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/
H A DLockscreenShadeTransitionControllerTest.kt20 import com.android.systemui.statusbar.notification.stack.NotificationStackScrollLayoutController
72 @Mock lateinit var nsslController: NotificationStackScrollLayoutController
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
H A DNotificationStackScrollLayoutController.java142 public class NotificationStackScrollLayoutController { class
618 public NotificationStackScrollLayoutController( in NotificationStackScrollLayoutController() method in NotificationStackScrollLayoutController
1597 if (NotificationStackScrollLayoutController.DEBUG) {
1644 NotificationStackScrollLayoutController.this
1710 return NotificationStackScrollLayoutController.this.isInVisibleLocation(entry);
H A DNotificationStackScrollLayout.java468 private NotificationStackScrollLayoutController mController;
531 private NotificationStackScrollLayoutController.TouchHandler mTouchHandler;
5309 NotificationStackScrollLayoutController notificationStackScrollLayoutController) { in setController()
5408 void setTouchHandler(NotificationStackScrollLayoutController.TouchHandler touchHandler) { in setTouchHandler()