Searched refs:tilesPerPageCount (Results 1 – 2 of 2) sorted by relevance
323 fun logTileDistributionInProgress(tilesPerPageCount: Int, totalTilesCount: Int) { in <lambda>()328 int1 = tilesPerPageCount in <lambda>()
417 final int tilesPerPageCount = mPages.get(0).maxTiles(); in distributeTiles() local420 mLogger.logTileDistributionInProgress(tilesPerPageCount, totalTilesCount); in distributeTiles()423 if (mPages.get(index).mRecords.size() == tilesPerPageCount) index++; in distributeTiles()