Searched defs:cells (Results 1 - 5 of 5) sorted by relevance

/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/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/Terminal/jni/
H A Dcom_android_terminal_Terminal.cpp85 inline dimen_t copyFrom(dimen_t cols, const VTermScreenCell* cells) { argument
87 memcpy(mCells, cells, sizeof(VTermScreenCell) * n);
91 inline dimen_t copyTo(dimen_t cols, VTermScreenCell* cells) { argument
93 memcpy(cells, mCells, sizeof(VTermScreenCell) * n);
125 status_t onPushline(dimen_t cols, const VTermScreenCell* cells);
126 status_t onPopline(dimen_t cols, VTermScreenCell* cells);
238 static int term_sb_pushline(int cols, const VTermScreenCell *cells, void *user) { argument
244 return term->onPushline(cols, cells);
247 static int term_sb_popline(int cols, VTermScreenCell *cells, void *user) { argument
253 return term->onPopline(cols, cells);
436 onPushline(dimen_t cols, const VTermScreenCell* cells) argument
465 onPopline(dimen_t cols, VTermScreenCell* cells) argument
[all...]
/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 172 milliseconds