Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/biometrics/sensors/face/aidl/
H A DAidlConversionUtils.java165 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()
/aosp14/frameworks/base/packages/EasterEgg/src/com/android/egg/widget/
H A DPaintChipsWidget.kt235 val cell = RemoteViews(context.packageName, R.layout.paint_chip) regex
236 cell.setTextViewText(R.id.chip, "${COLOR_NAMES[i]}-${SHADE_NUMBERS[j]}")
240 cell.setTextColor(R.id.chip, context.getColor(textColor))
241 cell.setColorStateList(R.id.chip, "setBackgroundTintList", resId)
248 ClickBehavior.SHARE -> cell.setOnClickPendingIntent(
252 ClickBehavior.LAUNCH -> cell.setOnClickPendingIntent(
258 grid.addView(R.id.paint_grid, cell)
/aosp14/frameworks/base/core/java/com/android/internal/widget/
H A DLockPatternView.java448 for (Cell cell : pattern) { in setPattern()
449 mPatternDrawLookup[cell.getRow()][cell.getColumn()] = true; in setPattern()
746 if (cell != null) { in detectAndAddHit()
774 addCellToPattern(cell); in detectAndAddHit()
777 return cell; in detectAndAddHit()
792 final CellState cellState = mCellStates[cell.row][cell.column]; in startCellActivatedAnimation()
801 getCenterXForColumn(cell.column), getCenterYForRow(cell.row))); in startCellActivatedAnimation()
1163 drawLookup[cell.getRow()][cell.getColumn()] = true; in onDraw()
1208 Cell cell = pattern.get(i); in onDraw()
1213 if (!drawLookup[cell.row][cell.column]) { in onDraw()
[all …]
H A DLockPatternUtils.java984 LockPatternView.Cell cell = pattern.get(i); in patternToByteArray() local
985 res[i] = (byte) (cell.getRow() * 3 + cell.getColumn() + '1'); in patternToByteArray()
/aosp14/frameworks/base/tools/preload/
H A 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','');
/aosp14/frameworks/base/core/java/android/hardware/face/
H A DFaceEnrollFrame.java43 @Nullable FaceEnrollCell cell, in FaceEnrollFrame()
46 mCell = cell; in FaceEnrollFrame()
H A DFaceManager.java1131 @Nullable FaceEnrollCell cell, in onEnrollmentFrame() argument
/aosp14/frameworks/base/proto/src/
H A Daltitude.proto50 // map cell in this tile.
/aosp14/frameworks/base/core/java/android/inputmethodservice/
H A DKeyboard.java770 int [] cell = new int[count]; in computeNearestNeighbors() local
771 System.arraycopy(indices, 0, cell, 0, count); in computeNearestNeighbors()
772 mGridNeighbors[(y / mCellHeight) * GRID_WIDTH + (x / mCellWidth)] = cell; in computeNearestNeighbors()
/aosp14/frameworks/base/packages/SystemUI/docs/
H A Dfalsing.md208 record it as a false, (patterns are always 4 "cells" long, so single "cell" inputs are penalized).
/aosp14/frameworks/base/core/api/
H A Dcurrent.txt37235 field public static final String RADIO_CELL = "cell";
37427 field @Deprecated public static final String RADIO_CELL = "cell";