Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/logging/
H A DQSLogger.kt319 fun logTileDistributionInProgress(tilesPerPageCount: Int, totalTilesCount: Int) {
324 int1 = tilesPerPageCount
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
H A DPagedTileLayout.java373 final int tilesPerPageCount = mPages.get(0).maxTiles(); in distributeTiles() local
376 mLogger.logTileDistributionInProgress(tilesPerPageCount, totalTilesCount); in distributeTiles()
379 if (mPages.get(index).mRecords.size() == tilesPerPageCount) index++; in distributeTiles()