Searched defs:shelfHeight (Results 1 – 8 of 8) sorted by relevance
62 private val shelfHeight = px(R.dimen.notification_shelf_height) in <lambda>() constant113 val shelfHeight = rowHeight / 2 // Shelf absence won't leave room for another row. in <lambda>() constant149 val shelfHeight = shelfHeight + dividerHeight in <lambda>() constant
199 final int shelfHeight = 30; in getDefaultBounds_shelfShowing_offsetByShelfHeight() local212 final int shelfHeight = 40; in getDefaultBounds_imeAndShelfShowing_offsetByTallest() local390 final int shelfHeight = 100; in setShelfHeight_offsetBounds() local
78 oneway void setShelfHeight(boolean visible, int shelfHeight) = 5; in setShelfHeight()
120 val shelfHeight = controller.getShelfHeight().toFloat() in <lambda>() constant
565 final float shelfHeight = showingShelf ? ambientState.getShelf().getIntrinsicHeight() : 0f; in getExpansionFractionWithoutShelf() local1107 int shelfHeight = ambientState.getShelf() == null ? 0 : in updateChildZValue() local
352 public void onShelfVisibilityChanged(boolean shelfVisible, int shelfHeight) { in onShelfVisibilityChanged()
951 final int shelfHeight = visible ? height : 0; in setShelfHeightLocked() local
361 void onShelfVisibilityChanged(boolean shelfVisible, int shelfHeight) { in onShelfVisibilityChanged()