Searched refs:cell (Results 1 - 8 of 8) sorted by relevance

/frameworks/base/graphics/java/android/graphics/
H A DAtlas.java169 * The algorithm starts with a single empty cell covering the entire
200 * After placing a bitmap in an empty cell, the algorithm splits
229 * fit. It will then split the now occupied cell and proceed onto
240 * A cell represents a sub-rectangle of the atlas. A cell is
255 return String.format("cell[x=%d y=%d width=%d height=%d", x, y, width, height);
274 Cell cell = mRoot.next;
277 while (cell != null) {
278 if (insert(cell, prev, width, height, entry)) {
282 prev = cell;
356 insert(Cell cell, Cell prev, int width, int height, Entry entry) argument
[all...]
/frameworks/base/core/java/com/android/internal/widget/
H A DLockPatternView.java147 * Represents a cell in the 3 X 3 matrix of the unlock pattern view.
167 * @param row The row of the cell.
168 * @param column The column of the cell.
257 * The user extended the pattern currently being drawn by one cell.
258 * @param pattern The pattern with newly added cell.
396 for (Cell cell : pattern) {
397 mPatternDrawLookup[cell.getRow()][cell.getColumn()] = true;
537 if (DEBUG_A11Y) Log.v(TAG, "ivnalidating root because cell was added.");
667 * pattern (in addition to finding the cell, als
722 startCellActivatedAnimation(Cell cell) argument
[all...]
H A DLockPatternUtils.java867 LockPatternView.Cell cell = pattern.get(i);
868 res[i] = (byte) (cell.getRow() * 3 + cell.getColumn() + '1');
902 LockPatternView.Cell cell = pattern.get(i);
903 res[i] = (byte) (cell.getRow() * 3 + cell.getColumn());
/frameworks/base/tools/preload/
H A Dsorttable.js123 forEach(theadrow.childNodes, function(cell) {
124 if (cell.nodeType == 1) { // an element
125 cell.className = cell.className.replace('sorttable_sorted_reverse','');
126 cell.className = cell.className.replace('sorttable_sorted','');
200 // gets the text we want to use for sorting for a cell.
203 // for example, you can override the cell text with a customkey attribute.
/frameworks/rs/api/
H A Drs_for_each.spec36 summary: Suggested cell processing order
63 field: rs_for_each_strategy_t strategy, "Currently ignored. In the future, will be suggested cell iteration strategy."
168 Returns the index in the Array0 dimension of the cell being processed, as specified
195 Returns the index in the Array1 dimension of the cell being processed, as specified
208 Returns the index in the Array2 dimension of the cell being processed,
222 Returns the index in the Array3 dimension of the cell being processed, as specified
370 Returns the face on which the cell being processed is found, as specified by the
384 Returns the index in the Levels of Detail dimension of the cell being processed,
/frameworks/base/core/java/android/inputmethodservice/
H A DKeyboard.java758 int [] cell = new int[count];
759 System.arraycopy(indices, 0, cell, 0, count);
760 mGridNeighbors[(y / mCellHeight) * GRID_WIDTH + (x / mCellWidth)] = cell;
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DRIL.java2766 for (NeighboringCellInfo cell : cells) {
2767 sb.append("[").append(cell).append("] ");
3721 NeighboringCellInfo cell;
3737 cell = new NeighboringCellInfo(rssi, location, radioType);
3738 response.add(cell);
/frameworks/data-binding/prebuilds/1.0-rc0/
H A Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ...

Completed in 290 milliseconds