Searched defs:shelfHeight (Results 1 – 9 of 9) sorted by relevance
71 private val shelfHeight = px(R.dimen.notification_shelf_height) in <lambda>() constant in com.android.systemui.statusbar.notification.stack.NotificationStackSizeCalculatorTest124 val shelfHeight = rowHeight / 2 // Shelf absence won't leave room for another row. in <lambda>() constant183 val shelfHeight = shelfHeight + dividerHeight in <lambda>() constant
196 final int shelfHeight = 30; in getDefaultBounds_shelfShowing_offsetByShelfHeight() local209 final int shelfHeight = 40; in getDefaultBounds_imeAndShelfShowing_offsetByTallest() local391 final int shelfHeight = 100; in setShelfHeight_offsetBounds() local
78 oneway void setShelfHeight(boolean visible, int shelfHeight) = 5; in setShelfHeight()
57 val shelfHeight = controller.getShelfHeight().toFloat() in <lambda>() constant
1363 val shelfHeight = 10F in <lambda>() constant1398 val shelfHeight = 10F in <lambda>() constant
600 final float shelfHeight = showingShelf ? ambientState.getShelf().getIntrinsicHeight() : 0f; in getExpansionFractionWithoutShelf() local1291 int shelfHeight = ambientState.getShelf() == null ? 0 : in updateChildZValue() local
406 void onShelfVisibilityChanged(boolean shelfVisible, int shelfHeight) { in onShelfVisibilityChanged()
352 public void onShelfVisibilityChanged(boolean shelfVisible, int shelfHeight) { in onShelfVisibilityChanged()
980 final int shelfHeight = visible ? height : 0; in setShelfHeightLocked() local