HomeSort by relevance Sort by last modified time
    Searched refs:smallerSize (Results 1 - 8 of 8) 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...]
  /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...]
  /external/chromium_org/third_party/WebKit/Source/platform/fonts/
FontDescription.cpp 104 FontDescription::Size FontDescription::smallerSize(const Size& size)
FontDescription.h 132 static Size smallerSize(const Size&);
  /external/chromium_org/third_party/WebKit/Source/core/css/resolver/
StyleBuilderConverter.cpp 176 return FontDescription::smallerSize(parentSize);

Completed in 194 milliseconds