Home
last modified time | relevance | path

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

/packages/apps/Launcher2/src/com/android/launcher2/
DCellLayout.java292 static int widthInPortrait(Resources r, int numCells) { in widthInPortrait() argument
300 return minGap * (numCells - 1) + cellWidth * numCells; in widthInPortrait()
303 static int heightInLandscape(Resources r, int numCells) { in heightInLandscape() argument
311 return minGap * (numCells - 1) + cellHeight * numCells; in heightInLandscape()
DAppsCustomizePagedView.java1020 int numCells = mCellCountX * mCellCountY; in syncAppsPageItems() local
1021 int startIndex = page * numCells; in syncAppsPageItems()
1022 int endIndex = Math.min(startIndex + numCells, mApps.size()); in syncAppsPageItems()
/packages/apps/Launcher3/src/com/android/launcher3/
DAppsCustomizePagedView.java953 int numCells = mCellCountX * mCellCountY; in syncAppsPageItems() local
954 int startIndex = page * numCells; in syncAppsPageItems()
955 int endIndex = Math.min(startIndex + numCells, mApps.size()); in syncAppsPageItems()