/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 | 22 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 | 23 import com.android.systemui.statusbar.notification.stack.NotificationStackScrollLayoutController; 48 NotificationStackScrollLayoutController controller) { in getNotificationsTopPadding()
|
D | NotificationShelfController.java | 27 import com.android.systemui.statusbar.notification.stack.NotificationStackScrollLayoutController; 103 NotificationStackScrollLayoutController notificationStackScrollLayoutController) { in bind()
|
D | PulseExpansionHandler.kt | 46 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>()
|
D | LockscreenShadeTransitionController.kt | 38 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/ |
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/ |
D | DebugDrawable.java | 28 import com.android.systemui.statusbar.notification.stack.NotificationStackScrollLayoutController; 40 private final NotificationStackScrollLayoutController mNotificationStackScrollLayoutController; 49 NotificationStackScrollLayoutController notificationStackScrollLayoutController, in DebugDrawable()
|
D | NotificationShadeWindowViewController.java | 57 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/ |
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/phone/dagger/ |
D | CentralSurfacesComponent.java | 36 import com.android.systemui.statusbar.notification.stack.NotificationStackScrollLayoutController; 105 NotificationStackScrollLayoutController getNotificationStackScrollLayoutController(); in getNotificationStackScrollLayoutController()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/ |
D | NotificationStackScrollLayoutListContainerModule.java | 29 NotificationStackScrollLayoutController nsslController) { in provideListContainer()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/ |
D | HeadsUpAppearanceControllerTest.java | 49 import com.android.systemui.statusbar.notification.stack.NotificationStackScrollLayoutController; 65 private final NotificationStackScrollLayoutController mStackScrollerController = 66 mock(NotificationStackScrollLayoutController.class);
|
D | StatusBarNotificationPresenterTest.java | 67 import com.android.systemui.statusbar.notification.stack.NotificationStackScrollLayoutController; 107 NotificationStackScrollLayoutController stackScrollLayoutController = in setup() 108 mock(NotificationStackScrollLayoutController.class); in setup()
|
D | CentralSurfacesCommandQueueCallbacksTest.java | 55 import com.android.systemui.statusbar.notification.stack.NotificationStackScrollLayoutController; 90 @Mock private NotificationStackScrollLayoutController mNotificationStackScrollLayoutController;
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
D | HeadsUpAppearanceController.java | 44 import com.android.systemui.statusbar.notification.stack.NotificationStackScrollLayoutController; 75 private final NotificationStackScrollLayoutController mStackScrollerController; 119 NotificationStackScrollLayoutController stackScrollerController, in HeadsUpAppearanceController()
|
D | CentralSurfacesCommandQueueCallbacks.java | 66 import com.android.systemui.statusbar.notification.stack.NotificationStackScrollLayoutController; 97 private final NotificationStackScrollLayoutController mNotificationStackScrollLayoutController; 134 NotificationStackScrollLayoutController notificationStackScrollLayoutController, in CentralSurfacesCommandQueueCallbacks()
|
D | StatusBarNotificationPresenter.java | 68 import com.android.systemui.statusbar.notification.stack.NotificationStackScrollLayoutController; 118 NotificationStackScrollLayoutController stackScrollerController, in StatusBarNotificationPresenter()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/shade/ |
D | NotificationShadeWindowViewTest.java | 58 import com.android.systemui.statusbar.notification.stack.NotificationStackScrollLayoutController; 90 @Mock private NotificationStackScrollLayoutController mNotificationStackScrollLayoutController;
|
D | NotificationShadeWindowViewControllerTest.kt | 44 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/ |
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/tests/src/com/android/systemui/statusbar/notification/ |
D | NotificationWakeUpCoordinatorTest.kt | 28 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/ |
D | NotificationStackScrollLayoutControllerTest.java | 73 import com.android.systemui.statusbar.notification.stack.NotificationStackScrollLayoutController.No… 147 private NotificationStackScrollLayoutController mController; 155 mController = new NotificationStackScrollLayoutController( in setUp()
|