Searched refs:fillInGapCell (Results 1 – 1 of 1) sorted by relevance
734 Cell fillInGapCell = null; in detectAndAddHit() local752 fillInGapCell = Cell.of(fillInRow, fillInColumn); in detectAndAddHit()755 if (fillInGapCell != null && in detectAndAddHit()756 !mPatternDrawLookup[fillInGapCell.row][fillInGapCell.column]) { in detectAndAddHit()757 addCellToPattern(fillInGapCell); in detectAndAddHit()