Home
last modified time | relevance | path

Searched refs:setShelfController (Results 1 – 4 of 4) sorted by relevance

/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/stack/
H A DNotificationStackScrollLayoutTest.java149 mStackScroller.setShelfController(notificationShelfController); in setUp()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
H A DNotificationStackScrollLayoutController.java1338 public void setShelfController(NotificationShelfController notificationShelfController) {
1339 mView.setShelfController(notificationShelfController);
H A DNotificationStackScrollLayout.java4837 public void setShelfController(NotificationShelfController notificationShelfController) { in setShelfController() method
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DNotificationPanelViewController.java3778 mNotificationStackScrollLayoutController.setShelfController(notificationShelfController); in initDependencies()