/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/ |
H A D | SingleShadeLockScreenOverScroller.kt | 8 import com.android.systemui.statusbar.notification.stack.NotificationStackScrollLayoutController 20 @Assisted private val nsslController: NotificationStackScrollLayoutController 71 nsslController: NotificationStackScrollLayoutController
|
H A D | SplitShadeLockScreenOverScroller.kt | 14 import com.android.systemui.statusbar.notification.stack.NotificationStackScrollLayoutController 31 @Assisted private val nsslControllerProvider: () -> NotificationStackScrollLayoutController 43 private val nsslController: NotificationStackScrollLayoutController 147 nsslControllerProvider: () -> NotificationStackScrollLayoutController
|
H A D | QsFrameTranslateController.java | 23 import com.android.systemui.statusbar.notification.stack.NotificationStackScrollLayoutController; 46 NotificationStackScrollLayoutController controller); in getNotificationsTopPadding()
|
H A D | QsFrameTranslateImpl.java | 24 import com.android.systemui.statusbar.notification.stack.NotificationStackScrollLayoutController; 48 NotificationStackScrollLayoutController controller) { in getNotificationsTopPadding()
|
H A D | NotificationShelfController.kt | 24 import com.android.systemui.statusbar.notification.stack.NotificationStackScrollLayoutController 44 notificationStackScrollLayoutController: NotificationStackScrollLayoutController,
|
H A D | LegacyNotificationShelfControllerImpl.java | 25 import com.android.systemui.statusbar.notification.stack.NotificationStackScrollLayoutController; 95 NotificationStackScrollLayoutController notificationStackScrollLayoutController) { in bind()
|
H A D | PulseExpansionHandler.kt | 46 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 D | StatusBarHeadsUpChangeListener.java | 26 import com.android.systemui.statusbar.notification.stack.NotificationStackScrollLayoutController; 40 private final NotificationStackScrollLayoutController mNsslController; 51 NotificationStackScrollLayoutController nsslController, in StatusBarHeadsUpChangeListener()
|
H A D | StatusBarNotificationPresenter.java | 62 import com.android.systemui.statusbar.notification.stack.NotificationStackScrollLayoutController; 83 private final NotificationStackScrollLayoutController mNsslController; 104 NotificationStackScrollLayoutController stackScrollerController, in StatusBarNotificationPresenter()
|
H A D | HeadsUpAppearanceController.java | 43 import com.android.systemui.statusbar.notification.stack.NotificationStackScrollLayoutController; 74 private final NotificationStackScrollLayoutController mStackScrollerController; 119 NotificationStackScrollLayoutController stackScrollerController, in HeadsUpAppearanceController()
|
H A D | CentralSurfacesCommandQueueCallbacks.java | 69 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 D | ShadeSurface.kt | 21 import com.android.systemui.statusbar.notification.stack.NotificationStackScrollLayoutController 68 val notificationStackScrollLayoutController: NotificationStackScrollLayoutController
|
H A D | DebugDrawable.java | 28 import com.android.systemui.statusbar.notification.stack.NotificationStackScrollLayoutController; 40 private final NotificationStackScrollLayoutController mNotificationStackScrollLayoutController; 49 NotificationStackScrollLayoutController notificationStackScrollLayoutController, in DebugDrawable()
|
H A D | NotificationsQSContainerController.kt | 41 import com.android.systemui.statusbar.notification.stack.NotificationStackScrollLayoutController 63 notificationStackScrollLayoutController: NotificationStackScrollLayoutController,
|
H A D | NotificationShadeWindowViewController.java | 67 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 D | SingleShadeLockScreenOverScrollerTest.kt | 7 import com.android.systemui.statusbar.notification.stack.NotificationStackScrollLayoutController 22 @Mock private lateinit var nsslController: NotificationStackScrollLayoutController
|
H A D | SplitShadeLockScreenOverScrollerTest.kt | 9 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 D | ShadeTransitionController.kt | 32 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 D | NotificationShelfViewBinder.kt | 32 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 D | HeadsUpAppearanceControllerTest.java | 48 import com.android.systemui.statusbar.notification.stack.NotificationStackScrollLayoutController; 64 private final NotificationStackScrollLayoutController mStackScrollerController = 65 mock(NotificationStackScrollLayoutController.class);
|
H A D | StatusBarNotificationPresenterTest.java | 62 import com.android.systemui.statusbar.notification.stack.NotificationStackScrollLayoutController; 99 NotificationStackScrollLayoutController stackScrollLayoutController = in setup() 100 mock(NotificationStackScrollLayoutController.class); in setup()
|
H A D | CentralSurfacesCommandQueueCallbacksTest.java | 61 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 D | NotificationWakeUpCoordinator.kt | 34 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 D | NotificationsModule.java | 69 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 D | NotificationWakeUpCoordinatorTest.kt | 29 import com.android.systemui.statusbar.notification.stack.NotificationStackScrollLayoutController 64 private val stackScrollerController: NotificationStackScrollLayoutController = mock()
|