Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DAmbientState.java332 public void setShelf(NotificationShelf shelf) { in setShelf() method in AmbientState
DStackStateAnimator.java545 public void setShelf(NotificationShelf shelf) { in setShelf() method
DNotificationStackScrollLayout.java5249 public void setShelf(NotificationShelf shelf) {
5257 mAmbientState.setShelf(shelf);
5258 mStateAnimator.setShelf(shelf);
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/stack/
DNotificationStackScrollLayoutTest.java179 mStackScroller.setShelf(notificationShelf); in setUp()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DNotificationPanelView.java3466 mNotificationStackScroller.setShelf(notificationShelf); in initDependencies()