Searched defs:shelfHeight (Results 1 – 6 of 6) sorted by relevance
122 void setShelfHeight(boolean visible, int shelfHeight) = 20; in setShelfHeight()
232 final int shelfHeight = 100; in setShelfHeight_offsetBounds() local
334 final int shelfHeight = visible ? height : 0; in setShelfHeight() local
419 public void onShelfVisibilityChanged(boolean shelfVisible, int shelfHeight) { in onShelfVisibilityChanged()
720 int shelfHeight = ambientState.getShelf() == null ? 0 : in updateChildZValue() local
147 public boolean setShelfHeight(boolean shelfVisible, int shelfHeight) { in setShelfHeight()