Searched refs:cell (Results 1 - 9 of 9) 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/services/tests/servicestests/src/com/android/server/connectivity/
H A DLingerMonitorTest.java150 NetworkAgentInfo cell = cellNai(102);
152 mMonitor.noteLingerDefaultNetwork(wifi1, cell);
153 verifyNotification(wifi1, cell);
155 mMonitor.noteLingerDefaultNetwork(cell, wifi2);
159 mMonitor.noteLingerDefaultNetwork(wifi2, cell);
160 verifyNotification(wifi2, cell);
171 NetworkAgentInfo cell = cellNai(103);
173 mMonitor.noteLingerDefaultNetwork(wifi1, cell);
174 verifyNotification(wifi1, cell);
178 mMonitor.noteLingerDefaultNetwork(cell, wifi
[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.
397 for (Cell cell : pattern) {
398 mPatternDrawLookup[cell.getRow()][cell.getColumn()] = true;
538 if (DEBUG_A11Y) Log.v(TAG, "ivnalidating root because cell was added.");
668 * pattern (in addition to finding the cell, als
723 startCellActivatedAnimation(Cell cell) argument
[all...]
H A DLockPatternUtils.java1073 LockPatternView.Cell cell = pattern.get(i);
1074 res[i] = (byte) (cell.getRow() * 3 + cell.getColumn() + '1');
1108 LockPatternView.Cell cell = pattern.get(i);
1109 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
52 cell, like the Array0 index or the current level of detail.
60 field: rs_for_each_strategy_t strategy, "Currently ignored. In the future, will be suggested cell iteration strategy."
238 Returns the index in the Array0 dimension of the cell being processed, as specified
264 Returns the index in the Array1 dimension of the cell being processed, as specified
277 Returns the index in the Array2 dimension of the cell being processed,
291 Returns the index in the Array3 dimension of the cell being processed, as specified
438 Returns the face on which the cell being processed is found, as specified by the
452 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.java3016 for (NeighboringCellInfo cell : cells) {
3017 sb.append("[").append(cell).append("] ");
3999 NeighboringCellInfo cell;
4015 cell = new NeighboringCellInfo(rssi, location, radioType);
4016 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 717 milliseconds