Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
DTileLayout.java139 public boolean updateMaxRows(int heightMeasureSpec, int tilesCount) { in updateMaxRows() method in TileLayout
DPagedTileLayout.java318 if (mPages.get(0).updateMaxRows(heightMeasureSpec, nTiles) || mDistributeTiles) { in onMeasure()