/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/shade/ |
D | GlanceableHubContainerControllerTest.kt | 57 import com.android.systemui.statusbar.notification.stack.notificationStackScrollLayoutController 133 kosmos.notificationStackScrollLayoutController in setUp() 176 kosmos.notificationStackScrollLayoutController in initView_calledTwice_throwsException() 328 kosmos.notificationStackScrollLayoutController, in lifecycle_initializedAfterConstruction() 348 kosmos.notificationStackScrollLayoutController, in lifecycle_createdAfterViewCreated() 527 notificationStackScrollLayoutController.isBelowLastNotification( in fullScreenSwipeGesture_doNotProcessTouchesInNotificationStack()
|
D | NotificationShadeWindowViewTest.kt | 104 private lateinit var notificationStackScrollLayoutController: variable in com.android.systemui.shade.NotificationShadeWindowViewTest 177 notificationStackScrollLayoutController, in setUp()
|
D | NotificationsQSContainerControllerTest.kt | 83 private val notificationStackScrollLayoutController = constant in com.android.systemui.shade.NotificationsQSContainerControllerTest 123 notificationStackScrollLayoutController, in setup() 513 notificationStackScrollLayoutController, in testAllChildrenOfNotificationContainer_haveIds()
|
D | NotificationsQSContainerControllerLegacyTest.kt | 86 private val notificationStackScrollLayoutController = constant in com.android.systemui.shade.NotificationsQSContainerControllerLegacyTest 125 notificationStackScrollLayoutController, in setup() 543 notificationStackScrollLayoutController, in testAllChildrenOfNotificationContainer_haveIds()
|
/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/statusbar/notification/stack/ |
D | NotificationStackScrollLayoutControllerKosmos.kt | 22 val Kosmos.notificationStackScrollLayoutController by constant
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/ |
D | DebugDrawable.java | 50 NotificationStackScrollLayoutController notificationStackScrollLayoutController, in DebugDrawable() argument 56 mNotificationStackScrollLayoutController = notificationStackScrollLayoutController; in DebugDrawable()
|
D | GlanceableHubContainerController.kt | 86 private val notificationStackScrollLayoutController: NotificationStackScrollLayoutController, constant in com.android.systemui.shade.GlanceableHubContainerController 376 !notificationStackScrollLayoutController.isBelowLastNotification(ev.x, ev.y) in onTouchEvent()
|
D | NotificationsQSContainerController.kt | 68 private val notificationStackScrollLayoutController: NotificationStackScrollLayoutController, in <lambda>() constant 135 mView.setStackScroller(notificationStackScrollLayoutController.getView()) in <lambda>()
|
D | NotificationShadeWindowViewController.java | 170 NotificationStackScrollLayoutController notificationStackScrollLayoutController, in NotificationShadeWindowViewController() argument 206 mNotificationStackScrollLayoutController = notificationStackScrollLayoutController; in NotificationShadeWindowViewController()
|
D | QuickSettingsControllerImpl.java | 313 NotificationStackScrollLayoutController notificationStackScrollLayoutController, in QuickSettingsControllerImpl() argument 361 mNotificationStackScrollLayoutController = notificationStackScrollLayoutController; in QuickSettingsControllerImpl()
|
D | NotificationPanelViewController.java | 727 NotificationStackScrollLayoutController notificationStackScrollLayoutController, in NotificationPanelViewController() 882 mNotificationStackScrollLayoutController = notificationStackScrollLayoutController; in NotificationPanelViewController()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
D | CentralSurfacesCommandQueueCallbacks.java | 142 NotificationStackScrollLayoutController notificationStackScrollLayoutController, in CentralSurfacesCommandQueueCallbacks() argument 171 mNotificationStackScrollLayoutController = notificationStackScrollLayoutController; in CentralSurfacesCommandQueueCallbacks()
|
D | CentralSurfacesImpl.java | 656 NotificationStackScrollLayoutController notificationStackScrollLayoutController, in CentralSurfacesImpl() 763 mStackScrollerController = notificationStackScrollLayoutController; in CentralSurfacesImpl()
|
/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/ |
D | TestMocksModule.kt | 116 val notificationStackScrollLayoutController: NotificationStackScrollLayoutController = mock(), constant
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/ |
D | LockscreenShadeTransitionControllerTest.kt | 151 notificationStackScrollLayoutController = nsslController, in setup()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/ |
D | NotificationStackScrollLayout.java | 5565 NotificationStackScrollLayoutController notificationStackScrollLayoutController) { in setController() argument 5566 mController = notificationStackScrollLayoutController; in setController()
|