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