Searched defs:shelfHeight (Results 1 – 6 of 6) sorted by relevance
59 private val shelfHeight = px(R.dimen.notification_shelf_height) in <lambda>() constant in com.android.systemui.statusbar.notification.stack.NotificationStackSizeCalculatorTest102 val shelfHeight = rowHeight / 2 // Shelf absence won't leave room for another row. in <lambda>() constant116 val shelfHeight = shelfHeight + dividerHeight in <lambda>() constant
67 oneway void setShelfHeight(boolean visible, int shelfHeight) = 4; in setShelfHeight()
185 final int shelfHeight = 30; in getDefaultBounds_shelfShowing_offsetByShelfHeight() local198 final int shelfHeight = 40; in getDefaultBounds_imeAndShelfShowing_offsetByTallest() local374 final int shelfHeight = 100; in setShelfHeight_offsetBounds() local
500 final float shelfHeight = showingShelf ? ambientState.getShelf().getIntrinsicHeight() : 0f; in getExpansionFractionWithoutShelf() local952 int shelfHeight = ambientState.getShelf() == null ? 0 : in updateChildZValue() local
962 final int shelfHeight = visible ? height : 0; in setShelfHeightLocked() local1000 int shelfHeight = hotseatKeepClearArea.height(); in startSwipePipToHome() local
354 public void onShelfVisibilityChanged(boolean shelfVisible, int shelfHeight) { in onShelfVisibilityChanged()