Home
last modified time | relevance | path

Searched defs:numCells (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Launcher2/src/com/android/launcher2/
DCellLayout.java288 static int widthInPortrait(Resources r, int numCells) { in widthInPortrait()
299 static int heightInLandscape(Resources r, int numCells) { in heightInLandscape()
DAppsCustomizePagedView.java699 int numCells = mCellCountX * mCellCountY; in syncAppsPageItems() local