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

  /development/apps/WidgetPreview/src/com/android/widgetpreview/
WidgetPreviewActivity.java 209 int smallerSize = Math.min(cellWidth, cellHeight);
210 int spanX = (width + smallerSize) / smallerSize;
211 int spanY = (height + smallerSize) / smallerSize;
  /packages/apps/Launcher2/src/com/android/launcher2/
PagedViewCellLayout.java 294 int smallerSize = Math.min(mCellWidth, mCellHeight);
297 int spanX = (width + smallerSize) / smallerSize;
298 int spanY = (height + smallerSize) / smallerSize;
CellLayout.java     [all...]

Completed in 366 milliseconds