Home
last modified time | relevance | path

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

/packages/apps/Launcher2/src/com/android/launcher2/
DWorkspace.java394 CellLayout.CellInfo findAllVacantCells(boolean[] occupied) { in findAllVacantCells() method in Workspace
397 return group.findAllVacantCells(occupied, null); in findAllVacantCells()
1155 mVacantCache = layout.findAllVacantCells(null, ignoreView);
1201 mVacantCache = layout.findAllVacantCells(null, ignoreView);
DCellLayout.java345 CellInfo findAllVacantCells(boolean[] occupiedCells, View ignoreView) { in findAllVacantCells() method
DLauncher.java1155 mMenuAddInfo = mWorkspace.findAllVacantCells(null); in onPrepareOptionsMenu()
1353 cellInfo = mWorkspace.findAllVacantCells(occupied); in findSlot()