Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/
DLauncherAppWidgetProviderInfo.java65 Point portCellSize = idp.portraitProfile.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()