Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
DPagedTileLayout.java306 final int tileCount = mPages.get(0).maxTiles(); in distributeTiles() local
312 if (mPages.get(index).mRecords.size() == tileCount) index++; in distributeTiles()