Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/widget/
DLauncherAppWidgetProviderInfo.java112 Point cellSize = new Point(); in initSpans() local
114 dp.getCellSize(cellSize); in initSpans()
125 cellSize.x)); in initSpans()
128 cellSize.y)); in initSpans()
134 cellSize.x)); in initSpans()
139 cellSize.y)); in initSpans()
144 getSpanX(localPadding, minWidth, dp.cellLayoutBorderSpacingPx, cellSize.x)); in initSpans()
146 getSpanY(localPadding, minHeight, dp.cellLayoutBorderSpacingPx, cellSize.y)); in initSpans()
/packages/apps/Launcher3/src/com/android/launcher3/widget/util/
DWidgetSizes.java56 final Point cellSize = new Point(); in getWidgetPaddedSizes() local
59 Size widgetSizePx = getWidgetSizePx(profile, spanX, spanY, cellSize); in getWidgetPaddedSizes()
/packages/apps/Launcher3/src/com/android/launcher3/model/
DLoaderTask.java992 Point cellSize = new Point(); in logWidgetInfo() local
994 deviceProfile.getCellSize(cellSize); in logWidgetInfo()
998 + ", cellSize: " + cellSize); in logWidgetInfo()