Searched defs:shelfHeight (Results 1 – 6 of 6) sorted by relevance
61 private val shelfHeight = px(R.dimen.notification_shelf_height) regex111 val shelfHeight = rowHeight / 2 // Shelf absence won't leave room for another row. regex147 val shelfHeight = shelfHeight + dividerHeight regex
199 final int shelfHeight = 30; in getDefaultBounds_shelfShowing_offsetByShelfHeight() local212 final int shelfHeight = 40; in getDefaultBounds_imeAndShelfShowing_offsetByTallest() local388 final int shelfHeight = 100; in setShelfHeight_offsetBounds() local
75 oneway void setShelfHeight(boolean visible, int shelfHeight) = 5; in setShelfHeight()
485 final float shelfHeight = showingShelf ? ambientState.getShelf().getIntrinsicHeight() : 0f; in getExpansionFractionWithoutShelf() local967 int shelfHeight = ambientState.getShelf() == null ? 0 : in updateChildZValue() local
349 public void onShelfVisibilityChanged(boolean shelfVisible, int shelfHeight) { in onShelfVisibilityChanged()
952 final int shelfHeight = visible ? height : 0; in setShelfHeightLocked() local