Home
last modified time | relevance | path

Searched defs:occupied (Results 1 – 3 of 3) sorted by relevance

/packages/apps/Launcher2/src/com/android/launcher2/
DCellLayout.java327 private static boolean isColumnEmpty(int x, int top, int bottom, boolean[][] occupied) { in isColumnEmpty()
336 private static boolean isRowEmpty(int y, int left, int right, boolean[][] occupied) { in isRowEmpty()
776 int xCount, int yCount, boolean[][] occupied) { in findVacantCell()
817 private void findOccupiedCells(int xCount, int yCount, boolean[][] occupied, View ignoreView) { in findOccupiedCells()
1014 void findVacantCellsFromOccupied(boolean[] occupied, int xCount, int yCount) { in findVacantCellsFromOccupied()
DLauncherModel.java595 private boolean checkItemPlacement(ItemInfo occupied[][][], ItemInfo item) { in checkItemPlacement()
638 …final ItemInfo occupied[][][] = new ItemInfo[Launcher.SCREEN_COUNT][Launcher.NUMBER_CELLS_X][Launc… in loadWorkspace() local
DWorkspace.java394 CellLayout.CellInfo findAllVacantCells(boolean[] occupied) { in findAllVacantCells()