Home
last modified time | relevance | path

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

/packages/apps/Launcher2/src/com/android/launcher2/
DCellLayout.java292 static int widthInPortrait(Resources r, int numCells) { in widthInPortrait() method in CellLayout
DWorkspace.java315 while (CellLayout.widthInPortrait(res, cellCountX + 1) <= minDims.x) { in Workspace()