Home | History | Annotate | Download | only in launcher2

Lines Matching full:mingap

297         int minGap = Math.min(r.getDimensionPixelSize(R.dimen.workspace_width_gap),
300 return minGap * (numCells - 1) + cellWidth * numCells;
308 int minGap = Math.min(r.getDimensionPixelSize(R.dimen.workspace_width_gap),
311 return minGap * (numCells - 1) + cellHeight * numCells;