Searched refs:cellHit (Results 1 – 1 of 1) sorted by relevance
1007 Cell cellHit = detectCellHit(x, y); in checkForNewHit() local1008 if (cellHit != null && !mPatternDrawLookup[cellHit.row][cellHit.column]) { in checkForNewHit()1009 return cellHit; in checkForNewHit()1818 Cell cellHit = detectCellHit(x, y);1819 if (cellHit == null) {1822 boolean dotAvailable = mPatternDrawLookup[cellHit.row][cellHit.column];1823 int dotId = (cellHit.row * 3 + cellHit.column) + VIRTUAL_BASE_VIEW_ID;