/frameworks/base/core/java/com/android/internal/widget/ |
D | LockPatternView.java | 365 for (Cell cell : pattern) { in setPattern() 366 mPatternDrawLookup[cell.getRow()][cell.getColumn()] = true; in setPattern() 476 final Cell cell = checkForNewHit(x, y); in detectAndAddHit() local 477 if (cell != null) { in detectAndAddHit() 484 int dRow = cell.row - lastCell.row; in detectAndAddHit() 485 int dColumn = cell.column - lastCell.column; in detectAndAddHit() 505 addCellToPattern(cell); in detectAndAddHit() 509 return cell; in detectAndAddHit() 798 final Cell cell = pattern.get(i); in onDraw() local 799 drawLookup[cell.getRow()][cell.getColumn()] = true; in onDraw() [all …]
|
D | LockPatternUtils.java | 444 LockPatternView.Cell cell = pattern.get(i); in patternToString() local 445 res[i] = (byte) (cell.getRow() * 3 + cell.getColumn()); in patternToString() 465 LockPatternView.Cell cell = pattern.get(i); in patternToHash() local 466 res[i] = (byte) (cell.getRow() * 3 + cell.getColumn()); in patternToHash()
|
/frameworks/ex/common/java/com/android/common/ |
D | ArrayListCursor.java | 129 Object cell = mRows[mPos].get(columnIndex); in getString() local 130 return (cell == null) ? null : cell.toString(); in getString()
|
/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/telephony/java/com/android/internal/telephony/ |
D | IccProvider.java | 142 Object cell = mRows[mPos].get(columnIndex); in getString() local 143 return (cell == null) ? null : cell.toString(); in getString()
|
D | RIL.java | 2356 for (NeighboringCellInfo cell : cells) { in retToString() 2357 sb.append(cell).append(" "); in retToString() 3006 NeighboringCellInfo cell; in responseCellList() local 3036 cell = new NeighboringCellInfo(rssi, location, radioType); in responseCellList() 3037 response.add(cell); in responseCellList()
|
/frameworks/base/core/tests/coretests/res/raw/ |
D | v21_complicated.vcf | 21 EMAIL;CELL:cell@example.com
|
/frameworks/base/core/java/android/inputmethodservice/ |
D | Keyboard.java | 675 int [] cell = new int[count]; in computeNearestNeighbors() local 676 System.arraycopy(indices, 0, cell, 0, count); in computeNearestNeighbors() 677 mGridNeighbors[(y / mCellHeight) * GRID_WIDTH + (x / mCellWidth)] = cell; in computeNearestNeighbors()
|
/frameworks/base/docs/html/guide/topics/ui/ |
D | layout-objects.jd | 100 A cell may also be a ViewGroup object (for example, you can nest another TableLayout as a cell).</p> 102 result, with cell borders displayed as dotted lines (added for visual effect). </p> 277 <td>A tabular layout with an arbitrary number of rows and columns, each cell 279 column. The cell borders are not
|
/frameworks/base/docs/html/guide/practices/ui_guidelines/ |
D | widget_design.jd | 150 <p>In portrait orientation, each cell is 80 pixels wide by 100 pixels tall (the 151 diagram shows a cell in portrait orientation). The three supported widget sizes 164 <p>In landscape orientation, each cell is 106 pixels wide by 74 pixels tall. The 232 <p>Cut the widget artwork asset" based on the full size of a cell, including any
|
/frameworks/base/docs/html/guide/topics/appwidgets/ |
D | index.jd | 151 then the App Widget dimensions round <em>up</em> to the nearest cell size. 153 Guidelines</a> for more information on the Home screen cell sizes.)</p> 154 <p>Because the Home screen's layout orientation (and thus, the cell sizes) can change, 155 as a rule of thumb, you should assume the worst-case cell size of 74 pixels for the height 156 <em>and</em> width of a cell. However, you must subtract 2 from the final dimension to account 160 …Following this formula, you should use 72 dp for a height of one cell, 294 dp and for a width of f…
|
/frameworks/base/docs/html/resources/tutorials/views/ |
D | hello-tablelayout.jd | 95 {@link android.widget.TextView} is used for each cell. In between some of the rows, there is also a
|
/frameworks/base/tests/DumpRenderTree/assets/results/ |
D | layout_tests_nontext.txt | 9 /sdcard/android/layout_tests/accessibility/table-cell-spans.html 14 /sdcard/android/layout_tests/accessibility/table-one-cell.html 1475 /sdcard/android/layout_tests/fast/replaced/selection-rect-in-table-cell.html 1490 /sdcard/android/layout_tests/fast/dynamic/subtree-table-cell-height.html 1719 /sdcard/android/layout_tests/fast/css-generated-content/table-cell-before-content.html 2401 /sdcard/android/layout_tests/fast/table/100-percent-cell-width.html 2409 /sdcard/android/layout_tests/fast/table/cell-pref-width-invalidation.html 2425 /sdcard/android/layout_tests/fast/table/cell-absolute-child.html 2436 /sdcard/android/layout_tests/fast/table/cell-width-auto.html 2456 /sdcard/android/layout_tests/fast/table/rtl-cell-display-none-assert.html [all …]
|
D | layout_tests_passed.txt | 1043 /sdcard/android/layout_tests/editing/execCommand/indent-empty-table-cell.html 1564 /sdcard/android/layout_tests/fast/js/number-cell-reuse.html 1774 /sdcard/android/layout_tests/fast/dom/Element/offsetTop-table-cell.html 2286 /sdcard/android/layout_tests/fast/table/cell-in-row-before-misnested-text-crash-css.html 2294 /sdcard/android/layout_tests/fast/table/destroy-cell-with-selection-crash.html
|
D | layout_tests_failed.txt | 26 /sdcard/android/layout_tests/accessibility/non-data-table-cell-title-ui-element.html
|
/frameworks/base/docs/html/guide/topics/location/ |
D | obtaining-user-location.jd | 48 using cell tower and Wi-Fi signals, providing location information in a way that 123 location provider to use (in this case, the Network Location Provider for cell tower and Wi-Fi
|
/frameworks/base/docs/html/guide/practices/design/ |
D | seamlessness.jd | 209 network connection. That's almost guaranteed to be much faster than a cell
|
/frameworks/base/docs/html/guide/topics/manifest/ |
D | uses-feature-element.jd | 563 location, such as GPS location, network location, or cell location.</td>
|
/frameworks/base/docs/html/guide/publishing/ |
D | licensing.jd | 1021 (cell or wi-fi) connection available. Another side-effect is that your 2322 user might launch an application when there is no cell network or data 2324 network connection is unstable or the cell signal is weak. </p>
|
/frameworks/base/docs/html/sdk/ |
D | android-2.3.jd | 623 the primary scrambling code of the serving cell on a UMTS network.</li>
|
/frameworks/base/docs/html/guide/developing/tools/ |
D | emulator.jd | 274 <td>Toggle cell networking on/off</td>
|