Searched refs:lastCell (Results 1 – 1 of 1) sorted by relevance
730 final Cell lastCell = pattern.get(pattern.size() - 1); in detectAndAddHit() local731 int dRow = cell.row - lastCell.row; in detectAndAddHit()732 int dColumn = cell.column - lastCell.column; in detectAndAddHit()734 int fillInRow = lastCell.row; in detectAndAddHit()735 int fillInColumn = lastCell.column; in detectAndAddHit()738 fillInRow = lastCell.row + ((dRow > 0) ? 1 : -1); in detectAndAddHit()742 fillInColumn = lastCell.column + ((dColumn > 0) ? 1 : -1); in detectAndAddHit()977 final Cell lastCell = pattern.get(patternSize - 1); in handleActionMove()978 float lastCellCenterX = getCenterXForColumn(lastCell.column); in handleActionMove()979 float lastCellCenterY = getCenterYForRow(lastCell.row); in handleActionMove()