Searched refs:fillInGapCell (Results 1 – 1 of 1) sorted by relevance
727 Cell fillInGapCell = null; in detectAndAddHit() local745 fillInGapCell = Cell.of(fillInRow, fillInColumn); in detectAndAddHit()748 if (fillInGapCell != null && in detectAndAddHit()749 !mPatternDrawLookup[fillInGapCell.row][fillInGapCell.column]) { in detectAndAddHit()750 addCellToPattern(fillInGapCell); in detectAndAddHit()