Home
last modified time | relevance | path

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

12

/frameworks/base/graphics/java/android/graphics/
DAtlas.java281 Cell cell = mRoot.next; in pack() local
284 while (cell != null) { in pack()
285 if (insert(cell, prev, width, height, entry)) { in pack()
289 prev = cell; in pack()
290 cell = cell.next; in pack()
364 private boolean insert(Cell cell, Cell prev, int width, int height, Entry entry) { in insert() argument
369 if (cell.width < width || cell.height < height) { in insert()
371 if (cell.width < height || cell.height < width) { in insert()
386 int deltaWidth = cell.width - width; in insert()
387 int deltaHeight = cell.height - height; in insert()
[all …]
/frameworks/base/docs/html/google/
Dindex.jd6 div.landing-cell,
7 div.cell-icon {
10 div.cell-icon {
14 div.cell-icon img {
46 <div class="landing-cell">
47 <div class="cell-icon">
58 <div class="landing-cell">
59 <div class="cell-icon">
70 <div class="landing-cell">
71 <div class="cell-icon">
[all …]
/frameworks/base/core/java/com/android/internal/widget/
DLockPatternView.java367 for (Cell cell : pattern) { in setPattern()
368 mPatternDrawLookup[cell.getRow()][cell.getColumn()] = true; in setPattern()
524 final Cell cell = checkForNewHit(x, y); in detectAndAddHit() local
525 if (cell != null) { in detectAndAddHit()
532 int dRow = cell.row - lastCell.row; in detectAndAddHit()
533 int dColumn = cell.column - lastCell.column; in detectAndAddHit()
553 addCellToPattern(cell); in detectAndAddHit()
559 return cell; in detectAndAddHit()
573 private void startCellActivatedAnimation(Cell cell) { in startCellActivatedAnimation() argument
574 final CellState cellState = mCellStates[cell.row][cell.column]; in startCellActivatedAnimation()
[all …]
DLockPatternUtils.java991 LockPatternView.Cell cell = pattern.get(i); in patternToString() local
992 res[i] = (byte) (cell.getRow() * 3 + cell.getColumn()); in patternToString()
1012 LockPatternView.Cell cell = pattern.get(i); in patternToHash() local
1013 res[i] = (byte) (cell.getRow() * 3 + cell.getColumn()); in patternToHash()
/frameworks/base/tools/preload/
Dsorttable.js123 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/docs/html/guide/topics/ui/layout/
Dgrid.jd34 A cell may also be a ViewGroup object (for example, you can nest another TableLayout as a cell).</p>
36 result, with cell borders displayed as dotted lines (added for visual effect). </p>
164 {@link android.widget.TextView} is used for each cell. In between some of the rows, there is also a
/frameworks/base/docs/html/reference/renderscript/
Dtabs.css23 display: table-cell;
/frameworks/opt/vcard/tests/res/raw/
Dv21_complicated.vcf21 EMAIL;CELL:cell@example.com
/frameworks/base/core/java/android/inputmethodservice/
DKeyboard.java745 int [] cell = new int[count]; in computeNearestNeighbors() local
746 System.arraycopy(indices, 0, cell, 0, count); in computeNearestNeighbors()
747 mGridNeighbors[(y / mCellHeight) * GRID_WIDTH + (x / mCellWidth)] = cell; in computeNearestNeighbors()
/frameworks/base/docs/html/guide/practices/ui_guidelines/
Dwidget_design.jd122 <p>While the width and height of a cell&mdash;as well as the amount of automatic margins applied to
258 sizes, widget layouts must adapt to different Home screen grid cell sizes.</p>
308 grid cell is 80dp &times; 100dp in size and 8dp of margins are automatically applied on all sizes,
/frameworks/rs/scriptc/
Drs_core.rsh94 * cell of the allocation.
/frameworks/base/docs/html/training/multiple-apks/
Dtexture.jd86 support. The left-most cell is going to be the lowest priority (It will probably be ETC1, a really
88 cell represents an APK.</p>
Dapi.jd96 various API levels of the Android platform. Throw an extra cell at the end to represent future
/frameworks/base/docs/html/google/play/licensing/
Dlicensing-reference.jd384 user might launch an application when there is no cell network or data
386 network connection is unstable or the cell signal is weak. </p>
Dadding-licensing.jd339 (cell or Wi-Fi) connection available. Another side-effect is that your
/frameworks/base/docs/html/guide/topics/location/
Dstrategies.jd54 using cell tower and Wi-Fi signals, providing location information in a way that
129 location provider to use (in this case, the Network Location Provider for cell tower and Wi-Fi
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DRIL.java2681 for (NeighboringCellInfo cell : cells) { in retToString()
2682 sb.append(cell).append(" "); in retToString()
3582 NeighboringCellInfo cell; in responseCellList() local
3612 cell = new NeighboringCellInfo(rssi, location, radioType); in responseCellList()
3613 response.add(cell); in responseCellList()
/frameworks/base/docs/html/guide/topics/renderscript/
Dadvanced.jd473 of the <code>malloc</code> call and encapsulates one cell of a memory allocation, such as a single
500 <p>An element describes one cell of a memory allocation and can have two forms: basic or
/frameworks/base/docs/html/guide/practices/
Dseamlessness.jd210 network connection. That's almost guaranteed to be much faster than a cell
/frameworks/base/docs/html/guide/practices/app-design/
Dseamlessness.jd209 network connection. That's almost guaranteed to be much faster than a cell
/frameworks/base/docs/html/about/versions/
Dandroid-3.1-highlights.jd242 minimize cell data usage, the application now prefetches email from the server
Dandroid-2.3.jd533 the primary scrambling code of the serving cell on a UMTS network.</li>
/frameworks/base/docs/html/training/sync-adapters/
Drunning-sync-adapter.jd352 sync adapter at the same time, you are likely to overload your server and cell provider data
/frameworks/base/docs/html/tools/help/
Demulator.jd99 <td>Toggle cell networking on/off</td>
/frameworks/base/docs/html/guide/topics/manifest/
Duses-feature-element.jd608 location, such as GPS location, network location, or cell location.</td>

12