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