Lines Matching full:occupied
1280 * @param ignoreOccupied If true, the result can be an occupied cell
1303 final boolean[][] occupied = mOccupied;
1311 if (occupied[x + i][y + j]) {
1313 // just found an occupied cell
1332 // re-mark space taken by ignoreView as occupied
1351 * @param ignoreView Considers space occupied by this view as unoccupied
1369 * @param ignoreView Considers space occupied by this view as unoccupied
1401 * Like above, but ignores any cells occupied by the item "ignoreView"
1466 // an occupied cell
1491 // re-mark space taken by ignoreView as occupied
1654 int xCount, int yCount, boolean[][] occupied) {
1658 boolean available = !occupied[x][y];
1661 available = available && !occupied[i][j];