Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/
DLauncherAppWidgetProviderInfo.java64 Point landCellSize = idp.landscapeProfile.getCellSize(); in initSpans() local
69 float smallestCellWidth = Math.min(landCellSize.x, portCellSize.x); in initSpans()
70 float smallestCellHeight = Math.min(landCellSize.y, portCellSize.y); in initSpans()