Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/
DDeviceProfile.java405 int minEdgeCellCount = in updateIconSize() local
416 allAppsNumRows = Math.max(minEdgeCellCount, Math.min(maxRows, allAppsNumRows)); in updateIconSize()
419 allAppsNumCols = Math.max(minEdgeCellCount, Math.min(maxCols, allAppsNumCols)); in updateIconSize()