Home
last modified time | relevance | path

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

/packages/apps/Launcher2/src/com/android/launcher2/
DPagedViewCellLayout.java305 int smallerSize = Math.min(mCellWidth, mCellHeight); in getCellCountForDimensions() local
308 int spanX = (width + smallerSize) / smallerSize; in getCellCountForDimensions()
309 int spanY = (height + smallerSize) / smallerSize; in getCellCountForDimensions()
DCellLayout.java2688 int smallerSize = Math.min(actualWidth, actualHeight); in rectToCell() local
2691 int spanX = (int) Math.ceil(width / (float) smallerSize); in rectToCell()
2692 int spanY = (int) Math.ceil(height / (float) smallerSize); in rectToCell()