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.java150 NotificationShelf shelf = ambientState.getShelf(); in updateShelfState()
249 if (v == ambientState.getShelf()) { in initAlgorithmState()
291 if (ambientState.getShelf() != null) { in initAlgorithmState()
293 - ambientState.getShelf().getIntrinsicHeight(); in initAlgorithmState()
355 final boolean showingShelf = ambientState.getShelf() != null in getExpansionFractionWithoutShelf()
358 final float shelfHeight = showingShelf ? ambientState.getShelf().getIntrinsicHeight() : 0f; in getExpansionFractionWithoutShelf()
443 } else if (ambientState.getShelf() != null) { in updateChild()
459 stackBottom - ambientState.getShelf().getIntrinsicHeight(); in updateChild()
703 int shelfHeight = ambientState.getShelf() == null ? 0 : in updateChildZValue()
704 ambientState.getShelf().getIntrinsicHeight(); in updateChildZValue()
DAmbientState.java397 public NotificationShelf getShelf() { in getShelf() method in AmbientState