/packages/apps/Terminal/jni/ |
D | com_android_terminal_Terminal.cpp | 83 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/ |
D | GridOccupancy.java | 15 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/ |
D | GridOccupancyTest.java | 49 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/ |
D | LoaderCursor.java | 410 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()
|
D | GridSizeMigrationTask.java | 557 if (!occupied.cells[x][y]) {
|
/packages/apps/Launcher3/src/com/android/launcher3/ |
D | CellLayout.java | 487 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/ |
D | AddWorkspaceItemsTaskTest.java | 148 if (!occupancy.cells[x][y]) { in setupWorkspaceWithHoles()
|
/packages/services/Telephony/src/com/android/phone/ |
D | PhoneInterfaceManager.java | 1723 ArrayList<NeighboringCellInfo> cells = null; in getNeighboringCellInfo() local 1727 cells = (ArrayList<NeighboringCellInfo>) sendRequest( in getNeighboringCellInfo() 1733 return cells; in getNeighboringCellInfo()
|
/packages/apps/Browser2/test/webexposed/ |
D | global-interface-listing-expected.txt | 2334 getter cells
|
/packages/services/Telecomm/libs/ |
D | guava.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/google/
com/ ... |
/packages/apps/Messaging/build/gcheckstyle/ |
D | google-style-checker_deploy.jar | META-INF/
META-INF/MANIFEST.MF
build-data.properties
com/
com ... |
/packages/inputmethods/LatinIME/dictionaries/ |
D | en_GB_wordlist.combined.gz | 1dictionary=main:en_gb,locale=en_GB,description=English (UK),date ... |
D | en_US_wordlist.combined.gz | 1dictionary=main:en_us,locale=en_US,description=English (US),date ... |
D | en_wordlist.combined.gz | 1dictionary=main:en,locale=en,description=English,date=1414726273, ... |
D | sv_wordlist.combined.gz | 1dictionary=main:sv,locale=sv,description=Svenska,date=1414726264, ... |