Searched refs:maxGap (Results 1 – 1 of 1) sorted by relevance
942 int maxGap = res.getDimensionPixelSize(R.dimen.workspace_max_gap); in getMetrics() local969 widthGap = Math.min(maxGap, numWidthGaps > 0 ? (hFreeSpace / numWidthGaps) : 0); in getMetrics()970 heightGap = Math.min(maxGap, numHeightGaps > 0 ? (vFreeSpace / numHeightGaps) : 0); in getMetrics()