Searched refs:getShelf (Results 1 – 2 of 2) sorted by relevance
151 NotificationShelf shelf = ambientState.getShelf(); in updateShelfState()274 if (v == ambientState.getShelf()) { in initAlgorithmState()608 if (ambientState.getShelf() == null) {613 - ambientState.getShelf().getIntrinsicHeight();674 int shelfHeight = ambientState.getShelf() == null ? 0 :675 ambientState.getShelf().getIntrinsicHeight();
334 public NotificationShelf getShelf() { in getShelf() method in AmbientState