Home
last modified time | relevance | path

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

/frameworks/rs/api/
Drs_allocation_data.spec20 The functions below can be used to get and set the cells that comprise
23 <li>Individual cells are accessed using the rsGetElementAt* and
25 <li>Multiple cells can be copied using the rsAllocationCopy* and
Drs_for_each.spec38 This type is used to suggest how the invoked kernel should iterate over the cells of the
81 It is currently used to restrict processing to a subset of cells. In future
83 the cells.
86 over cells 4, 5, 6, and 7 in the X dimension, set xStart to 4 and xEnd to 8.
100 function will be invoked repeatedly over the cells of the specificed allocation, filling
/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/rs/scriptc/
Drs_for_each.rsh35 * This type is used to suggest how the invoked kernel should iterate over the cells of the
71 * It is currently used to restrict processing to a subset of cells. In future
73 * the cells.
76 * over cells 4, 5, 6, and 7 in the X dimension, set xStart to 4 and xEnd to 8.
100 * function will be invoked repeatedly over the cells of the specificed allocation, filling
Drs_object_info.rsh30 * They are a structured collection of cells that can be used to store bitmaps, textures,
33 * This collection of cells may have many dimensions (X, Y, Z, Array0, Array1, Array2, Array3),
41 * for the cells of an Allocation and the instantiation of that type. For example:
Drs_allocation_data.rsh22 * The functions below can be used to get and set the cells that comprise
25 * - Individual cells are accessed using the rsGetElementAt* and
27 * - Multiple cells can be copied using the rsAllocationCopy* and
33 * or set cells. Think of them as rsGetCellAt and and rsSetCellAt.
40 * rsAllocationCopy1DRange: Copy consecutive cells between allocations
42 * Copies the specified number of cells from one allocation to another.
54 * dstAlloc: Allocation to copy cells into.
57 * count: Number of cells to be copied.
69 * rsAllocationCopy2DRange: Copy a rectangular region of cells between allocations
71 * Copies a rectangular region of cells from one allocation to another.
[all …]
/frameworks/support/v7/appcompat/src/android/support/v7/widget/
DActionMenuPresenter.java488 final int cells = ActionMenuView.measureChildForCells(v, in flagActionItems() local
490 cellsRemaining -= cells; in flagActionItems()
491 if (cells == 0) { in flagActionItems()
/frameworks/base/core/java/android/widget/
DActionMenuPresenter.java691 final int cells = ActionMenuView.measureChildForCells(v, in flagActionItems() local
693 cellsRemaining -= cells; in flagActionItems()
694 if (cells == 0) { in flagActionItems()
/frameworks/base/docs/html/guide/topics/renderscript/reference/
Drs_for_each.jd191 <p> This type is used to suggest how the invoked kernel should iterate over the cells of the
247 It is currently used to restrict processing to a subset of cells. In future
249 the cells.
253 over cells 4, 5, 6, and 7 in the X dimension, set xStart to 4 and xEnd to 8.
311 function will be invoked repeatedly over the cells of the specificed allocation, filling
Doverview.jd2271 <p> The functions below can be used to get and set the cells that comprise
2274 <li>Individual cells are accessed using the rsGetElementAt* and
2276 <li>Multiple cells can be copied using the rsAllocationCopy* and
2282 or set cells. Think of them as rsGetCellAt and and rsSetCellAt.
2291 Copy consecutive cells between allocations
2299 Copy a rectangular region of cells between allocations
2379 <p> They are a structured collection of cells that can be used to store bitmaps, textures,
2383 <p> This collection of cells may have many dimensions (X, Y, Z, Array0, Array1, Array2, Array3),
2394 for the cells of an Allocation and the instantiation of that type. For example:<ul>
Drs_allocation_data.jd7 <p> The functions below can be used to get and set the cells that comprise
10 <li>Individual cells are accessed using the rsGetElementAt* and
12 <li>Multiple cells can be copied using the rsAllocationCopy* and
18 or set cells. Think of them as rsGetCellAt and and rsSetCellAt.
28 Copy consecutive cells between allocations
36 Copy a rectangular region of cells between allocations
109 <span class='normal'>: Copy consecutive cells between allocations</span>
123 <tr><th>dstAlloc</th><td>Allocation to copy cells into.</td></tr>
126 <tr><th>count</th><td>Number of cells to be copied.</td></tr>
133 <p> Copies the specified number of cells from one allocation to another.
[all …]
Drs_object_info.jd18 <p> They are a structured collection of cells that can be used to store bitmaps, textures,
22 <p> This collection of cells may have many dimensions (X, Y, Z, Array0, Array1, Array2, Array3),
33 for the cells of an Allocation and the instantiation of that type. For example:<ul>
Dindex.jd1563 Copy consecutive cells between allocations
1571 Copy a rectangular region of cells between allocations
/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.jd181 window based on a grid of cells that have a defined height and width. If
183 dimensions of the cells, then the App Widget dimensions round
191 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.java2763 ArrayList<NeighboringCellInfo> cells = (ArrayList<NeighboringCellInfo>) ret; in retToString() local
2765 for (NeighboringCellInfo cell : cells) { in retToString()
/frameworks/base/docs/html/tools/support-library/
Dfeatures.jd269 allows you to arrange user interface elements using a grid of rectangular cells.
/frameworks/data-binding/prebuilds/1.0-rc0/
Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/ ...