Searched refs:getShelf (Results 1 – 2 of 2) sorted by relevance
131 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();
271 public NotificationShelf getShelf() { in getShelf() method in AmbientState