Searched refs:cells (Results 1 - 10 of 10) sorted by relevance

/packages/apps/Launcher3/src/com/android/launcher3/util/
H A DGridOccupancy.java15 public final boolean[][] cells; field in class:GridOccupancy
20 cells = new boolean[countX][countY];
35 boolean available = !cells[x][y];
39 available = available && !cells[i][j];
56 dest.cells[i][j] = cells[i][j];
69 if (cells[i][j]) {
81 cells[x][y] = value;
/packages/apps/Launcher3/tests/src/com/android/launcher3/util/
H A DGridOccupancyTest.java49 private GridOccupancy initGrid(int rows, int... cells) { argument
50 int cols = cells.length / rows;
55 grid.cells[x][y] = cells[i] != 0;
/packages/apps/Terminal/jni/
H A Dcom_android_terminal_Terminal.cpp83 inline dimen_t copyFrom(dimen_t cols, const VTermScreenCell* cells) { argument
85 memcpy(mCells, cells, sizeof(VTermScreenCell) * n);
89 inline dimen_t copyTo(dimen_t cols, VTermScreenCell* cells) { argument
91 memcpy(cells, mCells, sizeof(VTermScreenCell) * n);
123 status_t onPushline(dimen_t cols, const VTermScreenCell* cells);
124 status_t onPopline(dimen_t cols, VTermScreenCell* cells);
236 static int term_sb_pushline(int cols, const VTermScreenCell *cells, void *user) { argument
242 return term->onPushline(cols, cells);
245 static int term_sb_popline(int cols, VTermScreenCell *cells, void *user) { argument
251 return term->onPopline(cols, cells);
434 onPushline(dimen_t cols, const VTermScreenCell* cells) argument
463 onPopline(dimen_t cols, VTermScreenCell* cells) argument
[all...]
/packages/apps/Launcher3/src/com/android/launcher3/model/
H A DLoaderCursor.java410 if (hotseatOccupancy.cells[(int) item.screenId][0]) {
416 hotseatOccupancy.cells[(int) item.screenId][0] = true;
421 occupancy.cells[(int) item.screenId][0] = true;
H A DGridSizeMigrationTask.java557 if (!occupied.cells[x][y]) {
/packages/apps/Launcher3/tests/src/com/android/launcher3/model/
H A DAddWorkspaceItemsTaskTest.java148 if (!occupancy.cells[x][y]) {
/packages/apps/Launcher3/src/com/android/launcher3/
H A DCellLayout.java487 if (mOccupied.cells[i][j]) {
620 // Generate an id for each view, this assumes we have at most 256x256 cells
875 * Returns the amount of space left over after subtracting padding and cells. This space will be
1169 if (mOccupied.cells[x + i][y + j]) {
1186 if (x + xSize > countX -1 || mOccupied.cells[x + xSize][y + j]) {
1196 if (y + ySize > countY - 1 || mOccupied.cells[x + i][y + ySize]) {
1265 * @param occupied The array which represents which cells in the CellLayout are occupied
1266 * @param blockOccupied The array which represents which cells in the specified block (cellX,
1329 mTmpOccupied.cells, null, mTempLocation);
1649 mTmpOccupied.cells, blockOccupie
[all...]
/packages/services/Telephony/src/com/android/phone/
H A DPhoneInterfaceManager.java1723 ArrayList<NeighboringCellInfo> cells = null;
1727 cells = (ArrayList<NeighboringCellInfo>) sendRequest(
1733 return cells;
/packages/services/Telecomm/libs/
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/util/ ...
/packages/apps/Messaging/build/gcheckstyle/
H A Dgoogle-style-checker_deploy.jarMETA-INF/ META-INF/MANIFEST.MF build-data.properties com/ com/google/ com/google/ ...

Completed in 1200 milliseconds