Home
last modified time | relevance | path

Searched refs:NotificationShelfController (Results 1 – 17 of 17) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DNotificationIconAreaController.kt21 import com.android.systemui.statusbar.NotificationShelfController
32 fun setupShelf(notificationShelfController: NotificationShelfController)
H A DLegacyNotificationIconAreaControllerImpl.java50 import com.android.systemui.statusbar.NotificationShelfController;
201 public void setupShelf(NotificationShelfController notificationShelfController) { in setupShelf()
H A DCentralSurfacesImpl.java212 import com.android.systemui.statusbar.NotificationShelfController;
726 NotificationShelfController notificationShelfController, in CentralSurfacesImpl()
3253 private final NotificationShelfController mNotificationShelfController;
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/
H A DShadeSurface.kt20 import com.android.systemui.statusbar.NotificationShelfController
36 notificationShelfController: NotificationShelfController,
H A DShadeViewProviderModule.kt46 import com.android.systemui.statusbar.NotificationShelfController
132 ): NotificationShelfController {
H A DNotificationPanelViewController.java175 import com.android.systemui.statusbar.NotificationShelfController;
528 private NotificationShelfController mNotificationShelfController;
3485 NotificationShelfController notificationShelfController, in initDependencies()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/shelf/ui/viewbinder/
H A DNotificationShelfViewBinder.kt28 import com.android.systemui.statusbar.NotificationShelfController
47 NotificationShelfController {
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DNotificationShelfController.kt28 interface NotificationShelfController { regex
H A DLegacyNotificationShelfControllerImpl.java35 public class LegacyNotificationShelfControllerImpl implements NotificationShelfController {
H A DNotificationShelf.java97 private NotificationShelfController mController;
1024 public void setController(NotificationShelfController notificationShelfController) { in setController()
H A DLockscreenShadeTransitionController.kt280 fun bindController(notificationShelfController: NotificationShelfController) {
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/stack/
H A DNotificationStackScrollLayoutTest.java78 import com.android.systemui.statusbar.NotificationShelfController;
178 NotificationShelfController notificationShelfController = in setUp()
179 mock(NotificationShelfController.class); in setUp()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/icon/ui/viewbinder/
H A DNotificationIconAreaControllerViewBinderWrapperImpl.kt45 import com.android.systemui.statusbar.NotificationShelfController
167 override fun setupShelf(notificationShelfController: NotificationShelfController) =
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/shade/
H A DNotificationPanelViewControllerBaseTest.java131 import com.android.systemui.statusbar.NotificationShelfController;
208 @Mock protected NotificationShelfController mNotificationShelfController;
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
H A DCentralSurfacesImplTest.java149 import com.android.systemui.statusbar.NotificationShelfController;
281 @Mock private NotificationShelfController mNotificationShelfController;
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
H A DNotificationStackScrollLayoutController.java86 import com.android.systemui.statusbar.NotificationShelfController;
1437 public void setShelfController(NotificationShelfController notificationShelfController) {
H A DNotificationStackScrollLayout.java100 import com.android.systemui.statusbar.NotificationShelfController;
4969 public void setShelfController(NotificationShelfController notificationShelfController) { in setShelfController()