Searched defs:cell (Results 1 – 13 of 13) sorted by relevance
47 public static int getPatternCellRowFromByte(byte cell) { in getPatternCellRowFromByte()54 public static int getPatternCellColumnFromByte(byte cell) { in getPatternCellColumnFromByte()
95 val cell = _tiles[fromIndex] as TileGridCell in resizeTile() constant124 val cell = _tiles.removeAt(fromIndex) in onTargeting() constant143 _tiles.removeIf { cell -> in movedOutOfBounds() method
42 public FaceEnrollFrame( in FaceEnrollFrame()
1167 @Nullable FaceEnrollCell cell, in onEnrollmentFrame()
235 val cell = RemoteViews(context.packageName, R.layout.paint_chip) in buildWidget() constant
182 public static FaceEnrollCell toFrameworkCell(@Nullable Cell cell) { in toFrameworkCell()
814 final Cell cell = checkForNewHit(x, y); in detectAndAddHit() local910 private void startCellActivatedAnimation(Cell cell) { in startCellActivatedAnimation()914 private void startCellDeactivatedAnimation(Cell cell, boolean fillInGap) { in startCellDeactivatedAnimation()924 private void startCellActivationAnimation(Cell cell, int activate, boolean fillInGap) { in startCellActivationAnimation()1395 final Cell cell = pattern.get(i); in onDraw() local
1044 LockPatternView.Cell cell = pattern.get(i); in patternToByteArray() local
91 TileGridCell(it, correctedRowIndex, column).also { cell -> in List() method
123 forEach(theadrow.childNodes, function(cell) { argument
770 int [] cell = new int[count]; in computeNearestNeighbors() local
686 when (val cell = cells[index]) { in EditTiles() method
2413 NeighboringCellInfo cell; in responseCellList() local