Searched refs:minGap (Results 1 – 1 of 1) sorted by relevance
297 int minGap = Math.min(r.getDimensionPixelSize(R.dimen.workspace_width_gap), in widthInPortrait() local300 return minGap * (numCells - 1) + cellWidth * numCells; in widthInPortrait()308 int minGap = Math.min(r.getDimensionPixelSize(R.dimen.workspace_width_gap), in heightInLandscape() local311 return minGap * (numCells - 1) + cellHeight * numCells; in heightInLandscape()