Searched refs:findAllVacantCells (Results 1 – 6 of 6) sorted by relevance
335 CellLayout.CellInfo findAllVacantCells(boolean[] occupied) { in findAllVacantCells() method in Workspace338 return group.findAllVacantCells(occupied, null); in findAllVacantCells()934 mVacantCache = layout.findAllVacantCells(null, ignoreView); in acceptDrop()979 mVacantCache = layout.findAllVacantCells(null, ignoreView); in estimateDropCell()
330 CellInfo findAllVacantCells(boolean[] occupiedCells, View ignoreView) { in findAllVacantCells() method
1305 cellInfo = mWorkspace.findAllVacantCells(occupied); in findSlot()
372 CellLayout.CellInfo findAllVacantCells(boolean[] occupied) { in findAllVacantCells() method in Workspace375 return group.findAllVacantCells(occupied, null); in findAllVacantCells()1131 mVacantCache = layout.findAllVacantCells(null, ignoreView); in acceptDrop()1177 mVacantCache = layout.findAllVacantCells(null, ignoreView); in estimateDropCell()
1047 mMenuAddInfo = mWorkspace.findAllVacantCells(null); in onPrepareOptionsMenu()1268 cellInfo = mWorkspace.findAllVacantCells(occupied); in findSlot()
343 CellInfo findAllVacantCells(boolean[] occupiedCells, View ignoreView) { in findAllVacantCells() method