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.java154 NotificationShelf shelf = ambientState.getShelf(); in updateShelfState()
261 if (v == ambientState.getShelf()) { in initAlgorithmState()
649 if (ambientState.getShelf() == null) {
658 - ambientState.getShelf().getIntrinsicHeight();
720 int shelfHeight = ambientState.getShelf() == null ? 0 : in updateChildZValue()
721 ambientState.getShelf().getIntrinsicHeight(); in updateChildZValue()
DAmbientState.java338 public NotificationShelf getShelf() { in getShelf() method in AmbientState