Home
last modified time | relevance | path

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

/packages/apps/Launcher2/src/com/android/launcher2/
DCellLayout.java303 static int heightInLandscape(Resources r, int numCells) { in heightInLandscape() method in CellLayout
DWorkspace.java320 while (actionBarHeight + CellLayout.heightInLandscape(res, cellCountY + 1) in Workspace()