Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/
DLauncherAppWidgetProviderInfo.java70 float smallestCellHeight = Math.min(landCellSize.y, portCellSize.y); in initSpans() local
79 (minHeight + widgetPadding.top + widgetPadding.bottom) / smallestCellHeight)); in initSpans()
84 (minResizeHeight + widgetPadding.top + widgetPadding.bottom) / smallestCellHeight)); in initSpans()