Searched refs:hitCell (Results 1 – 1 of 1) sorted by relevance
969 Cell hitCell = detectAndAddHit(x, y); in handleActionMove()971 if (hitCell != null && patternSize == 1) { in handleActionMove()995 if (hitCell != null) { in handleActionMove()998 final float hitCellCenterX = getCenterXForColumn(hitCell.column); in handleActionMove()999 final float hitCellCenterY = getCenterYForRow(hitCell.row); in handleActionMove()1064 final Cell hitCell = detectAndAddHit(x, y); in handleActionDown() local1065 if (hitCell != null) { in handleActionDown()1073 if (hitCell != null) { in handleActionDown()1074 final float startX = getCenterXForColumn(hitCell.column); in handleActionDown()1075 final float startY = getCenterYForRow(hitCell.row); in handleActionDown()