Searched refs:hitCell (Results 1 – 1 of 1) sorted by relevance
757 Cell hitCell = detectAndAddHit(x, y); in handleActionMove()759 if (hitCell != null && patternSize == 1) { in handleActionMove()783 if (hitCell != null) { in handleActionMove()786 final float hitCellCenterX = getCenterXForColumn(hitCell.column); in handleActionMove()787 final float hitCellCenterY = getCenterYForRow(hitCell.row); in handleActionMove()847 final Cell hitCell = detectAndAddHit(x, y); in handleActionDown() local848 if (hitCell != null) { in handleActionDown()856 if (hitCell != null) { in handleActionDown()857 final float startX = getCenterXForColumn(hitCell.column); in handleActionDown()858 final float startY = getCenterYForRow(hitCell.row); in handleActionDown()