Home
last modified time | relevance | path

Searched refs:updateMaxRows (Results 1 – 4 of 4) 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 {
H A DQuickQSPanel.java228 updateMaxRows(10000, mRecords.size()); in onMeasure()
H A DTileLayout.java200 public boolean updateMaxRows(int allowedHeight, int tilesCount) { in updateMaxRows() method in TileLayout
H A DPagedTileLayout.java476 if (mPages.get(0).updateMaxRows(availableHeight, nTiles) || mDistributeTiles) { in onMeasure()