Searched refs:widthInPortrait (Results 1 – 2 of 2) sorted by relevance
292 static int widthInPortrait(Resources r, int numCells) { in widthInPortrait() method in CellLayout
315 while (CellLayout.widthInPortrait(res, cellCountX + 1) <= minDims.x) { in Workspace()