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

  /external/chromium_org/third_party/WebKit/Source/platform/fonts/
FontDescription.cpp 104 FontDescription::Size FontDescription::smallerSize(const Size& size)
  /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...]
  /packages/apps/Launcher3/src/com/android/launcher3/
PagedViewCellLayout.java 288 int smallerSize = Math.min(mCellWidth, mCellHeight);
291 int spanX = (width + smallerSize) / smallerSize;
292 int spanY = (height + smallerSize) / smallerSize;
CellLayout.java     [all...]

Completed in 232 milliseconds