Home
last modified time | relevance | path

Searched refs:notificationStackScrollLayoutController (Results 1 – 16 of 16) sorted by relevance

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/shade/
DGlanceableHubContainerControllerTest.kt57 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()
DNotificationShadeWindowViewTest.kt104 private lateinit var notificationStackScrollLayoutController: variable in com.android.systemui.shade.NotificationShadeWindowViewTest
177 notificationStackScrollLayoutController, in setUp()
DNotificationsQSContainerControllerTest.kt83 private val notificationStackScrollLayoutController = constant in com.android.systemui.shade.NotificationsQSContainerControllerTest
123 notificationStackScrollLayoutController, in setup()
513 notificationStackScrollLayoutController, in testAllChildrenOfNotificationContainer_haveIds()
DNotificationsQSContainerControllerLegacyTest.kt86 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/
DNotificationStackScrollLayoutControllerKosmos.kt22 val Kosmos.notificationStackScrollLayoutController by constant
/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/
DDebugDrawable.java50 NotificationStackScrollLayoutController notificationStackScrollLayoutController, in DebugDrawable() argument
56 mNotificationStackScrollLayoutController = notificationStackScrollLayoutController; in DebugDrawable()
DGlanceableHubContainerController.kt86 private val notificationStackScrollLayoutController: NotificationStackScrollLayoutController, constant in com.android.systemui.shade.GlanceableHubContainerController
376 !notificationStackScrollLayoutController.isBelowLastNotification(ev.x, ev.y) in onTouchEvent()
DNotificationsQSContainerController.kt68 private val notificationStackScrollLayoutController: NotificationStackScrollLayoutController, in <lambda>() constant
135 mView.setStackScroller(notificationStackScrollLayoutController.getView()) in <lambda>()
DNotificationShadeWindowViewController.java170 NotificationStackScrollLayoutController notificationStackScrollLayoutController, in NotificationShadeWindowViewController() argument
206 mNotificationStackScrollLayoutController = notificationStackScrollLayoutController; in NotificationShadeWindowViewController()
DQuickSettingsControllerImpl.java313 NotificationStackScrollLayoutController notificationStackScrollLayoutController, in QuickSettingsControllerImpl() argument
361 mNotificationStackScrollLayoutController = notificationStackScrollLayoutController; in QuickSettingsControllerImpl()
DNotificationPanelViewController.java727 NotificationStackScrollLayoutController notificationStackScrollLayoutController, in NotificationPanelViewController()
882 mNotificationStackScrollLayoutController = notificationStackScrollLayoutController; in NotificationPanelViewController()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DCentralSurfacesCommandQueueCallbacks.java142 NotificationStackScrollLayoutController notificationStackScrollLayoutController, in CentralSurfacesCommandQueueCallbacks() argument
171 mNotificationStackScrollLayoutController = notificationStackScrollLayoutController; in CentralSurfacesCommandQueueCallbacks()
DCentralSurfacesImpl.java656 NotificationStackScrollLayoutController notificationStackScrollLayoutController, in CentralSurfacesImpl()
763 mStackScrollerController = notificationStackScrollLayoutController; in CentralSurfacesImpl()
/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/
DTestMocksModule.kt116 val notificationStackScrollLayoutController: NotificationStackScrollLayoutController = mock(), constant
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/
DLockscreenShadeTransitionControllerTest.kt151 notificationStackScrollLayoutController = nsslController, in setup()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DNotificationStackScrollLayout.java5565 NotificationStackScrollLayoutController notificationStackScrollLayoutController) { in setController() argument
5566 mController = notificationStackScrollLayoutController; in setController()