Searched refs:fillInGapCell (Results 1 – 1 of 1) sorted by relevance
692 Cell fillInGapCell = null; in detectAndAddHit() local710 fillInGapCell = Cell.of(fillInRow, fillInColumn); in detectAndAddHit()713 if (fillInGapCell != null && in detectAndAddHit()714 !mPatternDrawLookup[fillInGapCell.row][fillInGapCell.column]) { in detectAndAddHit()715 addCellToPattern(fillInGapCell); in detectAndAddHit()