Home
last modified time | relevance | path

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

/packages/apps/Launcher2/src/com/android/launcher2/
DCellLayout.java297 int minGap = Math.min(r.getDimensionPixelSize(R.dimen.workspace_width_gap), in widthInPortrait() local
300 return minGap * (numCells - 1) + cellWidth * numCells; in widthInPortrait()
308 int minGap = Math.min(r.getDimensionPixelSize(R.dimen.workspace_width_gap), in heightInLandscape() local
311 return minGap * (numCells - 1) + cellHeight * numCells; in heightInLandscape()