Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/logging/
DQSLogger.kt323 fun logTileDistributionInProgress(tilesPerPageCount: Int, totalTilesCount: Int) { in <lambda>()
328 int1 = tilesPerPageCount in <lambda>()
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
DPagedTileLayout.java417 final int tilesPerPageCount = mPages.get(0).maxTiles(); in distributeTiles() local
420 mLogger.logTileDistributionInProgress(tilesPerPageCount, totalTilesCount); in distributeTiles()
423 if (mPages.get(index).mRecords.size() == tilesPerPageCount) index++; in distributeTiles()