Searched refs:tilesPerPageCount (Results 1 – 2 of 2) sorted by relevance
319 fun logTileDistributionInProgress(tilesPerPageCount: Int, totalTilesCount: Int) {324 int1 = tilesPerPageCount
373 final int tilesPerPageCount = mPages.get(0).maxTiles(); in distributeTiles() local376 mLogger.logTileDistributionInProgress(tilesPerPageCount, totalTilesCount); in distributeTiles()379 if (mPages.get(index).mRecords.size() == tilesPerPageCount) index++; in distributeTiles()