/frameworks/opt/car/setupwizard/library/utils/src/com/android/car/setupwizardlib/ |
D | InitialLockSetupHelper.java | 45 public static int getPatternCellRowFromByte(byte cell) { in getPatternCellRowFromByte() argument 46 return (byte) ((cell - 1) / 3); in getPatternCellRowFromByte() 52 public static int getPatternCellColumnFromByte(byte cell) { in getPatternCellColumnFromByte() argument 53 return (byte) ((cell - 1) % 3); in getPatternCellColumnFromByte()
|
/frameworks/base/services/core/java/com/android/server/biometrics/sensors/face/aidl/ |
D | AidlConversionUtils.java | 165 toFrameworkCell(frame.cell), in toFrameworkEnrollmentFrame() 182 public static FaceEnrollCell toFrameworkCell(@Nullable Cell cell) { in toFrameworkCell() argument 183 return cell == null ? null : new FaceEnrollCell(cell.x, cell.y, cell.z); in toFrameworkCell()
|
/frameworks/base/core/java/com/android/internal/widget/ |
D | LockPatternView.java | 436 for (Cell cell : pattern) { in setPattern() 437 mPatternDrawLookup[cell.getRow()][cell.getColumn()] = true; in setPattern() 732 final Cell cell = checkForNewHit(x, y); in detectAndAddHit() local 733 if (cell != null) { in detectAndAddHit() 740 int dRow = cell.row - lastCell.row; in detectAndAddHit() 741 int dColumn = cell.column - lastCell.column; in detectAndAddHit() 761 addCellToPattern(cell); in detectAndAddHit() 767 return cell; in detectAndAddHit() 781 private void startCellActivatedAnimation(Cell cell) { in startCellActivatedAnimation() argument 782 final CellState cellState = mCellStates[cell.row][cell.column]; in startCellActivatedAnimation() [all …]
|
D | LockPatternUtils.java | 904 LockPatternView.Cell cell = pattern.get(i); in patternToByteArray() local 905 res[i] = (byte) (cell.getRow() * 3 + cell.getColumn() + '1'); in patternToByteArray()
|
/frameworks/base/packages/EasterEgg/src/com/android/egg/widget/ |
D | PaintChipsWidget.kt | 235 val cell = RemoteViews(context.packageName, R.layout.paint_chip) in buildWidget() constant 236 cell.setTextViewText(R.id.chip, "${COLOR_NAMES[i]}-${SHADE_NUMBERS[j]}") in buildWidget() 240 cell.setTextColor(R.id.chip, context.getColor(textColor)) in buildWidget() 241 cell.setColorStateList(R.id.chip, "setBackgroundTintList", resId) in buildWidget() 248 ClickBehavior.SHARE -> cell.setOnClickPendingIntent( in buildWidget() 252 ClickBehavior.LAUNCH -> cell.setOnClickPendingIntent( in buildWidget() 258 grid.addView(R.id.paint_grid, cell) in buildWidget()
|
/frameworks/base/core/java/android/hardware/face/ |
D | FaceEnrollFrame.java | 43 @Nullable FaceEnrollCell cell, in FaceEnrollFrame() 46 mCell = cell; in FaceEnrollFrame()
|
D | FaceManager.java | 1015 @Nullable FaceEnrollCell cell, in onEnrollmentFrame() argument
|
/frameworks/base/tools/preload/ |
D | sorttable.js | 123 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/rs/script_api/ |
D | rs_for_each.spec | 36 summary: Suggested cell processing order 52 cell, like the Array0 index or the current level of detail. 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
|
/frameworks/rs/script_api/include/ |
D | rs_for_each.rsh | 33 * rs_for_each_strategy_t: Suggested cell processing order 55 * cell, like the Array0 index or the current level of detail. 76 …rs_for_each_strategy_t strategy; // Currently ignored. In the future, will be suggested cell iter… 209 * Returns the index in the Array0 dimension of the cell being processed, as specified 235 * Returns the index in the Array1 dimension of the cell being processed, as specified 248 * Returns the index in the Array2 dimension of the cell being processed, 262 * Returns the index in the Array3 dimension of the cell being processed, as specified 409 * Returns the face on which the cell being processed is found, as specified by the 423 * Returns the index in the Levels of Detail dimension of the cell being processed,
|
D | rs_object_info.rsh | 44 * i.e. a cell of an Allocation. 138 * rsAllocationGetElement: Get the object that describes the cell of an Allocation 140 * Get the Element object describing the type, kind, and other characteristics of a cell
|
D | rs_allocation_data.rsh | 59 * dstOff: Offset in the destination of the first cell to be copied into. 63 * srcOff: Offset in the source of the first cell to be copied. 139 * x: X offset in the allocation of the first cell to be copied from. 140 * y: Y offset in the allocation of the first cell to be copied from. 141 * z: Z offset in the allocation of the first cell to be copied from. 619 * x: X offset in the allocation of the first cell to be copied into. 620 * y: Y offset in the allocation of the first cell to be copied into. 621 * z: Z offset in the allocation of the first cell to be copied into. 1074 * rsGetElementAt: Return a cell from an allocation 1076 * This function extracts a single cell from an allocation. [all …]
|
/frameworks/rs/tests/java_api/RSUnitTests/src/com/android/rs/unittest/ |
D | single_source_alloc.rscript | 27 // allocation and validate each cell. The value in a cell must be gStart + 28 // "index-of-the-cell-starting-from-zero". For vector types, the 'x' field 178 // Store to a cell based on the type, vector size and
|
/frameworks/rs/tests/java_api/RSUnitTests/supportlibsrc_gen/com/android/rs/unittest/ |
D | single_source_alloc.rscript | 29 // allocation and validate each cell. The value in a cell must be gStart + 30 // "index-of-the-cell-starting-from-zero". For vector types, the 'x' field 180 // Store to a cell based on the type, vector size and
|
/frameworks/opt/vcard/tests/res/raw/ |
D | v21_complicated.vcf | 22 EMAIL;CELL:cell@example.com
|
D | v30_complicated.vcf | 22 EMAIL;CELL:cell@example.com
|
/frameworks/base/core/java/android/inputmethodservice/ |
D | Keyboard.java | 769 int [] cell = new int[count]; in computeNearestNeighbors() local 770 System.arraycopy(indices, 0, cell, 0, count); in computeNearestNeighbors() 771 mGridNeighbors[(y / mCellHeight) * GRID_WIDTH + (x / mCellWidth)] = cell; in computeNearestNeighbors()
|
/frameworks/opt/telephony/proto/src/ |
D | telephony.proto | 202 // If cell-data has been enabled. 205 // If cell-roaming has been enabled. 299 // The device isn't camped on an LTE cell 300 // or the LTE cell doesn't support EN-DC. 303 // The device is camped on an LTE cell that supports EN-DC 308 // The device is camped on an LTE cell that supports EN-DC 313 // The device is camped on an LTE cell that supports EN-DC 314 // and connected to at least one 5G cell 315 // as a secondary serving cell.
|
/frameworks/native/libs/binder/rust/src/ |
D | parcel.rs | 24 use std::cell::RefCell;
|
/frameworks/proto_logging/stats/enums/stats/dnsresolver/ |
D | dns_resolver.proto | 102 NS_T_AFSDB = 18; // AFS cell database.
|
/frameworks/rs/tests/java_api/Refocus/src/com/android/rs/test/ |
D | layered_filter_d1new_helper.rsh | 18 // This allocation contains the kernel stack info: only one float per cell
|
/frameworks/base/packages/SystemUI/docs/ |
D | falsing.md | 208 record it as a false, (patterns are always 4 "cells" long, so single "cell" inputs are penalized).
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
D | RadioResponse.java | 2659 NeighboringCellInfo cell; in responseCellList() local 2670 cell = new NeighboringCellInfo(rssi, location, radioType); in responseCellList() 2671 ret.add(cell); in responseCellList()
|
D | RIL.java | 6523 for (NeighboringCellInfo cell : cells) { in retToString() 6524 sb.append("[").append(cell).append("] "); in retToString()
|
/frameworks/proto_logging/stats/ |
D | atoms.proto | 6176 // the record is for 5G NSA (Non Stand Alone) mode, where the primary cell is still LTE and 6177 // network allocates a secondary 5G cell so telephony reports RAT = LTE along with NR state as 12255 * Logs when a cell broadcast message is received on the device. 12271 // The parts of the cell broadcast message pipeline 12287 * Logs when a cell broadcast message is filtered out, or otherwise intentionally not sent to CBR. 12309 * Logs when an error occurs while handling a cell broadcast message; 12315 // The type of error raised when trying to handle a cell broadcast message 12711 // Whether the device is on LTE and has access to NR NSA, i.e. cell supports 5G (ENDC) and UE
|