Home
last modified time | relevance | path

Searched refs:cells (Results 1 – 15 of 15) sorted by relevance

/packages/apps/Terminal/jni/
Dcom_android_terminal_Terminal.cpp83 inline dimen_t copyFrom(dimen_t cols, const VTermScreenCell* cells) { in copyFrom() argument
85 memcpy(mCells, cells, sizeof(VTermScreenCell) * n); in copyFrom()
89 inline dimen_t copyTo(dimen_t cols, VTermScreenCell* cells) { in copyTo() argument
91 memcpy(cells, mCells, sizeof(VTermScreenCell) * n); in copyTo()
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) { in term_sb_pushline() argument
242 return term->onPushline(cols, cells); in term_sb_pushline()
245 static int term_sb_popline(int cols, VTermScreenCell *cells, void *user) { in term_sb_popline() argument
251 return term->onPopline(cols, cells); in term_sb_popline()
[all …]
/packages/apps/Launcher3/src/com/android/launcher3/util/
DGridOccupancy.java15 public final boolean[][] cells; field in GridOccupancy
20 cells = new boolean[countX][countY]; in GridOccupancy()
35 boolean available = !cells[x][y]; in findVacantCell()
39 available = available && !cells[i][j]; in findVacantCell()
56 dest.cells[i][j] = cells[i][j]; in copyTo()
69 if (cells[i][j]) { in isRegionVacant()
81 cells[x][y] = value; in markCells()
/packages/apps/Launcher3/tests/src/com/android/launcher3/util/
DGridOccupancyTest.java49 private GridOccupancy initGrid(int rows, int... cells) { in initGrid() argument
50 int cols = cells.length / rows; in initGrid()
55 grid.cells[x][y] = cells[i] != 0; in initGrid()
/packages/apps/Launcher3/src/com/android/launcher3/model/
DLoaderCursor.java410 if (hotseatOccupancy.cells[(int) item.screenId][0]) { in checkItemPlacement()
416 hotseatOccupancy.cells[(int) item.screenId][0] = true; in checkItemPlacement()
421 occupancy.cells[(int) item.screenId][0] = true; in checkItemPlacement()
DGridSizeMigrationTask.java557 if (!occupied.cells[x][y]) {
/packages/apps/Launcher3/src/com/android/launcher3/
DCellLayout.java487 if (mOccupied.cells[i][j]) { in onDraw()
1169 if (mOccupied.cells[x + i][y + j]) { in findNearestArea()
1186 if (x + xSize > countX -1 || mOccupied.cells[x + xSize][y + j]) { in findNearestArea()
1196 if (y + ySize > countY - 1 || mOccupied.cells[x + i][y + ySize]) { in findNearestArea()
1329 mTmpOccupied.cells, null, mTempLocation); in addViewToTempLocation()
1649 mTmpOccupied.cells, blockOccupied.cells, mTempLocation); in addViewsToTempLocation()
2595 return mOccupied.cells[x][y]; in isOccupied()
/packages/apps/Launcher3/tests/src/com/android/launcher3/model/
DAddWorkspaceItemsTaskTest.java148 if (!occupancy.cells[x][y]) { in setupWorkspaceWithHoles()
/packages/services/Telephony/src/com/android/phone/
DPhoneInterfaceManager.java1723 ArrayList<NeighboringCellInfo> cells = null; in getNeighboringCellInfo() local
1727 cells = (ArrayList<NeighboringCellInfo>) sendRequest( in getNeighboringCellInfo()
1733 return cells; in getNeighboringCellInfo()
/packages/apps/Browser2/test/webexposed/
Dglobal-interface-listing-expected.txt2334 getter cells
/packages/services/Telecomm/libs/
Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...
/packages/apps/Messaging/build/gcheckstyle/
Dgoogle-style-checker_deploy.jarMETA-INF/ META-INF/MANIFEST.MF build-data.properties com/ com ...
/packages/inputmethods/LatinIME/dictionaries/
Den_GB_wordlist.combined.gz1dictionary=main:en_gb,locale=en_GB,description=English (UK),date ...
Den_US_wordlist.combined.gz1dictionary=main:en_us,locale=en_US,description=English (US),date ...
Den_wordlist.combined.gz1dictionary=main:en,locale=en,description=English,date=1414726273, ...
Dsv_wordlist.combined.gz1dictionary=main:sv,locale=sv,description=Svenska,date=1414726264, ...