Searched refs:findAllVacantCells (Results 1 – 3 of 3) sorted by relevance
394 CellLayout.CellInfo findAllVacantCells(boolean[] occupied) { in findAllVacantCells() method in Workspace397 return group.findAllVacantCells(occupied, null); in findAllVacantCells()1155 mVacantCache = layout.findAllVacantCells(null, ignoreView);1201 mVacantCache = layout.findAllVacantCells(null, ignoreView);
345 CellInfo findAllVacantCells(boolean[] occupiedCells, View ignoreView) { in findAllVacantCells() method
1155 mMenuAddInfo = mWorkspace.findAllVacantCells(null); in onPrepareOptionsMenu()1353 cellInfo = mWorkspace.findAllVacantCells(occupied); in findSlot()