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