Home
last modified time | relevance | path

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

/frameworks/base/docs/html/guide/topics/ui/layout/
Dgrid.jd28 or cells. The table will have as many columns as the row with the most cells. A table can leave
29 cells empty, but cells cannot span columns, as they can in HTML.</p>
32 Each row has zero or more cells, each of which is defined by any kind of other View. So, the cells
35 <p>The following sample layout has two rows and two cells in each. The accompanying screenshot show…
163 but for the cells, you can use any kind of {@link android.view.View} element. In this example, a
/frameworks/base/tools/preload/
Dsorttable.js78 headrow = table.tHead.rows[0].cells;
148 row_array[row_array.length] = [sorttable.getInnerText(rows[j].cells[col]), rows[j]];
170 text = sorttable.getInnerText(table.tBodies[0].rows[i].cells[column]);
/frameworks/support/v7/appcompat/src/android/support/v7/widget/
DActionMenuPresenter.java463 final int cells = ActionMenuView.measureChildForCells(v, in flagActionItems() local
465 cellsRemaining -= cells; in flagActionItems()
466 if (cells == 0) { in flagActionItems()
/frameworks/base/core/java/android/widget/
DActionMenuPresenter.java464 final int cells = ActionMenuView.measureChildForCells(v, in flagActionItems() local
466 cellsRemaining -= cells; in flagActionItems()
467 if (cells == 0) { in flagActionItems()
/frameworks/rs/scriptc/
Drs_core.rsh110 * restrict the call to a subset of cells in the allocation.
/frameworks/base/docs/html/guide/practices/ui_guidelines/
Dwidget_design.jd115 grid. <strong>When your widget is added, it will be stretched to occupy the minimum number of cells,
124 minimum dimensions, given the desired number of occupied grid cells:</p>
/frameworks/base/docs/html/guide/topics/appwidgets/
Dhost.jd281 cells that satisfy the {@code minWidth} and {@code minHeight} constraints.</li>
335 and account for it when computing the number of cells to allocate to the widget.</p>
Dindex.jd188 window based on a grid of cells that have a defined height and width. If
190 dimensions of the cells, then the App Widget dimensions round
198 than 4 x 4 cells.</p>
/frameworks/base/docs/html/design/patterns/
Dwidgets.jd114 …<li>The number, size and spacing of cells can vary widely from device to device, and hence it is v…
/frameworks/base/docs/html/about/versions/
Dandroid-4.0.3.jd129 system-defined padding and account for it when computing the number of cells to
Dandroid-4.0.jd1265 Instead, children specify which row(s) and column(s) they should occupy (cells can span multiple
/frameworks/base/docs/html/training/multiple-apks/
Dapi.jd95 <p>In order to create your multiple APK chart, start out with a row of cells representing the
Dscreensize.jd88 and have a reference for later. Start out with a row of cells representing the various screen sizes
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DRIL.java2684 ArrayList<NeighboringCellInfo> cells; in retToString() local
2685 cells = (ArrayList<NeighboringCellInfo>) ret; in retToString()
2687 for (NeighboringCellInfo cell : cells) { in retToString()
/frameworks/base/docs/html/tools/support-library/
Dfeatures.jd257 allows you to arrange user interface elements using a grid of rectangular cells.