Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
H A DSideLabelTileLayout.kt53 override fun updateMaxRows(allowedHeight: Int, tilesCount: Int): Boolean {
62 if (mRows > (tilesCount + mColumns - 1) / mColumns) {
63 mRows = (tilesCount + mColumns - 1) / mColumns
H A DTileLayout.java200 public boolean updateMaxRows(int allowedHeight, int tilesCount) { in updateMaxRows() argument
210 if (mRows > (tilesCount + mColumns - 1) / mColumns) { in updateMaxRows()
211 mRows = (tilesCount + mColumns - 1) / mColumns; in updateMaxRows()