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/stack/
DStackScrollAlgorithm.java131 NotificationShelf shelf = ambientState.getShelf(); in updateShelfState()
273 if (v == ambientState.getShelf()) { in initAlgorithmState()
517 if (ambientState.getShelf() == null) {
522 - ambientState.getShelf().getIntrinsicHeight();
583 int shelfHeight = ambientState.getShelf() == null ? 0 :
584 ambientState.getShelf().getIntrinsicHeight();
DAmbientState.java271 public NotificationShelf getShelf() { in getShelf() method in AmbientState