Home
last modified time | relevance | path

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

/packages/apps/Launcher2/src/com/android/launcher2/
DCellLayout.java942 int maxGap = res.getDimensionPixelSize(R.dimen.workspace_max_gap); in getMetrics() local
969 widthGap = Math.min(maxGap, numWidthGaps > 0 ? (hFreeSpace / numWidthGaps) : 0); in getMetrics()
970 heightGap = Math.min(maxGap, numHeightGaps > 0 ? (vFreeSpace / numHeightGaps) : 0); in getMetrics()