Searched refs:cellSpacing (Results 1 – 1 of 1) sorted by relevance
/packages/apps/Launcher3/src/com/android/launcher3/widget/ |
D | LauncherAppWidgetProviderInfo.java | 175 private int getSpanX(Rect widgetPadding, int widgetWidth, int cellSpacing, float cellWidth) { in getSpanX() argument 177 widgetWidth, cellSpacing, cellWidth); in getSpanX() 180 private int getSpanY(Rect widgetPadding, int widgetHeight, int cellSpacing, float cellHeight) { in getSpanY() argument 182 cellSpacing, cellHeight); in getSpanY() 189 private int getSpan(int widgetPadding, int widgetSize, int cellSpacing, float cellSize) { in getSpan() argument 191 (widgetSize + widgetPadding + cellSpacing) / (cellSize + cellSpacing))); in getSpan()
|