HomeSort by relevance Sort by last modified time
    Searched defs:minGap (Results 1 - 2 of 2) sorted by null

  /packages/apps/Launcher2/src/com/android/launcher2/
CellLayout.java 268 int minGap = Math.min(r.getDimensionPixelSize(R.dimen.workspace_width_gap),
271 return minGap * (numCells - 1) + cellWidth * numCells;
279 int minGap = Math.min(r.getDimensionPixelSize(R.dimen.workspace_width_gap),
282 return minGap * (numCells - 1) + cellHeight * numCells;
    [all...]
  /prebuilt/common/jfreechart/
jfreechart-1.0.9.jar 

Completed in 40 milliseconds