Home
last modified time | relevance | path

Searched refs:blockOccupied (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Launcher3/src/com/android/launcher3/
DCellLayout.java1274 boolean[][] occupied, boolean blockOccupied[][], int[] result) { in findNearestArea() argument
1289 … if (occupied[x + i][y + j] && (blockOccupied == null || blockOccupied[i][j])) { in findNearestArea()
1635 … GridOccupancy blockOccupied = new GridOccupancy(boundingRect.width(), boundingRect.height()); in addViewsToTempLocation() local
1642 blockOccupied.markCells(c.cellX - left, c.cellY - top, c.spanX, c.spanY, true); in addViewsToTempLocation()
1649 mTmpOccupied.cells, blockOccupied.cells, mTempLocation); in addViewsToTempLocation()
/packages/apps/Launcher2/src/com/android/launcher2/
DCellLayout.java1519 boolean[][] occupied, boolean blockOccupied[][], int[] result) { in findNearestArea() argument
1534 … if (occupied[x + i][y + j] && (blockOccupied == null || blockOccupied[i][j])) { in findNearestArea()
1940 boolean[][] blockOccupied = new boolean[boundingRect.width()][boundingRect.height()]; in addViewsToTempLocation()
1947 markCellsForView(c.x - left, c.y - top, c.spanX, c.spanY, blockOccupied, true); in addViewsToTempLocation()
1953 boundingRect.height(), direction, mTmpOccupied, blockOccupied, mTempLocation); in addViewsToTempLocation()