Home
last modified time | relevance | path

Searched refs:setShelf (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/ui/viewbinder/
DNotificationListViewBinder.kt94 view.setShelf(shelf) in <lambda>()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DAmbientState.java498 public void setShelf(NotificationShelf shelf) { in setShelf() method in AmbientState
DStackStateAnimator.java816 public void setShelf(NotificationShelf shelf) { in setShelf() method
DNotificationStackScrollLayoutController.java1777 public void setShelf(NotificationShelf shelf) {
1778 mView.setShelf(shelf);
DNotificationStackScrollLayout.java4992 public void setShelf(NotificationShelf shelf) { in setShelf() method
5000 mAmbientState.setShelf(mShelf); in setShelf()
5001 mStateAnimator.setShelf(mShelf); in setShelf()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/stack/
DNotificationStackScrollLayoutTest.java208 mStackScroller.setShelf(mNotificationShelf); in setUp()