Home
last modified time | relevance | path

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

/packages/apps/Launcher/src/com/android/launcher/
DWorkspace.java335 CellLayout.CellInfo findAllVacantCells(boolean[] occupied) { in findAllVacantCells() method in Workspace
338 return group.findAllVacantCells(occupied, null); in findAllVacantCells()
934 mVacantCache = layout.findAllVacantCells(null, ignoreView); in acceptDrop()
979 mVacantCache = layout.findAllVacantCells(null, ignoreView); in estimateDropCell()
DCellLayout.java330 CellInfo findAllVacantCells(boolean[] occupiedCells, View ignoreView) { in findAllVacantCells() method
DLauncher.java1305 cellInfo = mWorkspace.findAllVacantCells(occupied); in findSlot()
/packages/apps/Launcher2/src/com/android/launcher2/
DWorkspace.java372 CellLayout.CellInfo findAllVacantCells(boolean[] occupied) { in findAllVacantCells() method in Workspace
375 return group.findAllVacantCells(occupied, null); in findAllVacantCells()
1131 mVacantCache = layout.findAllVacantCells(null, ignoreView); in acceptDrop()
1177 mVacantCache = layout.findAllVacantCells(null, ignoreView); in estimateDropCell()
DLauncher.java1047 mMenuAddInfo = mWorkspace.findAllVacantCells(null); in onPrepareOptionsMenu()
1268 cellInfo = mWorkspace.findAllVacantCells(occupied); in findSlot()
DCellLayout.java343 CellInfo findAllVacantCells(boolean[] occupiedCells, View ignoreView) { in findAllVacantCells() method