Home
last modified time | relevance | path

Searched refs:allowedHeight (Results 1 – 2 of 2) sorted by relevance

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
H A DSideLabelTileLayout.kt53 override fun updateMaxRows(allowedHeight: Int, tilesCount: Int): Boolean {
H A DTileLayout.java187 public boolean updateMaxRows(int allowedHeight, int tilesCount) { in updateMaxRows() argument
189 final int availableHeight = allowedHeight + mCellMarginVertical; in updateMaxRows()