Searched refs:hitCell (Results 1 – 1 of 1) sorted by relevance
971 Cell hitCell = detectAndAddHit(x, y); in handleActionMove()973 if (hitCell != null && patternSize == 1) { in handleActionMove()997 if (hitCell != null) { in handleActionMove()1000 final float hitCellCenterX = getCenterXForColumn(hitCell.column); in handleActionMove()1001 final float hitCellCenterY = getCenterYForRow(hitCell.row); in handleActionMove()1066 final Cell hitCell = detectAndAddHit(x, y); in handleActionDown() local1067 if (hitCell != null) { in handleActionDown()1075 if (hitCell != null) { in handleActionDown()1076 final float startX = getCenterXForColumn(hitCell.column); in handleActionDown()1077 final float startY = getCenterYForRow(hitCell.row); in handleActionDown()