Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/
DLauncherAppWidgetProviderInfo.java75 float smallestCellWidth = DeviceProfile.calculateCellWidth(Math.min( in initSpans() local
89 (minWidth + widgetPadding.left + widgetPadding.right) / smallestCellWidth)); in initSpans()
94 (minResizeWidth + widgetPadding.left + widgetPadding.right) / smallestCellWidth)); in initSpans()