Home
last modified time | relevance | path

Searched refs:updateMaxRows (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
DSideLabelTileLayout.kt71 override fun updateMaxRows(allowedHeight: Int, tilesCount: Int): Boolean { in updateMaxRows() method
DQuickQSPanel.java213 updateMaxRows(10000, mRecords.size()); in onMeasure()
DTileLayout.java238 public boolean updateMaxRows(int allowedHeight, int tilesCount) { in updateMaxRows() method in TileLayout
DPagedTileLayout.java532 if (mPages.get(0).updateMaxRows(availableHeight, nTiles) || mDistributeTiles) { in onMeasure()