Home
last modified time | relevance | path

Searched refs:getShelf (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DStackScrollAlgorithm.java151 NotificationShelf shelf = ambientState.getShelf(); in updateShelfState()
272 if (v == ambientState.getShelf()) { in initAlgorithmState()
606 if (ambientState.getShelf() == null) {
611 - ambientState.getShelf().getIntrinsicHeight();
672 int shelfHeight = ambientState.getShelf() == null ? 0 :
673 ambientState.getShelf().getIntrinsicHeight();
DAmbientState.java337 public NotificationShelf getShelf() { in getShelf() method in AmbientState