/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/dagger/ |
H A D | StatusBarComponent.java | 24 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 D | HeadsUpAppearanceController.java | 38 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 D | NotificationShadeWindowViewController.java | 56 import com.android.systemui.statusbar.notification.stack.NotificationStackScrollLayoutController; 89 private final NotificationStackScrollLayoutController mNotificationStackScrollLayoutController; 142 NotificationStackScrollLayoutController notificationStackScrollLayoutController, in NotificationShadeWindowViewController()
|
H A D | StatusBarCommandQueueCallbacks.java | 64 import com.android.systemui.statusbar.notification.stack.NotificationStackScrollLayoutController; 97 private final NotificationStackScrollLayoutController mNotificationStackScrollLayoutController; 135 NotificationStackScrollLayoutController notificationStackScrollLayoutController, in StatusBarCommandQueueCallbacks()
|
H A D | StatusBarNotificationPresenter.java | 71 import com.android.systemui.statusbar.notification.stack.NotificationStackScrollLayoutController; 123 NotificationStackScrollLayoutController stackScrollerController, in StatusBarNotificationPresenter()
|
H A D | NotificationPanelViewController.java | 173 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 D | StatusBar.java | 217 import com.android.systemui.statusbar.notification.stack.NotificationStackScrollLayoutController; 678 private NotificationStackScrollLayoutController mStackScrollerController;
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/ |
H A D | NotificationShelfController.java | 24 import com.android.systemui.statusbar.notification.stack.NotificationStackScrollLayoutController; 98 NotificationStackScrollLayoutController notificationStackScrollLayoutController) { in bind()
|
H A D | PulseExpansionHandler.kt | 45 import com.android.systemui.statusbar.notification.stack.NotificationStackScrollLayoutController 105 private lateinit var stackScrollerController: NotificationStackScrollLayoutController 325 fun setUp(stackScrollerController: NotificationStackScrollLayoutController) {
|
H A D | LockscreenShadeTransitionController.kt | 36 import com.android.systemui.statusbar.notification.stack.NotificationStackScrollLayoutController 74 private lateinit var nsslController: NotificationStackScrollLayoutController 187 fun setStackScroller(nsslController: NotificationStackScrollLayoutController) {
|
H A D | NotificationShelf.java | 44 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 D | HeadsUpAppearanceControllerTest.java | 42 import com.android.systemui.statusbar.notification.stack.NotificationStackScrollLayoutController; 55 private final NotificationStackScrollLayoutController mStackScrollerController = 56 mock(NotificationStackScrollLayoutController.class);
|
H A D | StatusBarNotificationPresenterTest.java | 62 import com.android.systemui.statusbar.notification.stack.NotificationStackScrollLayoutController; 100 NotificationStackScrollLayoutController stackScrollLayoutController = in setup() 101 mock(NotificationStackScrollLayoutController.class); in setup()
|
H A D | StatusBarCommandQueueCallbacksTest.java | 45 import com.android.systemui.statusbar.notification.stack.NotificationStackScrollLayoutController; 82 @Mock private NotificationStackScrollLayoutController mNotificationStackScrollLayoutController;
|
H A D | NotificationShadeWindowViewTest.java | 54 import com.android.systemui.statusbar.notification.stack.NotificationStackScrollLayoutController; 97 @Mock private NotificationStackScrollLayoutController mNotificationStackScrollLayoutController;
|
H A D | NotificationPanelViewControllerTest.java | 124 import com.android.systemui.statusbar.notification.stack.NotificationStackScrollLayoutController; 254 private NotificationStackScrollLayoutController mNotificationStackScrollLayoutController;
|
H A D | StatusBarTest.java | 134 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 D | NotificationWakeUpCoordinator.kt | 26 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 D | NotificationStackScrollLayoutControllerTest.java | 71 import com.android.systemui.statusbar.notification.stack.NotificationStackScrollLayoutController.No… 140 private NotificationStackScrollLayoutController mController; 151 mController = new NotificationStackScrollLayoutController( in setUp()
|
H A D | NotificationStackScrollLayoutTest.java | 105 @Mock private NotificationStackScrollLayoutController mStackScrollLayoutController;
|
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/ |
H A D | LockscreenShadeTransitionControllerTest.kt | 20 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 D | NotificationStackScrollLayoutController.java | 142 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 D | NotificationStackScrollLayout.java | 468 private NotificationStackScrollLayoutController mController; 531 private NotificationStackScrollLayoutController.TouchHandler mTouchHandler; 5309 NotificationStackScrollLayoutController notificationStackScrollLayoutController) { in setController() 5408 void setTouchHandler(NotificationStackScrollLayoutController.TouchHandler touchHandler) { in setTouchHandler()
|