Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
DAmbientState.java229 public void setShelf(NotificationShelf shelf) { in setShelf() method in AmbientState
DStackStateAnimator.java518 public void setShelf(NotificationShelf shelf) { in setShelf() method
DNotificationStackScrollLayout.java4173 public void setShelf(NotificationShelf shelf) { in setShelf() method in NotificationStackScrollLayout
4181 mAmbientState.setShelf(shelf); in setShelf()
4182 mStateAnimator.setShelf(shelf); in setShelf()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DStatusBar.java1256 mStackScroller.setShelf(mNotificationShelf); in inflateShelf()