Searched refs:getShelf (Results 1 – 2 of 2) sorted by relevance
151 NotificationShelf shelf = ambientState.getShelf(); in updateShelfState()272 if (v == ambientState.getShelf()) { in initAlgorithmState()606 if (ambientState.getShelf() == null) {611 - ambientState.getShelf().getIntrinsicHeight();672 int shelfHeight = ambientState.getShelf() == null ? 0 :673 ambientState.getShelf().getIntrinsicHeight();
337 public NotificationShelf getShelf() { in getShelf() method in AmbientState