Searched refs:hitCell (Results 1 – 1 of 1) sorted by relevance
927 Cell hitCell = detectAndAddHit(x, y); in handleActionMove()929 if (hitCell != null && patternSize == 1) { in handleActionMove()953 if (hitCell != null) { in handleActionMove()956 final float hitCellCenterX = getCenterXForColumn(hitCell.column); in handleActionMove()957 final float hitCellCenterY = getCenterYForRow(hitCell.row); in handleActionMove()1017 final Cell hitCell = detectAndAddHit(x, y); in handleActionDown() local1018 if (hitCell != null) { in handleActionDown()1026 if (hitCell != null) { in handleActionDown()1027 final float startX = getCenterXForColumn(hitCell.column); in handleActionDown()1028 final float startY = getCenterYForRow(hitCell.row); in handleActionDown()