Searched refs:rowCorrect (Results 1 – 1 of 1) sorted by relevance
200 val rowCorrect = (grid.getChildAt(j*(grid.columnCount)) as? ClueView) in loadPuzzle() constant202 if (columnCorrect && rowCorrect) { in loadPuzzle()