/frameworks/base/graphics/java/android/graphics/ |
D | Atlas.java | 281 Cell cell = mRoot.next; in pack() local 284 while (cell != null) { in pack() 285 if (insert(cell, prev, width, height, entry)) { in pack() 289 prev = cell; in pack() 290 cell = cell.next; in pack() 364 private boolean insert(Cell cell, Cell prev, int width, int height, Entry entry) { in insert() argument 369 if (cell.width < width || cell.height < height) { in insert() 371 if (cell.width < height || cell.height < width) { in insert() 386 int deltaWidth = cell.width - width; in insert() 387 int deltaHeight = cell.height - height; in insert() [all …]
|
/frameworks/base/docs/html/google/ |
D | index.jd | 6 div.landing-cell, 7 div.cell-icon { 10 div.cell-icon { 14 div.cell-icon img { 46 <div class="landing-cell"> 47 <div class="cell-icon"> 58 <div class="landing-cell"> 59 <div class="cell-icon"> 70 <div class="landing-cell"> 71 <div class="cell-icon"> [all …]
|
/frameworks/base/core/java/com/android/internal/widget/ |
D | LockPatternView.java | 367 for (Cell cell : pattern) { in setPattern() 368 mPatternDrawLookup[cell.getRow()][cell.getColumn()] = true; in setPattern() 524 final Cell cell = checkForNewHit(x, y); in detectAndAddHit() local 525 if (cell != null) { in detectAndAddHit() 532 int dRow = cell.row - lastCell.row; in detectAndAddHit() 533 int dColumn = cell.column - lastCell.column; in detectAndAddHit() 553 addCellToPattern(cell); in detectAndAddHit() 559 return cell; in detectAndAddHit() 573 private void startCellActivatedAnimation(Cell cell) { in startCellActivatedAnimation() argument 574 final CellState cellState = mCellStates[cell.row][cell.column]; in startCellActivatedAnimation() [all …]
|
D | LockPatternUtils.java | 991 LockPatternView.Cell cell = pattern.get(i); in patternToString() local 992 res[i] = (byte) (cell.getRow() * 3 + cell.getColumn()); in patternToString() 1012 LockPatternView.Cell cell = pattern.get(i); in patternToHash() local 1013 res[i] = (byte) (cell.getRow() * 3 + cell.getColumn()); in patternToHash()
|
/frameworks/base/tools/preload/ |
D | sorttable.js | 123 forEach(theadrow.childNodes, function(cell) { argument 124 if (cell.nodeType == 1) { // an element 125 cell.className = cell.className.replace('sorttable_sorted_reverse',''); 126 cell.className = cell.className.replace('sorttable_sorted','');
|
/frameworks/base/docs/html/guide/topics/ui/layout/ |
D | grid.jd | 34 A cell may also be a ViewGroup object (for example, you can nest another TableLayout as a cell).</p> 36 result, with cell borders displayed as dotted lines (added for visual effect). </p> 164 {@link android.widget.TextView} is used for each cell. In between some of the rows, there is also a
|
/frameworks/base/docs/html/reference/renderscript/ |
D | tabs.css | 23 display: table-cell;
|
/frameworks/opt/vcard/tests/res/raw/ |
D | v21_complicated.vcf | 21 EMAIL;CELL:cell@example.com
|
/frameworks/base/core/java/android/inputmethodservice/ |
D | Keyboard.java | 745 int [] cell = new int[count]; in computeNearestNeighbors() local 746 System.arraycopy(indices, 0, cell, 0, count); in computeNearestNeighbors() 747 mGridNeighbors[(y / mCellHeight) * GRID_WIDTH + (x / mCellWidth)] = cell; in computeNearestNeighbors()
|
/frameworks/base/docs/html/guide/practices/ui_guidelines/ |
D | widget_design.jd | 122 <p>While the width and height of a cell—as well as the amount of automatic margins applied to 258 sizes, widget layouts must adapt to different Home screen grid cell sizes.</p> 308 grid cell is 80dp × 100dp in size and 8dp of margins are automatically applied on all sizes,
|
/frameworks/rs/scriptc/ |
D | rs_core.rsh | 94 * cell of the allocation.
|
/frameworks/base/docs/html/training/multiple-apks/ |
D | texture.jd | 86 support. The left-most cell is going to be the lowest priority (It will probably be ETC1, a really 88 cell represents an APK.</p>
|
D | api.jd | 96 various API levels of the Android platform. Throw an extra cell at the end to represent future
|
/frameworks/base/docs/html/google/play/licensing/ |
D | licensing-reference.jd | 384 user might launch an application when there is no cell network or data 386 network connection is unstable or the cell signal is weak. </p>
|
D | adding-licensing.jd | 339 (cell or Wi-Fi) connection available. Another side-effect is that your
|
/frameworks/base/docs/html/guide/topics/location/ |
D | strategies.jd | 54 using cell tower and Wi-Fi signals, providing location information in a way that 129 location provider to use (in this case, the Network Location Provider for cell tower and Wi-Fi
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
D | RIL.java | 2681 for (NeighboringCellInfo cell : cells) { in retToString() 2682 sb.append(cell).append(" "); in retToString() 3582 NeighboringCellInfo cell; in responseCellList() local 3612 cell = new NeighboringCellInfo(rssi, location, radioType); in responseCellList() 3613 response.add(cell); in responseCellList()
|
/frameworks/base/docs/html/guide/topics/renderscript/ |
D | advanced.jd | 473 of the <code>malloc</code> call and encapsulates one cell of a memory allocation, such as a single 500 <p>An element describes one cell of a memory allocation and can have two forms: basic or
|
/frameworks/base/docs/html/guide/practices/ |
D | seamlessness.jd | 210 network connection. That's almost guaranteed to be much faster than a cell
|
/frameworks/base/docs/html/guide/practices/app-design/ |
D | seamlessness.jd | 209 network connection. That's almost guaranteed to be much faster than a cell
|
/frameworks/base/docs/html/about/versions/ |
D | android-3.1-highlights.jd | 242 minimize cell data usage, the application now prefetches email from the server
|
D | android-2.3.jd | 533 the primary scrambling code of the serving cell on a UMTS network.</li>
|
/frameworks/base/docs/html/training/sync-adapters/ |
D | running-sync-adapter.jd | 352 sync adapter at the same time, you are likely to overload your server and cell provider data
|
/frameworks/base/docs/html/tools/help/ |
D | emulator.jd | 99 <td>Toggle cell networking on/off</td>
|
/frameworks/base/docs/html/guide/topics/manifest/ |
D | uses-feature-element.jd | 608 location, such as GPS location, network location, or cell location.</td>
|